Theme fixes, minor graphical tweaks, fixed max-width for i2psnark console.

This commit is contained in:
z3d
2009-07-25 13:56:03 +00:00
parent e4b212ec90
commit 22744084dc
6 changed files with 12 additions and 7 deletions

View File

@ -28,7 +28,6 @@ div.logo {
margin: 0em;
padding: .5em;
text-align: center;
display: none !important;
}
div.toolbar {
@ -115,4 +114,9 @@ div.messages span.notice {
h1 {
font-size: 18pt;
}
}
.proxyfooter{
font-size: 7pt;
display: none !important;
}

View File

@ -523,7 +523,7 @@ form {}
margin: -5px 0 5px 0;
padding: 7px;
background: #004;
-moz-box-shadow: inset 0px 0px 2px 0px #99f;
-moz-box-shadow: inset 0px 0px 0px 1px #009;
}
.joblog {

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.1 KiB

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.1 KiB

After

Width:  |  Height:  |  Size: 1.6 KiB

View File

@ -135,6 +135,7 @@ td {
background-color: #fff;
color:#310;
min-width: 700px !important;
max-width: 800px !important;
margin: 20px;
padding: 10px 20px 5px 20px;
-moz-border-radius: 4px;
@ -206,14 +207,14 @@ select {
img {
border: none;
margin: 0px 5px 0px 5px;
margin: 5px 5px 0px 5px;
opacity: 1.0;
line-height: 100%
}
img:hover{
border: none;
margin: 0px 5px 0px 5px;
margin: 5px 5px 0px 5px;
opacity: 0.5;
line-height: 100%
}