update to suite default status of 2009-01-30: bug 474807 - replace 4-piece margin...
[themes.git] / EarlyBlue / global / tabbox.css
index f78095cda1e845f2c76c15f72325013e8fe958a4..6d00c6acd53201abcc80290a528386b566a420b3 100644 (file)
@@ -68,7 +68,7 @@ tab {
   margin-top: 2px;
   border: 1px outset #CCD0DD;
   border-bottom: none;
-  padding: 1px 4px 2px 4px;
+  padding: 1px 4px 2px;
   background-color: #CCD0DD;
   color: #000000;
 }
@@ -94,8 +94,8 @@ tab:focus > .tab-middle {
 
 /*
 tab[first-tab="true"][selected="true"] {
-  padding-right: 5px;
-  padding-left: 5px;
+  -moz-padding-end: 5px;
+  -moz-padding-start: 5px;
 }
 */
 
@@ -109,7 +109,7 @@ tab[first-tab="true"][selected="true"] {
   margin-bottom: 2px;
   border: 1px outset #CCD0DD;
   border-top: none;
-  padding: 2px 4px 1px 4px;
+  padding: 2px 4px 1px;
 }
 
 /* ::::: tabs-bottom ::::: */