- Display trackers in torrent properties in Web UI

This commit is contained in:
Christophe Dumez
2009-11-24 11:14:02 +00:00
parent f04b19ddfa
commit 11a41a1652
10 changed files with 255 additions and 61 deletions

View File

@@ -7,35 +7,42 @@
**************************************************************/
#properties #trackers table,
#transferList table {
border: 1px solid #ccc;
width: 100%;
}
#properties #trackers th,
#transferList th {
background-color: #eee;
padding: 4px;
}
#properties #trackers tr,
#transferList tr {
background-color: #fff;
padding: 4px;
}
#properties #trackers tr.alt,
#transferList tr.alt {
background-color: #eee;
padding: 4px;
}
#properties #trackers td,
#transferList td {
padding: 0 2px;
}
#properties #trackers tr.selected,
#transferList tr.selected {
background-color: #354158;
color: #fff;
}
#properties #trackers tr.over,
#transferList tr.over {
background-color: #ee6600;
color: #fff;