I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit b9c464f8 authored by z3d's avatar z3d
Browse files

Light I2PTunnels theme compatibility enhancements

parent 48510c11
No related branches found
No related tags found
No related merge requests found
...@@ -11,9 +11,9 @@ body { ...@@ -11,9 +11,9 @@ body {
** box rendering. (and therefore one of mozilla's ** box rendering. (and therefore one of mozilla's
** proprietry -moz properties (which hopefully they'll ** proprietry -moz properties (which hopefully they'll
** drop soon). ** drop soon).
*/ */
-moz-box-sizing: border-box; -moz-box-sizing: border-box;
box-sizing: border-box; box-sizing: border-box;
} }
div { div {
...@@ -22,20 +22,18 @@ div { ...@@ -22,20 +22,18 @@ div {
} }
label { label {
margin: 0px; margin: 0px 4px;
padding: 8px 5px 2px 0px; padding: 1px 10px 2px 0px;
float: left; float: left;
width: 120px; width: 120px;
height: 28px; height: 28px;
font-weight: normal; font-weight: normal;
text-align: right; text-align: right;
font-size: 9pt; font-size: 7pt;
font-style: italic; font-style: italic;
-moz-box-sizing: border-box; -moz-box-sizing: border-box;
box-sizing: border-box; box-sizing: border-box;
/* line-height: 120%;
border: 1px solid #001;
*/
} }
h4 { h4 {
...@@ -69,6 +67,7 @@ textarea, input, select, button, a { ...@@ -69,6 +67,7 @@ textarea, input, select, button, a {
box-sizing: border-box; box-sizing: border-box;
font-size: 9pt; font-size: 9pt;
float: left; float: left;
vertical-align: middle;
} }
button { button {
...@@ -85,35 +84,35 @@ br { ...@@ -85,35 +84,35 @@ br {
div.statusNotRunning { div.statusNotRunning {
float: left; float: left;
width: 78px; width: 72px;
height: 24px; height: 24px;
overflow: hidden; overflow: hidden;
color: #dd0000; color: #d00;
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; padding-top: 24px;
margin-top: 8px; margin-top: 4px;
} }
div.statusRunning { div.statusRunning {
float: left; float: left;
width: 78px; width: 72px;
height: 24px; height: 24px;
overflow: hidden; overflow: hidden;
color: #00dd00; color: #0b0;
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; padding-top: 24px;
margin-top: 8px; margin-top: 4px;
} }
div.statusStarting { div.statusStarting {
float: left; float: left;
width: 78px; width: 72px;
height: 24px; height: 24px;
overflow: hidden; overflow: hidden;
color: #339933; color: #339933;
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; padding-top: 24px;
margin-top: 8px; margin-top: 4px;
} }
hr { hr {
...@@ -137,7 +136,7 @@ hr { ...@@ -137,7 +136,7 @@ hr {
height: 24px; height: 24px;
border: 1px solid #eef; border: 1px solid #eef;
padding: 2px; padding: 2px;
margin: 4px 0 2px 4px; margin: 4px 0 2px 0px;
font: 10pt "Lucida Console", "DejaVu Sans Mono", Courier, mono; font: 10pt "Lucida Console", "DejaVu Sans Mono", Courier, mono;
font-weight: bold; font-weight: bold;
background: #001; background: #001;
...@@ -151,10 +150,12 @@ hr { ...@@ -151,10 +150,12 @@ hr {
} }
.control { .control {
margin: 10px 0 0 4px !important; margin: 4px 0 0 0 !important;
padding: 2px; padding: 2px;
overflow: hidden; overflow: hidden;
/*
height: 22px; height: 22px;
*/
min-width: 60px; min-width: 60px;
font-weight: bold; font-weight: bold;
background-color: #bbbbff; background-color: #bbbbff;
...@@ -169,14 +170,14 @@ hr { ...@@ -169,14 +170,14 @@ hr {
background: url(images/tabletitlelight.png) 0 0 repeat: x !important; background: url(images/tabletitlelight.png) 0 0 repeat: x !important;
} }
.control:hover { .control:active {
border: 1px solid #eeeeff; border: 2px inset;
background-color: #003; background-color: #003;
color: #ff6600; color: #ff6600;
} }
.control:active { .control:hover {
border: 2px inset; border: 1px solid #eeeeff;
background-color: #f60; background-color: #f60;
color: #fff !important; color: #fff !important;
} }
...@@ -185,8 +186,8 @@ hr { ...@@ -185,8 +186,8 @@ hr {
width: 800px; width: 800px;
margin: 16px auto 16px auto; margin: 16px auto 16px auto;
overflow: hidden; overflow: hidden;
text-align: left; text-align: left !important;
font-size: 9pt; font-size: 7pt;
background-color: #fff; background-color: #fff;
background: url(images/lightbluetile.png); background: url(images/lightbluetile.png);
-moz-border-radius: 4px; -moz-border-radius: 4px;
...@@ -212,13 +213,16 @@ hr { ...@@ -212,13 +213,16 @@ hr {
} }
.comment { .comment {
font-style: italic; font-weight: bold;
display: block;
padding: 2px 10px 0 20px;
text-align: left;
} }
.text { .text {
height: 24px; height: 24px;
width: 150px; width: 150px;
padding: 8px 0 0 2px; padding: 0 0 0 2px;
float: left; float: left;
margin: 0; margin: 0;
font-size: 9pt !important; font-size: 9pt !important;
...@@ -233,11 +237,11 @@ hr { ...@@ -233,11 +237,11 @@ hr {
background-color: #ddddff; background-color: #ddddff;
border: 1px solid #f22; border: 1px solid #f22;
-moz-box-shadow: inset 0px 0px 4px 0px #f00; -moz-box-shadow: inset 0px 0px 4px 0px #f00;
padding: 5px 20px 11px 10px !important; padding: 5px 20px 11px 10px;
} }
#globalOperationsPanel .control { #globalOperationsPanel .control {
width: 100px; min-width: 120px;
} }
.header { .header {
...@@ -254,5 +258,7 @@ select { ...@@ -254,5 +258,7 @@ select {
font-weight: bold; font-weight: bold;
border: 1px solid #99f; border: 1px solid #99f;
padding: 2px; padding: 2px;
height: 26px; min-width: 270px;
font-size: 8pt;
max-height: 24px;
} }
\ No newline at end of file
...@@ -2,11 +2,11 @@ ...@@ -2,11 +2,11 @@
*/ */
#tunnelEditPage input { #tunnelEditPage input {
width: 458px; width: 560px;
} }
#tunnelEditPage select { #tunnelEditPage select {
width: 308px; width: 300px;
} }
#tunnelEditPage option [ selected ] { #tunnelEditPage option [ selected ] {
...@@ -46,7 +46,7 @@ ...@@ -46,7 +46,7 @@
} }
#tunnelEditPage #reachableByOther, #tunnelEditPage #tunnelDepth, #tunnelEditPage #tunnelQuantity, #tunnelEditPage #targetHost, #tunnelEditPage #clientHost { #tunnelEditPage #reachableByOther, #tunnelEditPage #tunnelDepth, #tunnelEditPage #tunnelQuantity, #tunnelEditPage #targetHost, #tunnelEditPage #clientHost {
width: 306px; width: 300px;
} }
#tunnelEditPage #port { #tunnelEditPage #port {
...@@ -75,8 +75,7 @@ ...@@ -75,8 +75,7 @@
} }
#tunnelListPage select { #tunnelListPage select {
width: 150px; min-width: 120px;
margin: 9px 0 0 4px;
} }
#tunnelListPage textarea { #tunnelListPage textarea {
...@@ -127,11 +126,11 @@ ...@@ -127,11 +126,11 @@
} }
#tunnelListPage .descriptionField, #tunnelListPage .destinationField { #tunnelListPage .descriptionField, #tunnelListPage .destinationField {
width: 750px; width: 800px;
} }
#tunnelListPage .descriptionField .text, #tunnelListPage .destinationField input { #tunnelListPage .descriptionField .text, #tunnelListPage .destinationField input {
width: 590px; width: 580px;
} }
#tunnelListPage .descriptionField label, #tunnelListPage .destinationField label { #tunnelListPage .descriptionField label, #tunnelListPage .destinationField label {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment