From e497680ca8cc961f1ca03e4de9cd8dab24cb11f4 Mon Sep 17 00:00:00 2001
From: z3d <z3d@mail.i2p>
Date: Sat, 11 Jul 2009 03:35:39 +0000
Subject: [PATCH] I2PTunnels updates to dark theme, start of enhancements to
 "service not found" dialogs.

---
 apps/routerconsole/jsp/i2psnark/index.html       |   4 ++--
 installer/resources/themes/console/console.css   |  10 ++++++++--
 .../resources/themes/console/dark/default.css    |  14 +++++++++-----
 .../resources/themes/console/dark/i2ptunnel.css  |   5 +++--
 .../images/Copy of console_status_starting.png   | Bin 2188 -> 0 bytes
 5 files changed, 22 insertions(+), 11 deletions(-)
 delete mode 100644 installer/resources/themes/console/light/images/Copy of console_status_starting.png

diff --git a/apps/routerconsole/jsp/i2psnark/index.html b/apps/routerconsole/jsp/i2psnark/index.html
index 290497311e..a1500fad32 100644
--- a/apps/routerconsole/jsp/i2psnark/index.html
+++ b/apps/routerconsole/jsp/i2psnark/index.html
@@ -1,8 +1,8 @@
-<html><head><title>I2PSnark Disabled</title>
+<html><head><title>I2PSnark Anonymous BitTorrent Client Disabled</title>
 <meta http-equiv="cache-control" content="no-cache" />
 <meta http-equiv="pragma" content="no-cache" />
 </head>
 <body>
-I2PSnark is not running. Go to <a href="/configclients.jsp">the config clients page</a>
+The I2PSnark Anonymous BitTorrent Client is not running. Please visit the <a href="/configclients.jsp">config clients page</a>
 to start it.
 </body></html>
diff --git a/installer/resources/themes/console/console.css b/installer/resources/themes/console/console.css
index 99077d1e01..70fdff24cc 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 0b17efa1f1..b189036800 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 a60ec21d3d..4f0abc6a93 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 17326d925d059278c8a146e9053d741b6349d631..0000000000000000000000000000000000000000
GIT binary patch
literal 0
HcmV?d00001

literal 2188
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
P6Cf*d+iPW4ykh?c_?8KJ

-- 
GitLab