diff --git a/apps/routerconsole/jsp/configupdate.jsp b/apps/routerconsole/jsp/configupdate.jsp
index 16baad6e3..ae4a9c143 100644
--- a/apps/routerconsole/jsp/configupdate.jsp
+++ b/apps/routerconsole/jsp/configupdate.jsp
@@ -31,7 +31,7 @@
<% if ("true".equals(System.getProperty("net.i2p.router.web.UpdateHandler.updateInProgress", "false"))) { %>
Update In Progress
<% } else { %>
-
+
<% } %>
|
|
| News URL:
@@ -47,11 +47,11 @@
|
| 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 21ea8e24c..eb702fa10 100644
--- a/installer/resources/themes/console/dark/console.css
+++ b/installer/resources/themes/console/dark/console.css
@@ -477,13 +477,14 @@ textarea {
background-color: #001;
color: #eef;
padding: 5px;
- margin: 5px -10px;
+ margin: 0 0 5px 0;
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;
+ border: 1px solid #99f;
}
form {}
\ No newline at end of file
diff --git a/installer/resources/themes/console/light/console.css b/installer/resources/themes/console/light/console.css
index 12d311a0b..fc90014df 100644
--- a/installer/resources/themes/console/light/console.css
+++ b/installer/resources/themes/console/light/console.css
@@ -432,6 +432,7 @@ input:active {
color: #f60;
border: 1px solid #f60;
}
+
submit {
background-color: #f00;
color: #eef;
@@ -461,7 +462,7 @@ select {
textarea {
padding: 5px;
- margin: 5px -20px;
+ margin: 0 10px 5px 10px;
background-color: #eef;
color: #003;
border-radius: 4px;
@@ -470,6 +471,7 @@ textarea {
font-family: "Lucida Console", "DejaVu Sans Mono", Courier, mono;
font-size: 8pt;
min-height: 128px;
+ border: 1px solid #001;
}
form {}
\ No newline at end of file
|