mirror of
https://github.com/transmission/transmission
synced 2024-12-28 10:38:45 +00:00
13 lines
198 B
CSS
13 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;
|
|
}
|