I2PSnark: Table column header positional tweakery.

This commit is contained in:
z3d
2010-09-19 15:43:57 +00:00
parent 82323cd806
commit 7e7d36f0d6

View File

@ -122,10 +122,18 @@ th {
th:first-child {
text-align: left;
padding-left: 5px;
padding-left: 3px;
max-width: 120px;
}
th:first-child img {
margin: 1px 2px 3px 1px;
}
th:nth-child(2) img {
margin: 1px 7px 3px 2px;
}
.SnarkTorrents {
margin: 0;
border: 1px solid #001;
@ -170,7 +178,7 @@ td:first-child {
.snarkTorrentStatus:first-child {
text-align: left !important;
font-style: italic;
padding-left: 10px;
padding-left: 8px;
}
.snarkTorrentRate, .snarkTorrentDownloaded, .snarkTorrentUploaded {