diff --git a/apps/routerconsole/jsp/i2psnark/index.html b/apps/routerconsole/jsp/i2psnark/index.html
index 290497311..a1500fad3 100644
--- a/apps/routerconsole/jsp/i2psnark/index.html
+++ b/apps/routerconsole/jsp/i2psnark/index.html
@@ -1,8 +1,8 @@
-
I2PSnark Disabled
+I2PSnark Anonymous BitTorrent Client Disabled
-I2PSnark is not running. Go to the config clients page
+The I2PSnark Anonymous BitTorrent Client is not running. Please visit the config clients page
to start it.
diff --git a/installer/resources/themes/console/console.css b/installer/resources/themes/console/console.css
index 99077d1e0..70fdff24c 100644
--- a/installer/resources/themes/console/console.css
+++ b/installer/resources/themes/console/console.css
@@ -29,16 +29,18 @@ div.logo {
margin: 0em;
padding: .5em;
text-align: center;
+ display: none !important;
}
div.toolbar {
margin: 0em 0em 2em 0em;
font-weight: bold;
+ display: none !important;
}
div.routersummaryouter {
float: left;
- width: 215px;
+ width: 200px;
margin: 0;
padding: 0;
border: 0;
@@ -48,7 +50,7 @@ div.routersummaryouter {
div.routersummary {
background-color: #fafaff;
- width: 195px;
+ width: 175px;
color: inherit;
margin: 0em;
padding: 5px;
@@ -110,3 +112,7 @@ div.messages span.error {
div.messages span.notice {
font-style: italic;
}
+
+h1 {
+font-size: 16pt;
+}
\ No newline at end of file
diff --git a/installer/resources/themes/console/dark/default.css b/installer/resources/themes/console/dark/default.css
index 0b17efa1f..b18903680 100644
--- a/installer/resources/themes/console/dark/default.css
+++ b/installer/resources/themes/console/dark/default.css
@@ -23,7 +23,7 @@ div {
}
h4, label {
- margin : 0px;
+ margin : 0;
padding : 4px 2px 2px 0px;
float : left;
width : 150px;
@@ -99,6 +99,7 @@ div.statusNotRunning {
overflow : hidden;
color : #dd0000;
padding-top: 24px;
+ margin-top: 6px;
background: url('images/console_status_stopped.png') 0 0 no-repeat;
}
div.statusRunning {
@@ -108,6 +109,7 @@ div.statusRunning {
overflow : hidden;
color : #00dd00;
padding-top: 24px;
+ margin-top: 6px;
background: url('images/console_status_running.png') 0 0 no-repeat;
}
div.statusStarting {
@@ -117,6 +119,7 @@ div.statusStarting {
overflow : hidden;
color : #339933;
padding-top: 24px;
+ margin-top: 6px;
background: url('images/console_status_starting.png') 0 0 no-repeat;
}
@@ -148,7 +151,7 @@ hr {
}
.control {
- margin : 0 4px 0 0;
+ margin : 0 4px 0 4px;
padding : 0 0 2px 0;
overflow : hidden;
height : 20px;
@@ -162,6 +165,7 @@ hr {
-moz-border-radius: 4px 4px 4px 4px;
border 1px solid #000022;
font-weight: bold;
+ margin-top: 8px;
}
.control:link {
@@ -184,7 +188,7 @@ color:#ff6600
}
.panel {
- width : 760px;
+ width : 800px;
margin : 16px auto 16px auto;
overflow : hidden;
text-align : left;
@@ -239,7 +243,7 @@ color:#ff6600
}
.header {
- -moz-border-radius: 4px 4px 4px 4px;
+ -moz-border-radius: 4px;
border 1px solid #ff0000;
}
@@ -275,7 +279,7 @@ text-decoration: none;
select {
background-color: #001;
color: #eef;
-margin: 0 2px 0 2px;
+margin: 8px 2px 0 2px;
font-family: "Lucida Sans Unicode", Verdana, Tahoma, Helvetica, sans-serif;
border: 1px solid #99f;
}
diff --git a/installer/resources/themes/console/dark/i2ptunnel.css b/installer/resources/themes/console/dark/i2ptunnel.css
index a60ec21d3..4f0abc6a9 100644
--- a/installer/resources/themes/console/dark/i2ptunnel.css
+++ b/installer/resources/themes/console/dark/i2ptunnel.css
@@ -129,7 +129,8 @@
height : 24px;
width : 360px;
float : left;
-
+ margin-top: 6px;
+ margin-right: 5px;
}
/* Use Leary and Langridge content replacement methods (LIR)
@@ -171,7 +172,7 @@
#tunnelListPage .descriptionField .text,
#tunnelListPage .destinationField input {
- width : 450px;
+ width : 590px;
}
#tunnelListPage .descriptionField label,
diff --git a/installer/resources/themes/console/light/images/Copy of console_status_starting.png b/installer/resources/themes/console/light/images/Copy of console_status_starting.png
deleted file mode 100644
index 17326d925..000000000
Binary files a/installer/resources/themes/console/light/images/Copy of console_status_starting.png and /dev/null differ