- Started work on Torrent Files display (Web UI)

This commit is contained in:
Christophe Dumez
2009-11-24 11:40:40 +00:00
parent 11a41a1652
commit 33d77ccf39
20 changed files with 182 additions and 31 deletions

View File

@@ -892,36 +892,36 @@ div.mochaToolbarWrapper.bottom {
padding-bottom: 5px;
}
/* Folder Tree */
.tree {
font-size: 11px;
line-height: 15px;
margin: 0;
}
.tree ul {
margin: 0;
}
.tree li {
list-style-type: none;
white-space: nowrap;
}
.tree li a {
color: #3f3f3f;
}
.tree li img {
vertical-align: middle;
width: 18px;
height: 18px;
overflow: hidden;
}
.tree li span {
padding-left: 2px;
/* Folder Tree */
.tree {
font-size: 11px;
line-height: 15px;
margin: 0;
}
.tree ul {
margin: 0;
}
.tree li {
list-style-type: none;
white-space: nowrap;
}
.tree li a {
color: #3f3f3f;
}
.tree li img {
vertical-align: middle;
width: 18px;
height: 18px;
overflow: hidden;
}
.tree li span {
padding-left: 2px;
}
/* View Toggle */