From 49ecfd82249a6b6ee95d8fd39dfc71aa4ec8236b Mon Sep 17 00:00:00 2001 From: z3d <z3d@mail.i2p> Date: Sat, 3 Oct 2009 14:24:28 +0000 Subject: [PATCH] Theme tweaks. --- apps/routerconsole/jsp/config.jsp | 2 +- installer/resources/themes/console/classic/console.css | 6 +++--- installer/resources/themes/console/light/console.css | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/apps/routerconsole/jsp/config.jsp b/apps/routerconsole/jsp/config.jsp index c371624db8..7cd9375114 100644 --- a/apps/routerconsole/jsp/config.jsp +++ b/apps/routerconsole/jsp/config.jsp @@ -27,7 +27,7 @@ <input type="hidden" name="action" value="blah" /> <h3>Bandwidth limiter</h3><p> <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 </td><td>(<jsp:getProperty name="nethelper" property="inboundRateBits" />)</td> <!-- let's keep this simple... diff --git a/installer/resources/themes/console/classic/console.css b/installer/resources/themes/console/classic/console.css index 7354c17d44..560073b542 100644 --- a/installer/resources/themes/console/classic/console.css +++ b/installer/resources/themes/console/classic/console.css @@ -249,7 +249,7 @@ div.warning h3 { div.main { margin: 0px 0px 0px 195px; - padding: 15px 15px 15px 15px; + padding: 15px; background: #eef; border: 5px solid #bbf; border-top: 0; @@ -392,7 +392,7 @@ h1 { h2 { font-size: 14pt; - padding: 10px; + padding: 0px 10px 10px 10px; border-bottom: 5px solid #bbf; border-top: 0px solid #bbf; letter-spacing: 0.04em; @@ -414,7 +414,7 @@ h3 { table { border-collapse: collapse; border: 5px solid #bbf; - margin: 5px 0px; + margin: 0 0 5px 0; cell-padding: 1px; font-size: 7.5pt; background: #fff; diff --git a/installer/resources/themes/console/light/console.css b/installer/resources/themes/console/light/console.css index 71c33841fd..eb48624977 100644 --- a/installer/resources/themes/console/light/console.css +++ b/installer/resources/themes/console/light/console.css @@ -268,7 +268,7 @@ div.main textarea { div.news { margin: 0px 15px 10px 220px; - padding: 20px 30px 20px 30px; + padding: 15px 25px 15px 25px; border: 1px solid #003; color: #410; border-radius: 4px; @@ -346,7 +346,7 @@ div.confignav { } div.configure { - padding: 0 15px 0px 15px !important; + padding: 5px 15px 0px 15px !important; margin: 0px 0px 15px 0; background: #ddf url('images/lightbluetile.png'); -moz-border-radius: 4px; @@ -612,7 +612,7 @@ h3 { border: 1px solid #002; border-left: 5px solid #002; padding: 3px 5px 3px 5px; - margin: 10px 0 15px 0; + margin: 15px 0 5px 0; border-radius: 0 4px 4px 0; -moz-border-radius: 0 4px 4px 0; -khtml-border-radius: 0 4px 4px 0; -- GitLab