]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
fix checkbox width
authorTest Server 1 <test1@dev.controlezvous.ca>
Fri, 27 Jun 2008 17:17:00 +0000 (13:17 -0400)
committerTest Server 1 <test1@dev.controlezvous.ca>
Fri, 27 Jun 2008 17:17:00 +0000 (13:17 -0400)
darcs-hash:20080627171700-e4794-114dafeabd05784a3440dca54f0d95edf374794d.gz

theme/stoica/display.css

index b499191adde21f89b083d708dffa54a088dac2b2..8fe9a5f0a21b5a9e2b88ce3c0de71c8034319f63 100644 (file)
@@ -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;