I2PSnark: vanilla/ubergine status line tweaks.

This commit is contained in:
z3d
2010-12-08 05:34:22 +00:00
parent 7d5cfecb64
commit 6996c60a41
2 changed files with 18 additions and 0 deletions

View File

@ -181,6 +181,15 @@ tfoot th {
padding-bottom: 4px !important;
}
tfoot img, tfoot:nth-child(2) img, tfoot:nth-child(1) img, tfoot:nth-child(3) img, tfoot:nth-child(4) img {
margin: 0px 2px 3px 0px !important;
padding-right: 0 !important;
}
tfoot tr:nth-child(n+1) {
text-align: left;
}
.headerstatus {
text-align: left;
padding-left: 15px;

View File

@ -187,6 +187,15 @@ tfoot th {
padding-bottom: 4px !important;
}
tfoot img, tfoot:nth-child(2) img, tfoot:nth-child(1) img, tfoot:nth-child(3) img, tfoot:nth-child(4) img {
margin: 0px 2px 3px 0px !important;
padding-right: 0 !important;
}
tfoot tr:nth-child(n+1) {
text-align: left;
}
.headerstatus {
text-align: left;
padding-left: 15px;