mirror of
https://github.com/transmission/transmission.git
synced 2026-04-20 00:40:03 +01:00
(web) #3331:Tracker and peer lists should work when more than one torrent is selected
This commit is contained in:
@@ -608,6 +608,11 @@ div#inspector_tabs {
|
||||
margin: 10px 0px;
|
||||
padding: 10px 0px;
|
||||
}
|
||||
.inspector_torrent_label {
|
||||
display: table-caption;
|
||||
font-size: 1.2em;
|
||||
font-weight: bold;
|
||||
}
|
||||
.inspector_group_label {
|
||||
display: table-header-group;
|
||||
font-weight: bold;
|
||||
@@ -705,7 +710,7 @@ tr.inspector_peer_entry.odd {
|
||||
|
||||
ul.tier_list {
|
||||
width: 100%;
|
||||
margin: 10px 0 0 0;
|
||||
margin: 2px 0 8px 0;
|
||||
padding-left: 0px;
|
||||
text-align: left;
|
||||
display: block;
|
||||
|
||||
Reference in New Issue
Block a user