- removed Tiles view from simple template cause Icons view is better :P

- added "Icons" and "Details" strings to language files

git-svn-id: file:///Users/jimeh/Desktop/dlist/trunk@13 a5845835-ea0f-0410-a762-dd0bfe9bfde8
This commit is contained in:
jim
2006-04-05 08:32:53 +00:00
parent 80fd008b9d
commit 7762f5f5a6
6 changed files with 11 additions and 61 deletions

View File

@@ -78,46 +78,6 @@ BODY {
}
/* Tile view (#tiles) */
#tiles {
border: 1px solid #CCC;
width: 100%;
}
#tiles UL {
list-style: none;
margin-top: 5px;
}
#tiles UL A {
color: #000;
text-decoration: none;
}
#tiles LI {
display: block;
float: left;
margin: 12px 12px 12px 12px;
width: 190px;
height: 70px;
vertical-align: top;
}
#tiles LI .name {
display: block;
font-size: 12px;
font-weight: bold;
margin-left: 51px;
margin-top: 10px;
}
#tiles LI .info {
color: #999;
display: block;
font-size: 10px;
margin-left: 51px;
}
#tiles #sort-nav {
text-align: center;
margin: 20px 20px 0px 20px;
}
/* Icon view */
#icons {
border: 1px solid #CCC;