forked from I2P_Developers/i2p.i2p
I2PSnark: Table column header positional tweakery.
This commit is contained in:
@@ -122,10 +122,18 @@ th {
|
|||||||
|
|
||||||
th:first-child {
|
th:first-child {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
padding-left: 5px;
|
padding-left: 3px;
|
||||||
max-width: 120px;
|
max-width: 120px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
th:first-child img {
|
||||||
|
margin: 1px 2px 3px 1px;
|
||||||
|
}
|
||||||
|
|
||||||
|
th:nth-child(2) img {
|
||||||
|
margin: 1px 7px 3px 2px;
|
||||||
|
}
|
||||||
|
|
||||||
.SnarkTorrents {
|
.SnarkTorrents {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
border: 1px solid #001;
|
border: 1px solid #001;
|
||||||
@@ -170,7 +178,7 @@ td:first-child {
|
|||||||
.snarkTorrentStatus:first-child {
|
.snarkTorrentStatus:first-child {
|
||||||
text-align: left !important;
|
text-align: left !important;
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
padding-left: 10px;
|
padding-left: 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.snarkTorrentRate, .snarkTorrentDownloaded, .snarkTorrentUploaded {
|
.snarkTorrentRate, .snarkTorrentDownloaded, .snarkTorrentUploaded {
|
||||||
|
Reference in New Issue
Block a user