center icons in details first column

This commit is contained in:
zzz
2014-09-21 16:12:46 +00:00
parent abf9dbae6d
commit 39fd1c3ab8
2 changed files with 8 additions and 0 deletions

View File

@@ -366,6 +366,10 @@ table.snarkTorrents tbody tr:hover, table.snarkDirInfo tbody tr:hover {
width: 16px;
}
td.snarkFileIcon:first-child {
text-align: center;
}
.snarkFileName {
padding: 4px 0px !important;
text-align: left !important;

View File

@@ -373,6 +373,10 @@ td:first-child {
width: 16px;
}
td.snarkFileIcon:first-child {
text-align: center;
}
.snarkFileName {
padding: 4px 0px !important;
text-align: left !important;