summaryrefslogtreecommitdiff
path: root/theme
diff options
context:
space:
mode:
authorTest Server 1 <test1@dev.controlezvous.ca>2008-06-27 13:17:00 -0400
committerTest Server 1 <test1@dev.controlezvous.ca>2008-06-27 13:17:00 -0400
commitf67116ce0c183788858c6fb5e6277e18d1bca334 (patch)
treebf880b401c0c4583f314073f79f02b0bb083e810 /theme
parent9942b4416b9bc3ea2e0d78f4d1ee46111aef61ac (diff)
fix checkbox width
darcs-hash:20080627171700-e4794-114dafeabd05784a3440dca54f0d95edf374794d.gz
Diffstat (limited to 'theme')
-rw-r--r--theme/stoica/display.css7
1 files changed, 5 insertions, 2 deletions
diff --git a/theme/stoica/display.css b/theme/stoica/display.css
index b499191ad..8fe9a5f0a 100644
--- a/theme/stoica/display.css
+++ b/theme/stoica/display.css
@@ -456,6 +456,9 @@ input#submit, input.submit {
input#submit:hover, input.submit:hover {
background-color: #904632;
}
+input.checkbox {
+ width: 18px;
+ }
textarea, input {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
@@ -475,8 +478,8 @@ textarea {
line-height: 21px;
color: #91aa9d;
font-family: Verdana, Arial, Helvetica, sans-serif;
- }
-
+ }
+
/* ----- Status Form ----- */
#status_form {
height: 96px;