More CSS tweaks and an intial stab at taming susidns' unruly layout!

This commit is contained in:
z3d
2009-07-20 11:18:31 +00:00
parent 0de2f492d1
commit 0607a87514
6 changed files with 75 additions and 26 deletions

View File

@ -104,7 +104,7 @@ div.warning {
margin: 5px 20px 10px 240px;
padding: 0px 25px 20px 75px;
background: #005;
border: 1px solid #d00;
border: 1px solid #99f;
text-align: left;
color: #fff;
-moz-border-radius: 4px;
@ -114,6 +114,7 @@ div.warning {
background-image:url("images/errortriangle.png");
background-position:15px center;
background-repeat:no-repeat;
-moz-box-shadow: inset 0px 0px 0px 1px #f00;
}
div.main {

View File

@ -21,25 +21,27 @@ div {
box-sizing: border-box;
}
h4, label {
label {
margin: 0;
padding: 4px;
padding: 5px 4px 4px 4px;
float: left;
width: 150px;
width: 120px;
/* height : 24px; */
font-weight: bold;
font-weight: normal;
text-align: right;
font-size: 1.0em;
font-size: 8pt;
font-style: italic;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
h4 {
font-size: 14px;
font-weight: bold !important;
text-align: center;
width: 100%;
border: 1px solid #99f;
margin: 5px 0 15px 0;
padding: 5px 10px;
background: #004 url(images/tabletitledark.png) repeat-x;
text-transform: uppercase;
text-shadow: 0px 0px 2px rgba(255, 255, 255, 0.9);
@ -214,11 +216,13 @@ hr {
}
.text {
height: 24px;
/* height: 24px;*/
width: 150px;
padding: 4px 0 0 2px;
float: left;
margin: 0;
font-size: 9pt !important;
font-weight: bold;
}
.accessKey {

View File

@ -105,7 +105,7 @@ div.warning {
margin: 5px 20px 10px 240px;
padding: 0px 25px 20px 75px;
background: #fff;
border: 1px solid #d00;
border: 1px solid #002;
text-align: left;
color: inherit;
-moz-border-radius: 4px;
@ -115,6 +115,7 @@ div.warning {
background-image:url("images/errortriangle.png");
background-position:15px center;
background-repeat:no-repeat;
-moz-box-shadow: inset 0px 0px 1px 0px #d00;
}
div.main {

View File

@ -37,7 +37,7 @@ label {
}
h4 {
font-size: 13pt;
font-size: 11pt;
font-weight: bold !important;
color: #001;
text-align: center;