Theme tweaks.
This commit is contained in:
@ -27,7 +27,7 @@
|
|||||||
<input type="hidden" name="action" value="blah" />
|
<input type="hidden" name="action" value="blah" />
|
||||||
<h3>Bandwidth limiter</h3><p>
|
<h3>Bandwidth limiter</h3><p>
|
||||||
<b>I2P will work best if you configure your rates to match the speed of your internet connection.</b>
|
<b>I2P will work best if you configure your rates to match the speed of your internet connection.</b>
|
||||||
</p><p>
|
</p>
|
||||||
<div class="wideload"><table><tr><td><input style="text-align: right; width: 5em;" name="inboundrate" type="text" size="5" maxlength="5" value="<jsp:getProperty name="nethelper" property="inboundRate" />" /> KBps In
|
<div class="wideload"><table><tr><td><input style="text-align: right; width: 5em;" name="inboundrate" type="text" size="5" maxlength="5" value="<jsp:getProperty name="nethelper" property="inboundRate" />" /> KBps In
|
||||||
</td><td>(<jsp:getProperty name="nethelper" property="inboundRateBits" />)</td>
|
</td><td>(<jsp:getProperty name="nethelper" property="inboundRateBits" />)</td>
|
||||||
<!-- let's keep this simple...
|
<!-- let's keep this simple...
|
||||||
|
@ -249,7 +249,7 @@ div.warning h3 {
|
|||||||
|
|
||||||
div.main {
|
div.main {
|
||||||
margin: 0px 0px 0px 195px;
|
margin: 0px 0px 0px 195px;
|
||||||
padding: 15px 15px 15px 15px;
|
padding: 15px;
|
||||||
background: #eef;
|
background: #eef;
|
||||||
border: 5px solid #bbf;
|
border: 5px solid #bbf;
|
||||||
border-top: 0;
|
border-top: 0;
|
||||||
@ -392,7 +392,7 @@ h1 {
|
|||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
font-size: 14pt;
|
font-size: 14pt;
|
||||||
padding: 10px;
|
padding: 0px 10px 10px 10px;
|
||||||
border-bottom: 5px solid #bbf;
|
border-bottom: 5px solid #bbf;
|
||||||
border-top: 0px solid #bbf;
|
border-top: 0px solid #bbf;
|
||||||
letter-spacing: 0.04em;
|
letter-spacing: 0.04em;
|
||||||
@ -414,7 +414,7 @@ h3 {
|
|||||||
table {
|
table {
|
||||||
border-collapse: collapse;
|
border-collapse: collapse;
|
||||||
border: 5px solid #bbf;
|
border: 5px solid #bbf;
|
||||||
margin: 5px 0px;
|
margin: 0 0 5px 0;
|
||||||
cell-padding: 1px;
|
cell-padding: 1px;
|
||||||
font-size: 7.5pt;
|
font-size: 7.5pt;
|
||||||
background: #fff;
|
background: #fff;
|
||||||
|
@ -268,7 +268,7 @@ div.main textarea {
|
|||||||
|
|
||||||
div.news {
|
div.news {
|
||||||
margin: 0px 15px 10px 220px;
|
margin: 0px 15px 10px 220px;
|
||||||
padding: 20px 30px 20px 30px;
|
padding: 15px 25px 15px 25px;
|
||||||
border: 1px solid #003;
|
border: 1px solid #003;
|
||||||
color: #410;
|
color: #410;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
@ -346,7 +346,7 @@ div.confignav {
|
|||||||
}
|
}
|
||||||
|
|
||||||
div.configure {
|
div.configure {
|
||||||
padding: 0 15px 0px 15px !important;
|
padding: 5px 15px 0px 15px !important;
|
||||||
margin: 0px 0px 15px 0;
|
margin: 0px 0px 15px 0;
|
||||||
background: #ddf url('images/lightbluetile.png');
|
background: #ddf url('images/lightbluetile.png');
|
||||||
-moz-border-radius: 4px;
|
-moz-border-radius: 4px;
|
||||||
@ -612,7 +612,7 @@ h3 {
|
|||||||
border: 1px solid #002;
|
border: 1px solid #002;
|
||||||
border-left: 5px solid #002;
|
border-left: 5px solid #002;
|
||||||
padding: 3px 5px 3px 5px;
|
padding: 3px 5px 3px 5px;
|
||||||
margin: 10px 0 15px 0;
|
margin: 15px 0 5px 0;
|
||||||
border-radius: 0 4px 4px 0;
|
border-radius: 0 4px 4px 0;
|
||||||
-moz-border-radius: 0 4px 4px 0;
|
-moz-border-radius: 0 4px 4px 0;
|
||||||
-khtml-border-radius: 0 4px 4px 0;
|
-khtml-border-radius: 0 4px 4px 0;
|
||||||
|
Reference in New Issue
Block a user