Updates to the I2PTunnel themes, mostly.

This commit is contained in:
z3d
2009-07-11 12:48:07 +00:00
parent e497680ca8
commit e00b88ca32
4 changed files with 32 additions and 22 deletions

View File

@ -151,7 +151,7 @@ hr {
} }
.control { .control {
margin : 0 4px 0 4px; margin : 0 0 0 4px;
padding : 0 0 2px 0; padding : 0 0 2px 0;
overflow : hidden; overflow : hidden;
height : 20px; height : 20px;
@ -162,7 +162,7 @@ hr {
border : 1px outset #ddddc0; border : 1px outset #ddddc0;
text-align : center; text-align : center;
white-space : nowrap; white-space : nowrap;
-moz-border-radius: 4px 4px 4px 4px; -moz-border-radius: 4px;
border 1px solid #000022; border 1px solid #000022;
font-weight: bold; font-weight: bold;
margin-top: 8px; margin-top: 8px;
@ -243,7 +243,7 @@ color:#ff6600
} }
.header { .header {
-moz-border-radius: 4px; -moz-border-radius: 4px 4px 4px 4px;
border 1px solid #ff0000; border 1px solid #ff0000;
} }

View File

@ -154,7 +154,7 @@
#tunnelListPage .statusHeaderField label { #tunnelListPage .statusHeaderField label {
text-align : left; text-align : left;
width : 150px; width : 150px;
height : 24px; height : 28px;
float : left; float : left;
} }

View File

@ -24,10 +24,10 @@ div {
h4, label { h4, label {
margin : 0px; margin : 0px;
padding : 2px 2px 2px 0px; padding : 6px 2px 2px 0px;
float : left; float : left;
width : 150px; width : 150px;
height : 24px; height : 28px;
font-weight : bold; font-weight : bold;
text-align : right; text-align : right;
font-size : 1.0em; font-size : 1.0em;
@ -98,8 +98,9 @@ div.statusNotRunning {
height : 24px; height : 24px;
overflow : hidden; overflow : hidden;
color : #dd0000; color : #dd0000;
padding-top: 24px;
background: url('images/console_status_stopped.png') 0 0 no-repeat; background: url('images/console_status_stopped.png') 0 0 no-repeat;
padding-top: 24px;
margin-top: 8px;
} }
div.statusRunning { div.statusRunning {
float : left; float : left;
@ -107,17 +108,20 @@ div.statusRunning {
height : 24px; height : 24px;
overflow : hidden; overflow : hidden;
color : #00dd00; color : #00dd00;
padding-top: 24px;
background: url('images/console_status_running.png') 0 0 no-repeat; background: url('images/console_status_running.png') 0 0 no-repeat;
padding-top: 24px;
margin-top: 8px;
} }
div.statusStarting { div.statusStarting {
float : left; float : left;
width : 78px; width : 78px;
height : 24px; height : 24px;
overflow : hidden; overflow : hidden;
color : #339933; color : #339933;
padding-top: 24px;
background: url('images/console_status_starting.png') 0 0 no-repeat; background: url('images/console_status_starting.png') 0 0 no-repeat;
padding-top: 24px;
margin-top: 8px;
} }
hr { hr {
@ -128,11 +132,11 @@ hr {
clear : both; clear : both;
height : 1px; height : 1px;
margin : 3px 0px 3px 0px; margin : 3px 0px 3px 0px;
border-bottom : 1px solid #9999ff; border-bottom : 1px solid #225;
} }
.subdivider { .subdivider {
border-bottom : 1px solid #9999ff; border-bottom : 1px solid #225;
padding: 5px 0px 0px 0px; padding: 5px 0px 0px 0px;
} }
@ -140,10 +144,12 @@ hr {
width : 150px; width : 150px;
height : 22px; height : 22px;
border : 1px solid #9999ff; border : 1px solid #9999ff;
padding: 2px;
margin: 4px 0 2px 4px;
} }
.control { .control {
margin : 0 4px 0 0; margin : 6px 0 0 4px;
padding : 2px 0 2px 0; padding : 2px 0 2px 0;
overflow : hidden; overflow : hidden;
height : 22px; height : 22px;
@ -157,6 +163,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:hover { .control:hover {
@ -175,7 +182,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;
@ -209,7 +216,7 @@ color:#ff6600
.text { .text {
height : 24px; height : 24px;
width : 150px; width : 150px;
padding : 2px 0 0 2px; padding : 6px 0 0 2px;
float : left; float : left;
margin : 0; margin : 0;
} }

View File

@ -107,6 +107,7 @@
#tunnelListPage select { #tunnelListPage select {
width : 150px; width : 150px;
margin: 9px 0 0 4px;
} }
#tunnelListPage textarea { #tunnelListPage textarea {
@ -129,7 +130,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)
@ -153,8 +155,9 @@
#tunnelListPage .statusHeaderField label { #tunnelListPage .statusHeaderField label {
text-align : left; text-align : left;
width : 150px; width : 150px;
height : 24px; height : 28px;
float : left; float : left;
padding-top: 4px;
} }
#tunnelListPage .targetField, #tunnelListPage .targetField,
@ -171,13 +174,13 @@
#tunnelListPage .descriptionField .text, #tunnelListPage .descriptionField .text,
#tunnelListPage .destinationField input { #tunnelListPage .destinationField input {
width : 450px; width : 590px;
} }
#tunnelListPage .descriptionField label, #tunnelListPage .descriptionField label,
#tunnelListPage .destinationField label { #tunnelListPage .destinationField label {
text-align : right; text-align : right;
width : 150px; width : 150px;
height : 24px; height : 28px;
float : left; float : left;
} }