fix checkbox width
darcs-hash:20080627171700-e4794-114dafeabd05784a3440dca54f0d95edf374794d.gz
This commit is contained in:
parent
9942b4416b
commit
f67116ce0c
|
@ -456,6 +456,9 @@ input#submit, input.submit {
|
||||||
input#submit:hover, input.submit:hover {
|
input#submit:hover, input.submit:hover {
|
||||||
background-color: #904632;
|
background-color: #904632;
|
||||||
}
|
}
|
||||||
|
input.checkbox {
|
||||||
|
width: 18px;
|
||||||
|
}
|
||||||
textarea, input {
|
textarea, input {
|
||||||
font-family: Verdana, Arial, Helvetica, sans-serif;
|
font-family: Verdana, Arial, Helvetica, sans-serif;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user