I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit 7e7d36f0 authored by z3d's avatar z3d
Browse files

I2PSnark: Table column header positional tweakery.

parent 82323cd8
No related branches found
No related tags found
No related merge requests found
...@@ -122,10 +122,18 @@ th { ...@@ -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 { ...@@ -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 {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment