Improve visual styling on maintenance pages.

This commit is contained in:
Andrew McMillan 2006-10-29 10:46:14 +13:00
parent e3cda6ec20
commit 2e835f3eea

View File

@ -52,15 +52,33 @@ p {
padding: 0.1em 0.3em 0.2em;
}
input.text, input.password, label {
background-color: ffffe0;
input.text, input.password, label, input.fcheckbox,
input.ftext, input.fpassword, input.fdate, input.ftimestamp, select.fselect, select.flookup {
background-color: #e8ffe0;
color: navy;
border: thin solid #000000;
padding: 3px;
border: thin solid #c0c0c0;
}
label {
input.text, input.password,
input.ftext, input.fpassword, input.fdate, input.ftimestamp {
padding: 3px;
margin: 0;
}
label.fcheckbox {
padding: 2px;
margin-right: 2px;
}
input.fcheckbox {
margin-top: 6px;
margin-bottom: 3px;
vertical-align:-4px;
}
select.fselect, select.flookup {
padding: 2px 0;
margin: 3px 0 0;
}
.prompt {
@ -69,6 +87,10 @@ label {
color: #003010;
}
td.entry {
padding: 1px;
}
.ph {
font-family:Bitstream Vera Sans, sans-serif;
color: #003010;