I2PTunnels updates to dark theme, start of enhancements to "service not found"

dialogs.
This commit is contained in:
z3d
2009-07-11 03:35:39 +00:00
parent dbb9eefe70
commit e497680ca8
5 changed files with 22 additions and 11 deletions

View File

@ -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="cache-control" content="no-cache" />
<meta http-equiv="pragma" content="no-cache" /> <meta http-equiv="pragma" content="no-cache" />
</head> </head>
<body> <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. to start it.
</body></html> </body></html>

View File

@ -29,16 +29,18 @@ div.logo {
margin: 0em; margin: 0em;
padding: .5em; padding: .5em;
text-align: center; text-align: center;
display: none !important;
} }
div.toolbar { div.toolbar {
margin: 0em 0em 2em 0em; margin: 0em 0em 2em 0em;
font-weight: bold; font-weight: bold;
display: none !important;
} }
div.routersummaryouter { div.routersummaryouter {
float: left; float: left;
width: 215px; width: 200px;
margin: 0; margin: 0;
padding: 0; padding: 0;
border: 0; border: 0;
@ -48,7 +50,7 @@ div.routersummaryouter {
div.routersummary { div.routersummary {
background-color: #fafaff; background-color: #fafaff;
width: 195px; width: 175px;
color: inherit; color: inherit;
margin: 0em; margin: 0em;
padding: 5px; padding: 5px;
@ -110,3 +112,7 @@ div.messages span.error {
div.messages span.notice { div.messages span.notice {
font-style: italic; font-style: italic;
} }
h1 {
font-size: 16pt;
}

View File

@ -23,7 +23,7 @@ div {
} }
h4, label { h4, label {
margin : 0px; margin : 0;
padding : 4px 2px 2px 0px; padding : 4px 2px 2px 0px;
float : left; float : left;
width : 150px; width : 150px;
@ -99,6 +99,7 @@ div.statusNotRunning {
overflow : hidden; overflow : hidden;
color : #dd0000; color : #dd0000;
padding-top: 24px; padding-top: 24px;
margin-top: 6px;
background: url('images/console_status_stopped.png') 0 0 no-repeat; background: url('images/console_status_stopped.png') 0 0 no-repeat;
} }
div.statusRunning { div.statusRunning {
@ -108,6 +109,7 @@ div.statusRunning {
overflow : hidden; overflow : hidden;
color : #00dd00; color : #00dd00;
padding-top: 24px; padding-top: 24px;
margin-top: 6px;
background: url('images/console_status_running.png') 0 0 no-repeat; background: url('images/console_status_running.png') 0 0 no-repeat;
} }
div.statusStarting { div.statusStarting {
@ -117,6 +119,7 @@ div.statusStarting {
overflow : hidden; overflow : hidden;
color : #339933; color : #339933;
padding-top: 24px; padding-top: 24px;
margin-top: 6px;
background: url('images/console_status_starting.png') 0 0 no-repeat; background: url('images/console_status_starting.png') 0 0 no-repeat;
} }
@ -148,7 +151,7 @@ hr {
} }
.control { .control {
margin : 0 4px 0 0; margin : 0 4px 0 4px;
padding : 0 0 2px 0; padding : 0 0 2px 0;
overflow : hidden; overflow : hidden;
height : 20px; height : 20px;
@ -162,6 +165,7 @@ hr {
-moz-border-radius: 4px 4px 4px 4px; -moz-border-radius: 4px 4px 4px 4px;
border 1px solid #000022; border 1px solid #000022;
font-weight: bold; font-weight: bold;
margin-top: 8px;
} }
.control:link { .control:link {
@ -184,7 +188,7 @@ color:#ff6600
} }
.panel { .panel {
width : 760px; width : 800px;
margin : 16px auto 16px auto; margin : 16px auto 16px auto;
overflow : hidden; overflow : hidden;
text-align : left; text-align : left;
@ -239,7 +243,7 @@ color:#ff6600
} }
.header { .header {
-moz-border-radius: 4px 4px 4px 4px; -moz-border-radius: 4px;
border 1px solid #ff0000; border 1px solid #ff0000;
} }
@ -275,7 +279,7 @@ text-decoration: none;
select { select {
background-color: #001; background-color: #001;
color: #eef; color: #eef;
margin: 0 2px 0 2px; margin: 8px 2px 0 2px;
font-family: "Lucida Sans Unicode", Verdana, Tahoma, Helvetica, sans-serif; font-family: "Lucida Sans Unicode", Verdana, Tahoma, Helvetica, sans-serif;
border: 1px solid #99f; border: 1px solid #99f;
} }

View File

@ -129,7 +129,8 @@
height : 24px; height : 24px;
width : 360px; width : 360px;
float : left; float : left;
margin-top: 6px;
margin-right: 5px;
} }
/* Use Leary and Langridge content replacement methods (LIR) /* Use Leary and Langridge content replacement methods (LIR)
@ -171,7 +172,7 @@
#tunnelListPage .descriptionField .text, #tunnelListPage .descriptionField .text,
#tunnelListPage .destinationField input { #tunnelListPage .destinationField input {
width : 450px; width : 590px;
} }
#tunnelListPage .descriptionField label, #tunnelListPage .descriptionField label,

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.1 KiB