I2PSnark: Configuration section tweaks.

This commit is contained in:
z3d
2010-09-20 18:41:49 +00:00
parent f62dfb0abf
commit 0fe2313754
3 changed files with 18 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 KiB

View File

@@ -458,6 +458,23 @@ div.configsection {
font-weight: bold;
}
div.configsectionpanel {
margin: 0 0 10px 0;
padding: 0 10px;
border: 1px solid #000;
color: #ddd;
-moz-border-radius: 4px;
-khtml-border-radius: 4px;
border-radius: 4px;
-moz-box-shadow: inset 0px 0px 1px 0px #101;
-khtml-box-shadow: inset 0px 0px 1px 0px #101;
box-shadow: inset 0px 0px 1px 0px #101;
word-wrap: break-word;
text-align: center;
background: #545 url('/themes/console/snark/images/configuration.png') no-repeat scroll right center;
font-weight: bold;
}
.newtorrentsection form, .configsection form, .addtorrentsection form {
color: #ddd !important;
}