correcting some small glitches
authorrobert <robert>
Fri, 26 Oct 2001 20:45:52 +0000 (20:45 +0000)
committerrobert <robert>
Fri, 26 Oct 2001 20:45:52 +0000 (20:45 +0000)
LCARStrek/skin/LCARStrek/global/checkbox.css
LCARStrek/skin/LCARStrek/global/global.css
LCARStrek/skin/LCARStrek/global/radio.css
LCARStrek/skin/LCARStrek/global/spinbuttons.css
LCARStrek/skin/LCARStrek/messenger/folderPane.css
LCARStrek/skin/LCARStrek/messenger/mailWindow1.css
LCARStrek/skin/LCARStrek/messenger/threadPane.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;
     }
 
+
index 5e557dea470310e7d712481ca49ad8becda1601f..af36f6ab48cd77b015126d5fe6c965a4aa48a310 100644 (file)
@@ -138,7 +138,12 @@ button[type="menu-button"] {
       color               : #FF9F00;
       padding             : 3px;
     }
-  
+
+  page
+    { 
+      padding             : 0px;
+    }
+
   [wait-cursor] 
     { 
       cursor              : wait !important; 
@@ -277,3 +282,4 @@ caption
     margin                : 0px;
   }
 
+
index c56198c4c392d2aa7f0ceaabacf96afbf24a4c73..8247edc5c5722a0386d5e9496ecc1315b8f86879 100644 (file)
@@ -12,8 +12,9 @@
       border              : 1px solid #FF9F00;
       -moz-border-radius  : 50%;
       margin              : 0px 2px 0px 0px;
-      width               : 11px;
-      height              : 11px;
+      padding             : 1px;
+      width               : 10px;
+      height              : 10px;
     }
 
   .radio-checkmark-box-1[disabled="true"]
   .radio-checkmark-box-2
     {
       -moz-border-radius  : 50%;
-      padding             : 2px;
-      width               : 10px;
-      height              : 10px;
+      padding             : 1px;
+      width               : 8px;
+      height              : 8px;
+      min-width           : 8px;
+      min-height          : 8px;
     }  
 
   /* ensure that no list-style-image is inherited in from the Outside */
@@ -90,8 +93,4 @@
   .radio-internal-box
     {
       -moz-user-focus     : ignore;
-    }    
-
-
-
-
+    }
index 3a4952466e4b8edfddd157b61c119149d156a227..bff92e969f4701cc6f299c8c5a2d8efeb7faf9cc 100644 (file)
@@ -15,7 +15,7 @@
  * Portions created by Håkan Waara are Copyright (C) 
  * Håkan Waara.  All Rights Reserved.
  * 
- * Contributor(s): Håkan Waara (Original Author) 
+ * Contributor(s): Hakan Waara (Original Author) 
  */
 
 .up {
@@ -33,3 +33,4 @@
 .down:hover:active {
   list-style-image: url("chrome://global/skin/spinbtn-dn-act.gif")
 }
+
index b52673f2d8f75716f4fba015be4afe62f218a8f0..b49db47e024eef5feb7ecddf0b3ace66c0d593ac 100644 (file)
@@ -19,7 +19,7 @@
  *
  * Contributor(s):
  *   Joe Hewitt (hewitt@netscape.com)
- *   Håkan Waara (hwaara@chello.se)
+ *   Hakan Waara (hwaara@chello.se)
  *   Jan Varga (varga@utcru.sk)
  */
 
@@ -190,3 +190,4 @@ outlinerbody:-moz-outliner-image(syncCol, synchronize-true) {
 outlinerbody:-moz-outliner-image(syncCol, isServer-true) {
   list-style-image: none;
 }
+
index fcf5b5c00886cea48340710349e8f9d2390c9eb6..7d98b99d67682b19794972c6d98b48103b1fd558 100644 (file)
@@ -43,5 +43,9 @@
 #threadOutliner
   {
     min-width             : 1px;
+    border                : none;
   }
 
+#folderOutliner {
+    border                : none;
+}
index 7f180dfb6444b215451364677fc8082babe214d8..567072b98c196210dc5a13475d980b99f8913ef3 100644 (file)
@@ -37,7 +37,7 @@
 
 outlinerbody:-moz-outliner-line
 {
-  visibility: collapse;
+  visibility: hidden;
 }
 
 /* ::::: thread decoration ::::: */
@@ -177,3 +177,4 @@ outlinerbody:-moz-outliner-image(subjectCol, news, attach) {
   padding-right: 2px;
   list-style-image: url("chrome://messenger/skin/message-news-attach.gif");
 }
+