mirror of
https://github.com/transmission/transmission
synced 2025-02-03 21:12:05 +00:00
16 lines
242 B
CSS
16 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;
|
|
}
|