cosmetic changes
[themes.git] / EarlyBlue / skin / EarlyBlue / global / checkbox.css
index 17ec7cb7ba2229d549e90b1f55a8cad10e1a45ac..1c4ed40818cad682cb36e8500251a276fc2ef005 100644 (file)
@@ -50,7 +50,7 @@
     {
       border              : 1px inset #CCD0DD;
       background-color    : transparent;
-      margin              : 2px 2px 0px 0px;
+      margin              : 0px 0px 0px 0px;
       width               : 10px;
       height              : 10px;
       -moz-user-focus     : ignore;
     {
       border              : none;
       padding             : 1px;
-      width               : 10px;
-      height              : 10px;
+      width               : 9px;
+      height              : 9px;
     }  
 
   /* ensure that no list-style-image is inherited in from the Outside */
   .checkbox-check
     {
       list-style-image    : none;
-      width: 8px;
-      height: 8px;
+      min-width           : 8px;
+      min-height          : 8px;
+      width               : 8px;
+      height              : 8px;
     }
 
   .checkbox-check[checked="true"]
       -moz-user-focus     : none;
       padding             : 0px;
     }
+