From 96c94a294edaaf921d607670f470b7cb5008d9d9 Mon Sep 17 00:00:00 2001 From: z3d Date: Mon, 13 Jul 2009 21:48:44 +0000 Subject: [PATCH] Bash the textarea sizes about a bit and tidy configupdate.jsp table. --- apps/routerconsole/jsp/configupdate.jsp | 15 +++++++-------- .../resources/themes/console/dark/console.css | 5 +++-- .../resources/themes/console/light/console.css | 10 +++++++--- 3 files changed, 17 insertions(+), 13 deletions(-) diff --git a/apps/routerconsole/jsp/configupdate.jsp b/apps/routerconsole/jsp/configupdate.jsp index ae4a9c143..b158a020e 100644 --- a/apps/routerconsole/jsp/configupdate.jsp +++ b/apps/routerconsole/jsp/configupdate.jsp @@ -27,13 +27,13 @@ if (prev != null) System.setProperty("net.i2p.router.web.ConfigUpdateHandler.noncePrev", prev); System.setProperty("net.i2p.router.web.ConfigUpdateHandler.nonce", new java.util.Random().nextLong()+""); %> " /> -
News: + +
News: <% if ("true".equals(System.getProperty("net.i2p.router.web.UpdateHandler.updateInProgress", "false"))) { %> Update In Progress

<% } else { %> -
+ <% } %> -
+

News URL: ">
Refresh frequency: @@ -47,14 +47,13 @@
eepProxy port: " />
Update URLs: - +
Trusted keys: - -
-

+
+

- diff --git a/installer/resources/themes/console/dark/console.css b/installer/resources/themes/console/dark/console.css index eb702fa10..169bbfccc 100644 --- a/installer/resources/themes/console/dark/console.css +++ b/installer/resources/themes/console/dark/console.css @@ -130,7 +130,6 @@ div.main { } div.main textarea { - width: 100% !important; background-color: #002; color: #fff; font-size: 8pt; @@ -477,13 +476,15 @@ textarea { background-color: #001; color: #eef; padding: 5px; - margin: 0 0 5px 0; + margin: 0 5px 5px 0px; border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; font-family: "Lucida Console", "DejaVu Sans Mono", Courier, mono; font-size: 9pt; min-height: 100px; + min-width: 100%; + text-align: left; border: 1px solid #99f; } diff --git a/installer/resources/themes/console/light/console.css b/installer/resources/themes/console/light/console.css index fc90014df..5b75ad35c 100644 --- a/installer/resources/themes/console/light/console.css +++ b/installer/resources/themes/console/light/console.css @@ -129,7 +129,10 @@ div.main hr { } div.main textarea { - width: 100% !important; + background-color: #eef; + color: #001; + font-size: 8pt; + font-family: "Lucida Console", "DejaVu Sans Mono", Courier, mono; } div.news { @@ -462,7 +465,7 @@ select { textarea { padding: 5px; - margin: 0 10px 5px 10px; + margin: 0 5px 5px 0px; background-color: #eef; color: #003; border-radius: 4px; @@ -470,7 +473,8 @@ textarea { -webkit-border-radius: 4px; font-family: "Lucida Console", "DejaVu Sans Mono", Courier, mono; font-size: 8pt; - min-height: 128px; + min-height: 100px; + min-width: 100%; border: 1px solid #001; }