cosmetic changes
authorrobert <robert>
Wed, 21 Nov 2001 17:41:40 +0000 (17:41 +0000)
committerrobert <robert>
Wed, 21 Nov 2001 17:41:40 +0000 (17:41 +0000)
EarlyBlue/skin/EarlyBlue/global/checkbox.css
EarlyBlue/skin/EarlyBlue/global/progressmeter.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;
     }
+
index 1553dc5be29c4b83f9e52372c655c7c5691158d9..fe9eaf63b1ad9bf1ab3bc2b9ca4c28de1469e0a4 100644 (file)
@@ -54,6 +54,7 @@
   progressmeter
     {
       min-width           : 100px;
+      min-height          : 16px;
       border              : 1px inset #CCD0DD;
       background-color    : #999999;
     }
@@ -95,3 +96,4 @@
     {
            background-color    : #6699CC;
     }
+