I2PSnark: Rationalize file browser layout.

This commit is contained in:
z3d
2010-09-23 02:43:05 +00:00
parent 57b627fb71
commit 059e4176a1
3 changed files with 29 additions and 18 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 341 B

View File

@@ -121,11 +121,16 @@ th {
}
th:first-child {
text-align: left;
text-align: left !important;
padding-left: 3px;
max-width: 120px;
}
tfoot td:first-child {
text-align: left !important;
padding-left: 0px;
}
th:first-child img {
margin: 1px 2px 3px 1px;
}
@@ -243,8 +248,8 @@ td:first-child {
-khtml-border-radius: 0 0 5px 5px;
border-radius: 0 0 5px 5px;
border-top: 0;
text-shadow: 0px 3px 5px #333;
background: #333 url('/themes/console/snark/images/snarknav.png') repeat-x scroll center center !important;
text-shadow: 0px 3px 5px #323;
background: #101 url('/themes/console/snark/images/snarknav.png') repeat-x scroll center center !important;
font-variant: small-caps !important;
}
@@ -522,6 +527,7 @@ code {
font-size: 11.5pt;
color: #001;
min-width: 820px;
text-align: center;
}
.snarknavbar img {