More I2Ptunnels page surgery. Not out of the woods yet!

This commit is contained in:
z3d
2009-07-17 13:09:05 +00:00
parent 46970f5a4a
commit 2772a0e5e4
3 changed files with 19 additions and 11 deletions

View File

@ -29,7 +29,7 @@ label {
height: 28px;
font-weight: normal;
text-align: right;
font-size: 7pt;
font-size: 8pt;
font-style: italic;
-moz-box-sizing: border-box;
box-sizing: border-box;
@ -122,8 +122,11 @@ hr {
.separator, .subdivider {
clear: both;
height: 1px;
margin: 3px 0px 3px 0px;
margin: 1px 0px 1px 0px;
border-bottom: 1px solid #225;
/*
display: none;
*/
}
.subdivider {
@ -150,7 +153,7 @@ hr {
}
.control {
margin: 4px 0 0 0 !important;
margin: 4px 0 0 4px !important;
padding: 2px;
overflow: hidden;
/*
@ -171,7 +174,7 @@ hr {
}
.control:active {
border: 2px inset;
border: 1px inset;
background-color: #003;
color: #ff6600;
}

View File

@ -83,10 +83,14 @@
height: 100px;
padding: 0 0 0 4px;
margin: 1px 0 4px 0;
background-color: #000088;
background-color: #005;
color: #fff;
font-family: "Lucida Console", "Andale Mono", "Courier New", Courier, mono;
border: 1px inset #002;
font-family: "Lucida Console", "DejaVu Sans Mono", "Andale Mono", "Courier New", Courier, mono;
border: 2px inset #002;
font-size: 10pt !important;
font-weight: bold;
text-align: justify !important;
background: url(images/darkbluetile.png);
}
#tunnelListPage .footer .control {