mirror of
https://github.com/transmission/transmission
synced 2024-12-29 02:56:11 +00:00
14 lines
198 B
CSS
14 lines
198 B
CSS
|
div.torrent_global_menu ul li {
|
||
|
width: 100px;
|
||
|
}
|
||
|
div#torrent_container {
|
||
|
overflow-x: hidden;
|
||
|
}
|
||
|
div#torrent_container ul li {
|
||
|
padding-right: 40px;
|
||
|
}
|
||
|
li.torrent a div {
|
||
|
right: -2px;
|
||
|
top: -12px;
|
||
|
}
|