Further enhancements to the configuration pages.

This commit is contained in:
z3d
2009-08-01 01:15:12 +00:00
parent 95dd744633
commit d6820634ac
13 changed files with 71 additions and 58 deletions

View File

@ -536,6 +536,11 @@ input[type=text]:active, input[type=text]:hover {
background: #001;
}
fieldset {
overflow: hidden;
position: relative;
}
select {
background: #002;
color: #eef;
@ -636,6 +641,8 @@ form {}
border: 0;
margin: 5px 5px 5px 10px;
padding: 2px;
overflow: hidden;
position: relative;
}
.optbox:hover {
@ -662,4 +669,8 @@ form {}
border-bottom: 1px solid #99f !important;
font-size: 7pt;
line-height: 110%;
}
.formaction {
text-align: right;
}

View File

@ -716,4 +716,8 @@ form {}
padding: 8px 2px !important;
font-size: 7pt;
line-height: 110%;
}
.formaction {
text-align: right;
}