Minor I2Ptunnels page tweakage..

This commit is contained in:
z3d
2009-07-11 20:11:16 +00:00
parent 3cc4ee7199
commit ba0efe64c7
2 changed files with 15 additions and 9 deletions

View File

@ -29,7 +29,7 @@
System.setProperty("net.i2p.router.web.ConfigAdvancedHandler.nonce", new java.util.Random().nextLong()+""); %> System.setProperty("net.i2p.router.web.ConfigAdvancedHandler.nonce", new java.util.Random().nextLong()+""); %>
<input type="hidden" name="nonce" value="<%=System.getProperty("net.i2p.router.web.ConfigAdvancedHandler.nonce")%>" /> <input type="hidden" name="nonce" value="<%=System.getProperty("net.i2p.router.web.ConfigAdvancedHandler.nonce")%>" />
<input type="hidden" name="action" value="blah" /> <input type="hidden" name="action" value="blah" />
<textarea rows="20" cols="100" name="config" wrap="off"><jsp:getProperty name="advancedhelper" property="settings" /></textarea><br /> <textarea rows="32" cols="100" name="config" wrap="off"><jsp:getProperty name="advancedhelper" property="settings" /></textarea><br />
<p> <p>
<input type="submit" name="shouldsave" value="Apply" /> <input type="reset" value="Cancel" /> <input type="submit" name="shouldsave" value="Apply" /> <input type="reset" value="Cancel" />
</p><p> </p><p>

View File

@ -306,7 +306,7 @@ h2{
border-bottom-width: 1px; border-bottom-width: 1px;
border-bottom-style: solid; border-bottom-style: solid;
border-bottom-color: #000022; border-bottom-color: #000022;
padding: 5px; padding: 5px 10px;
wordwrap: none; wordwrap: none;
border: 1px solid #002; border: 1px solid #002;
border-radius: 4px; border-radius: 4px;
@ -323,12 +323,18 @@ h2 a:hover {
padding-bottom: 5px; padding-bottom: 5px;
} }
h3 {
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #000022;
padding-bottom: 5px;
}
button { button {
border: 1px outset #ddddc0; border: 1px outset #ddddc0;
padding: 0px 3px 1px 3px; padding: 0px 3px 1px 3px;
line-height: 250%; line-height: 250%;
background-color: #bbf; background-color: #bbf !important;
text-decoration: none; text-decoration: none;
border-radius: 4px; border-radius: 4px;
-moz-border-radius: 4px; -moz-border-radius: 4px;
@ -354,19 +360,19 @@ color:#ff6600
} }
.langbox { .langbox {
margin: 12px 0px 15px 5px; margin: 4px 2px 15px 5px;
padding: 7px 5px 5px 5px; padding: 7px 5px 5px 5px;
border: 1px solid #002; /* border: 1px solid #002;
background-color: #e4e4ff; background-color: #e4e4ff; */
color: black; color: black;
font-size: 8pt; font-size: 7pt;
-moz-border-radius: 4px 4px 4px 4px; -moz-border-radius: 4px 4px 4px 4px;
-webkit-border-radius: 4px 4px 4px 4px; -webkit-border-radius: 4px 4px 4px 4px;
border-radius: 4px 4px 4px 4px; border-radius: 4px 4px 4px 4px;
width:120px; width:120px;
text-align: center; text-align: center;
float: right; float: right;
background-image:url('images/lightbluetile.png'); /* background-image:url('images/lightbluetile.png');*/
} }
hr { hr {