Tunnel Manager light tweaks.

This commit is contained in:
z3d
2011-01-22 01:51:53 +00:00
parent 61456ba57e
commit 809bb59c9d
2 changed files with 11 additions and 11 deletions

View File

@ -45,12 +45,12 @@ label {
h4 {
font-size: 11pt;
font-weight: bold !important;
color: #001;
text-align: center;
border: 1px solid #225;
color: #115;
text-align: left;
border: 1px solid #115;
margin: 5px 0 15px 0;
padding: 5px 10px;
background: #eef url(images/header.png) repeat-x center center;
background: url(images/header.png) repeat-x center center;
text-transform: uppercase;
letter-spacing: 0.07em;
-moz-border-radius: 4px;
@ -73,7 +73,7 @@ form {
textarea, input, select, button, a {
-moz-box-sizing: border-box;
box-sizing: border-box;
font-size: 9pt;
font-size: 8.5pt;
float: left;
vertical-align: middle;
}
@ -160,7 +160,7 @@ hr {
border: 1px solid #447;
padding: 2px;
margin: 4px 0 2px 0px;
font: 10pt "Lucida Console", "DejaVu Sans Mono", Courier, mono;
font: 9pt "Lucida Console", "DejaVu Sans Mono", Courier, mono;
font-weight: bold;
background: #fff;
color: #003;
@ -283,7 +283,7 @@ hr {
padding: 0 0 0 2px;
float: left;
margin: 0;
font-size: 9pt !important;
font-size: 8.5pt !important;
font-weight: bold;
}

View File

@ -84,13 +84,13 @@
padding: 4px;
margin: 2px 0 3px 0;
background-color: #005;
color: #030;
color: #292;
font-family: "Lucida Console", "DejaVu Sans Mono", "Andale Mono", "Courier New", Courier, mono;
border: 1px inset #002;
font-size: 9pt !important;
font-weight: bold;
text-align: justify !important;
background: #ddf; /*url(images/tabletile.png);*/
background: #dfd url(images/magic.png);
}
#tunnelListPage .footer .control {
@ -140,6 +140,6 @@
#tunnelListPage .descriptionField label, #tunnelListPage .destinationField label {
text-align: right;
width: 150px;
height: 24px;
height: 28px;
float: left;
}
}