diff --git a/apps/i2psnark/java/src/org/klomp/snark/web/I2PSnarkServlet.java b/apps/i2psnark/java/src/org/klomp/snark/web/I2PSnarkServlet.java index 1ccfe56e8..2779f43ad 100644 --- a/apps/i2psnark/java/src/org/klomp/snark/web/I2PSnarkServlet.java +++ b/apps/i2psnark/java/src/org/klomp/snark/web/I2PSnarkServlet.java @@ -999,7 +999,7 @@ public class I2PSnarkServlet extends Default { //int seedPct = 0; out.write("
\n"); - out.write("
\n"); + out.write("
\n"); out.write("\n"); out.write("\n"); out.write(""); diff --git a/installer/resources/themes/console/snark/images/configuration.png b/installer/resources/themes/console/snark/images/configuration.png new file mode 100644 index 000000000..43a443b51 Binary files /dev/null and b/installer/resources/themes/console/snark/images/configuration.png differ diff --git a/installer/resources/themes/console/snark/snark.css b/installer/resources/themes/console/snark/snark.css index 042e99e3a..e9b94ec6d 100644 --- a/installer/resources/themes/console/snark/snark.css +++ b/installer/resources/themes/console/snark/snark.css @@ -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; }