Change color of table header in bottom panel and add some padding

This commit is contained in:
Gabriele
2014-11-04 22:00:00 +01:00
parent c516c0ac12
commit afde16c252
2 changed files with 13 additions and 1 deletions

View File

@@ -357,4 +357,16 @@ ul.filterList li:hover a {
width: 16px;
cursor: pointer;
vertical-align: middle;
}
.torrentTable th {
padding: 5px 10px;
}
.torrentTable td {
padding: 0px 3px;
}
.torrentTable thead tr {
background-color: #eee;
}