I2PSnark: Configuration section tweaks.
This commit is contained in:
@ -999,7 +999,7 @@ public class I2PSnarkServlet extends Default {
|
||||
//int seedPct = 0;
|
||||
|
||||
out.write("<form action=\"" + uri + "\" method=\"POST\">\n");
|
||||
out.write("<div class=\"configsection\"><span class=\"snarkConfig\">\n");
|
||||
out.write("<div class=\"configsectionpanel\"><span class=\"snarkConfig\">\n");
|
||||
out.write("<input type=\"hidden\" name=\"nonce\" value=\"" + _nonce + "\" >\n");
|
||||
out.write("<input type=\"hidden\" name=\"action\" value=\"Save\" >\n");
|
||||
out.write("<span class=\"snarkConfigTitle\">");
|
||||
|
Binary file not shown.
After Width: | Height: | Size: 3.8 KiB |
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user