mirror of
https://github.com/transmission/transmission
synced 2025-02-04 05:22:40 +00:00
17 lines
242 B
CSS
17 lines
242 B
CSS
|
div.torrent_global_menu ul li {
|
||
|
width: 60px;
|
||
|
}
|
||
|
div#torrent_filter_bar ul li {
|
||
|
width: 100px;
|
||
|
}
|
||
|
div.torrent_footer {
|
||
|
position: static;
|
||
|
}
|
||
|
div#torrent_container {
|
||
|
position: static;
|
||
|
top: 97px;
|
||
|
}
|
||
|
div#torrent_inspector {
|
||
|
position: absolute;
|
||
|
}
|