correcting some small glitches
[themes.git] / LCARStrek / skin / LCARStrek / global / checkbox.css
index ef5abf7437a039a70b5d0d3ccdcd6dc09987024d..72f499b1c0a03075d9cfbf86e017b71f4f142381 100644 (file)
@@ -12,7 +12,7 @@
       -moz-border-radius  : 2px;
       border              : 1px solid #FF9F00;
       background-color    : #000000;
-      margin              : 2px 2px 0px 0px;
+      margin              : 1px 1px 0px 0px;
       width               : 10px;
       height              : 10px;
       -moz-user-focus     : ignore;
@@ -30,6 +30,8 @@
   .checkbox-check
     {
       list-style-image    : none;
+      min-width           : 8px;
+      min-height          : 8px;
       width               : 8px;
       height              : 8px;
     }
@@ -87,3 +89,4 @@
       padding             : 0px;
     }
 
+