Tunnel Manager light tweaks.
This commit is contained in:
@ -45,12 +45,12 @@ label {
|
|||||||
h4 {
|
h4 {
|
||||||
font-size: 11pt;
|
font-size: 11pt;
|
||||||
font-weight: bold !important;
|
font-weight: bold !important;
|
||||||
color: #001;
|
color: #115;
|
||||||
text-align: center;
|
text-align: left;
|
||||||
border: 1px solid #225;
|
border: 1px solid #115;
|
||||||
margin: 5px 0 15px 0;
|
margin: 5px 0 15px 0;
|
||||||
padding: 5px 10px;
|
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;
|
text-transform: uppercase;
|
||||||
letter-spacing: 0.07em;
|
letter-spacing: 0.07em;
|
||||||
-moz-border-radius: 4px;
|
-moz-border-radius: 4px;
|
||||||
@ -73,7 +73,7 @@ form {
|
|||||||
textarea, input, select, button, a {
|
textarea, input, select, button, a {
|
||||||
-moz-box-sizing: border-box;
|
-moz-box-sizing: border-box;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
font-size: 9pt;
|
font-size: 8.5pt;
|
||||||
float: left;
|
float: left;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
}
|
}
|
||||||
@ -160,7 +160,7 @@ hr {
|
|||||||
border: 1px solid #447;
|
border: 1px solid #447;
|
||||||
padding: 2px;
|
padding: 2px;
|
||||||
margin: 4px 0 2px 0px;
|
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;
|
font-weight: bold;
|
||||||
background: #fff;
|
background: #fff;
|
||||||
color: #003;
|
color: #003;
|
||||||
@ -283,7 +283,7 @@ hr {
|
|||||||
padding: 0 0 0 2px;
|
padding: 0 0 0 2px;
|
||||||
float: left;
|
float: left;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
font-size: 9pt !important;
|
font-size: 8.5pt !important;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -84,13 +84,13 @@
|
|||||||
padding: 4px;
|
padding: 4px;
|
||||||
margin: 2px 0 3px 0;
|
margin: 2px 0 3px 0;
|
||||||
background-color: #005;
|
background-color: #005;
|
||||||
color: #030;
|
color: #292;
|
||||||
font-family: "Lucida Console", "DejaVu Sans Mono", "Andale Mono", "Courier New", Courier, mono;
|
font-family: "Lucida Console", "DejaVu Sans Mono", "Andale Mono", "Courier New", Courier, mono;
|
||||||
border: 1px inset #002;
|
border: 1px inset #002;
|
||||||
font-size: 9pt !important;
|
font-size: 9pt !important;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
text-align: justify !important;
|
text-align: justify !important;
|
||||||
background: #ddf; /*url(images/tabletile.png);*/
|
background: #dfd url(images/magic.png);
|
||||||
}
|
}
|
||||||
|
|
||||||
#tunnelListPage .footer .control {
|
#tunnelListPage .footer .control {
|
||||||
@ -140,6 +140,6 @@
|
|||||||
#tunnelListPage .descriptionField label, #tunnelListPage .destinationField label {
|
#tunnelListPage .descriptionField label, #tunnelListPage .destinationField label {
|
||||||
text-align: right;
|
text-align: right;
|
||||||
width: 150px;
|
width: 150px;
|
||||||
height: 24px;
|
height: 28px;
|
||||||
float: left;
|
float: left;
|
||||||
}
|
}
|
Reference in New Issue
Block a user