mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-31 12:48:04 -06:00
- Started work on Torrent Files display (Web UI)
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user