updating EarlyBlue for recent XUL changes
authorrobert <robert>
Mon, 5 Nov 2001 21:34:48 +0000 (21:34 +0000)
committerrobert <robert>
Mon, 5 Nov 2001 21:34:48 +0000 (21:34 +0000)
15 files changed:
EarlyBlue/skin/EarlyBlue/communicator/sidebar/sidebar.css
EarlyBlue/skin/EarlyBlue/communicator/sidebar/sidebarBindings.xml
EarlyBlue/skin/EarlyBlue/communicator/sidebar/sidebarSplitterBindings.xml
EarlyBlue/skin/EarlyBlue/global/buttonBindings.xml
EarlyBlue/skin/EarlyBlue/global/classicBindings.xml
EarlyBlue/skin/EarlyBlue/global/formatting.css
EarlyBlue/skin/EarlyBlue/global/global.css
EarlyBlue/skin/EarlyBlue/global/menulistBindings.xml
EarlyBlue/skin/EarlyBlue/global/outliner.css
EarlyBlue/skin/EarlyBlue/global/radio.css
EarlyBlue/skin/EarlyBlue/global/tabbox.css
EarlyBlue/skin/EarlyBlue/global/tree.css
EarlyBlue/skin/EarlyBlue/messenger/addressbook/addressbook.css
EarlyBlue/skin/EarlyBlue/messenger/messageHeader.css
EarlyBlue/skin/EarlyBlue/navigator/navigator.css

index dbaffb62db75358fb3aeeb97c12b4d2d72ecf193..a8f3fa7b126f0b5dbbc09a932307fa13484b0ec8 100644 (file)
     {
     } 
 
+  .panelheader-text
+    {
+      margin              : 0px;
+    } 
index 1118a8d314c517001238aac700cdc0ea98f918f4..dccc1188dbd6907844b1ac501ac094c182eefcd4 100644 (file)
@@ -11,7 +11,7 @@
           <xul:image class="panelheader-grippy-icon" inherits="selected"/>
           <xul:image class="panelheader-image" inherits="src"/>
           <xul:vbox flex="1">
-            <xul:text class="panelheader-icon" inherits="value=label" crop="right"/>
+            <xul:label class="panelheader-icon" inherits="value=label" crop="right"/>
           </xul:vbox>
           <xul:spacer flex="1"/>
         </xul:hbox>
@@ -19,4 +19,4 @@
       </xul:hbox>
     </content>
   </binding>
-</bindings>          
\ No newline at end of file
+</bindings>
index 666fe1f336a77342a746111fd67bb893333e78fd..6e5a611eec87f55547dcc8891dd399909efdd9a7 100644 (file)
@@ -24,9 +24,9 @@
     <content>
       <xul:hbox class="panelheader-box-1" flex="1">
         <xul:image class="panelheader-image" inherits="src"/>
-        <xul:text class="panelheader-icon" inherits="value=label,crop"/>
+        <xul:label class="panelheader-icon" inherits="value=label,crop"/>
       </xul:hbox>
     </content>
   </binding>
           
-</bindings> 
\ No newline at end of file
+</bindings>
index 5bf0549d3c9f5d6cf87a383a06b2946b6f22232f..e22109ea4c57be56dd1d211f8498ed95057f8aa3 100644 (file)
@@ -27,9 +27,9 @@
     <content>
       <xul:vbox flex="1" align="center">
         <xul:image class="simplebutton-icon" inherits="src,disabled"/>
-        <xul:text class="simplebutton-text" inherits="value=label,accesskey,crop,disabled"/>
+        <xul:label class="simplebutton-text" inherits="value=label,accesskey,crop,disabled"/>
       </xul:vbox>
     </content>
   </binding>
   
-</bindings>
\ No newline at end of file
+</bindings>
index ab5e16365f78487dbeaf621456bf8b6c6fa5fd53..3c391b6a39379d07c44d7d428349bd16f0310b56 100644 (file)
@@ -7,8 +7,8 @@
   <binding id="textdisabled" extends="xul:text">
     <content>
       <xul:stack>
-        <xul:text class="text-bottom" inherits="value,accesskey,crop"/>
-        <xul:text class="text-top" inherits="value,accesskey,crop"/>
+        <xul:label class="text-bottom" inherits="value,accesskey,crop"/>
+        <xul:label class="text-top" inherits="value,accesskey,crop"/>
       </xul:stack>
     </content>
   </binding>
       <xul:hbox flex="1" class="radio-internal-box" align="center">
         <xul:hbox class="radio-checkmark-box-1" align="center" inherits="disabled">
           <xul:hbox class="radio-checkmark-box-2" align="center" flex="1">
-            <xul:image class="radio-check" inherits="checked,disabled"/>
+            <xul:image class="radio-check" inherits="selected,disabled"/>
           </xul:hbox>
         </xul:hbox>
         <xul:hbox class="radio-text-container" flex="1" align="center">
           <xul:image class="radio-icon" inherits="src,disabled"/>
-          <xul:html class="radio-text" inherits="value=label,accesskey,crop,disabled" flex="1"/>
+          <xul:label class="radio-text" inherits="value=label,accesskey,crop,disabled" flex="1"/>
         </xul:hbox>          
       </xul:hbox>
     </content>
@@ -58,7 +58,7 @@
           </xul:hbox>
         </xul:hbox>
         <xul:image class="checkbox-icon" inherits="src,disabled"/>
-        <xul:html class="checkbox-text" inherits="value=label,accesskey,crop,disabled" flex="1"/>
+        <xul:label class="checkbox-text" inherits="value=label,accesskey,crop,disabled" flex="1"/>
       </xul:hbox>
     </content>
   </binding>
         <xul:image/>
       </xul:vbox>
       <xul:spacer class="menuitem-iconic-spacer"/>
-      <xul:text class="menu-iconic-text" flex="1" align="left" inherits="value=label,accesskey,crop" crop="right"/>
-      <xul:text class="menu-iconic-accel" inherits="value=acceltext"/>
+      <xul:label class="menu-iconic-text" flex="1" align="left" inherits="value=label,accesskey,crop" crop="right"/>
+      <xul:label class="menu-iconic-accel" inherits="value=acceltext"/>
     </content>
   </binding>
 
       <xul:hbox class="largeheader-box" flex="1">
         <xul:vbox class="largeheader-text-container">
           <xul:spacer flex="1"/>
-          <xul:text class="largeheader-header-text" inherits="value=title" crop="right"/>
-          <xul:html class="largeheader-desc-text" inherits="value=description"/>
+          <xul:label class="largeheader-header-text" inherits="value=title" crop="right"/>
+          <xul:label class="largeheader-desc-text" inherits="value=description"/>
           <xul:spacer flex="1"/>
         </xul:vbox>
         <xul:spacer flex="1"/>
     <content>
       <xul:hbox flex="1" align="center">
         <xul:image class="toolbarbutton-left-icon" inherits="src,disabled"/>
-        <xul:text class="toolbarbutton-left-text" inherits="value=label,crop"/>
+        <xul:label class="toolbarbutton-left-text" inherits="value=label,crop"/>
       </xul:hbox>
     </content>
   </binding>  
     <content>
       <xul:vbox flex="1" align="center">
         <xul:image class="toolbarbutton-top-icon" inherits="src,disabled"/>
-        <xul:text class="toolbarbutton-top-text" inherits="value=label,crop"/>
+        <xul:label class="toolbarbutton-top-text" inherits="value=label,crop"/>
       </xul:vbox>
     </content>
   </binding>  
   <binding id="disabled-text" extends="xul:stack">
     <content>
       <xul:stack class="disabled-text-stack">
-        <xul:text class="disabled-text-bottom"/>
-        <xul:text class="disabled-text-top"/>
+        <xul:label class="disabled-text-bottom"/>
+        <xul:label class="disabled-text-top"/>
       </xul:stack>        
     </content>  
   </binding>
   </binding>
 
 </bindings>
-
-
-
index 4f2a439637fac31bfb90878a61c490ac495a3d9e..73d313060b6dcd274cf072d288bacbee33fdd2ce 100644 (file)
@@ -1,17 +1,3 @@
-/* colors */
-
-.color-dialog
-  {
-    background-color      : #CCD0DD;
-    color                 : #000000;
-  }
-  
-.color-window
-  {
-    background-color      : #FFFFFF;
-    color                 : #000000;
-  }
-
 /* inset areas */
 .inset
   {
     }
 
 /** text formatting rules **/
-/* label (with margins) */
-  text.label 
-    {
-      margin              : 1px 5px 2px 6px;
-    }
-
 /** Reduced Margin for some UI **/
   .small-margin
     {
-      margin              : 1px 2px 1px 2px;
+/*      margin              : 1px 2px 1px 2px; */
     }
     
-  text[disabled="true"] 
+  label[disabled="true"] 
     {
       color                 : #9999CC;
     }    
     
-  html, description
+  description
     {
-      margin              : 1px 5px 4px 5px;
-      cursor              : default;
+/*      margin              : 1px 5px 4px 5px; */
     }
 
   label
     {
-      margin              : 1px 5px 2px 6px;
-      cursor              : default;
+/*      margin              : 1px 5px 2px 6px; */
     }
 
   .header 
       border                : 1px solid ThreeDDarkShadow;
     }   
 */
+
+  .caption-text
+    {
+      margin: 0px 2px 0px 1px !important;
+    }
+
index 809beae11adeb4a961808a46a1a0d2c8e9fa7d39..4cd5ffaa8bf61c583ef11e58fe4a57f5e3519625 100644 (file)
@@ -223,7 +223,7 @@ button[type="menu-button"] {
    to explicit children yet */
 caption
   {
-    margin                : 0px 40px 2px 6px;
+    margin                : 0px 6px 2px 6px;
     padding               : 0px 3px 0px 3px;
     background-color      : #CCD0DD;
   }
@@ -232,6 +232,3 @@ caption
   {
     margin                : 0px;
   }
-  
-  
-
index 91b622e3c1c352ca4e65992c63285513e6d084c9..8ea276c52328c22f713f166e9574c14214146743 100644 (file)
@@ -11,7 +11,7 @@
       <xul:hbox class="menulist-internal-box" flex="1">
         <xul:hbox class="menulist-display-box" flex="1" align="center">
           <xul:image class="menulist-icon" inherits="src"/>
-          <xul:text class="menulist-text" inherits="value=label,crop,accesskey" crop="right" flex="1"/>
+          <xul:label class="menulist-text" inherits="value=label,crop,accesskey" crop="right" flex="1"/>
         </xul:hbox>
         <xul:hbox class="menulist-dropmarker-box-1" inherits="open">
           <xul:hbox class="menulist-dropmarker-box-2" flex="1" align="center" pack="center" inherits="open">
       <xul:hbox class="menulist-compact-internal-box" flex="1" align="center">
         <xul:image class="menulist-compact-dropmarker" inherits="disabled"/>
         <xul:spacer flex="1"/>
-        <xul:text class="menulist-compact-text" inherits="value=label,accesskey,crop,disabled" crop="right"/>
+        <xul:label class="menulist-compact-text" inherits="value=label,accesskey,crop,disabled" crop="right"/>
       </xul:hbox>
     <children includes="menupopup"/>
     </content>
   </binding>
 
-</bindings>
\ No newline at end of file
+</bindings>
index e49e4fa48725e09465005c0781f4d3ba10f89090..ab6cd5b1bfd02385dd7e42653eb2aa6aa1716dec 100644 (file)
@@ -178,3 +178,6 @@ outlinerbody:-moz-outliner-indentation {
   width: 16px;
 }
 
+.outlinercol-text {
+   margin: 0px;
+}
index e413643485620cfca56c910becf679c5810d7f20..3149a34ecae3085986667e031a0933af8c3b31ce 100644 (file)
       list-style-image    : none;
     }
 
-  .radio-check[checked="true"]
+  .radio-check[selected="true"]
     {
       list-style-image    : url(chrome://global/skin/check-radio.gif);
     }
   
-  .radio-check[checked="true"][disabled="true"]
+  .radio-check[selected="true"][disabled="true"]
     {
       list-style-image    : url(chrome://global/skin/check-radio-disabled.gif);
     }
@@ -90,6 +90,4 @@
   .radio-internal-box
     {
       -moz-user-focus     : ignore;
-    }    
-
-
+    }
index 97009a691508233b2af7913bcfe704db797cfd3e..e58caed8b6a5adf46630a7f1d4edb5e9100b0e6f 100644 (file)
@@ -15,7 +15,7 @@ tabs + tabpanels {
 }
 
 /* bottom tabs */
-tabbox[orient="vertical"] > tabpanels {
+tabbox > tabpanels {
   border: 1px outset #CCD0DD;
 }
 
@@ -42,11 +42,11 @@ tabpanels.light {
 /* tabs-spacer ========================== */
 
 /* top tabs */
-tabbox[orient="vertical"] > tabs > .tabs-spacer {
+tabbox > tabs > .tabs-spacer {
 }
 
 /* bottom tabs */
-tabbox[orient="vertical"] > tabpanels + tabs > .tabs-spacer {
+tabbox > tabpanels + tabs > .tabs-spacer {
 }
 
 /* left tabs */
@@ -144,4 +144,3 @@ tabbox[orient="horizontal"] > tabpanels + tabs[orient="vertical"] > tab > .tab-b
 tab[selected="true"]  {
   font-weight: bold;
 }
-
index 5c20d6b15ba78ca782b364df21ca11f742610859..659b324dc9b8479b6b3eaf3ba75be9cc76545c34 100644 (file)
@@ -7,7 +7,8 @@
  **/
 tree 
   {
-    border                : none;
+    border                : 1px inset #CCD0DD;
+    margin                : 1px 3px 2px 3px;
     background-color      : white;
     color                 : #000000;
   }
@@ -24,12 +25,6 @@ tree
   {
   }  
   
-tree.inset
-  {
-    border                : 1px inset #CCD0DD;
-    margin                : 1px 3px 2px 3px;
-  }
-
 treeitem[selected="true"] > treerow
   {
     color                 : white;
@@ -95,6 +90,11 @@ tree:focus > treechildren treeitem[selected="true"][current="true"] > treerow
     padding               : 0px 4px 0px 4px;
   }
 
+.treecell-header-text
+  {
+    margin                : 0px;
+  }
+
 .treecell-header-image-box 
   {
     padding               : 0px 1px 0px 1px;
@@ -242,5 +242,7 @@ treerow[mode="inline-edit"]
     margin-left           : 0px;
   }
 
-
-
+.inline-edit-cell-box[mode="edit"] 
+  {
+    margin                : 0px;
+  }
index b427f55b9b3c4ae0c422269d927430afadcc7012..ce0731e8ac595c9628627299ee5b668774fc3063 100644 (file)
@@ -184,9 +184,9 @@ html|p {
 
 #dirTree, #resultsTree { 
   border: none;
+  margin: 0px;
 }
 
 #resultsTree {
 /*  border-left: 1px solid ThreeDShadow; */
 }
-
index e1c1a0e324eeeec58c3f3bc26671305f0d5783a2..04ad63195036854bdabf6faf5107a9242e23e1cf 100644 (file)
@@ -49,11 +49,6 @@ mail-toggle-headerfield
     padding-right         : 1px; 
   }
 
-mail-emailheaderfield > .headerBox > mail-emailaddress
-  { 
-    padding-left          : 0.5em; 
-  }
-
 .buttonTopSpacer     
   { 
     height                : 0.3em; 
@@ -106,7 +101,7 @@ mail-emailheaderfield > .headerBox > mail-emailaddress
     -moz-box-pack: end;
   }
 
-.emailDisplayButton 
+label.emailDisplayButton 
   {
     color                 : #336699;
     cursor                : pointer;
@@ -116,7 +111,7 @@ mail-emailheaderfield > .headerBox > mail-emailaddress
     padding-right         : 1px; 
   }
 
-.emailDisplayButton:hover
+label.emailDisplayButton:hover
   {
     color                 : black;
     background-color      : #336699;
@@ -132,24 +127,12 @@ mail-emailheaderfield > .headerBox > mail-emailaddress
   list-style-image      : url("chrome://global/skin/twisty-open.gif");
 }
 
-html.headerValue   
-  { 
-    white-space           : normal;
-    min-width             : 50px; 
-    margin                : 0px;
-  }
-
-html.subjectvalue  
-  { 
-    font-weight           : bold; 
-  }
-
-text.subjectvalue
+label.subjectvalue
  {
   font-weight             : bold;
  }
 
-text.headerdisplayname 
+label.headerdisplayname 
   { 
     font-weight           : bold; 
     margin-right          : 0.5em; 
@@ -157,7 +140,7 @@ text.headerdisplayname
     min-height: 16px;
   }
 
-text.headerValue 
+label.headerValue 
   { 
     white-space           : normal; 
     min-width             : 50px; 
@@ -204,7 +187,7 @@ text.headerValue
   width: 12em;
 }
 
-text.collapsedHeaderDisplayName 
+label.collapsedHeaderDisplayName 
 { 
   font-weight: bold; 
   margin-left: .7em;
@@ -221,3 +204,4 @@ text.collapsedHeaderDisplayName
 [hide] {
   visibility: hidden;
 }
+
index 8a895e3fc82b950197765ee27b2beb91b037dbea..a713f419cca3990ef3d8397cdd2524a9a375991f 100644 (file)
@@ -6,6 +6,8 @@
 @import url(chrome://navigator/skin/personalToolbar.css);
 @import url(chrome://communicator/skin/sidebar/sidebar.css);
 
+@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
+
 /********** resource bundle binding **********/
 
 #resource_bundle_navigator
   {
     border-left           : 1px solid ThreeDDarkShadow;
     border-top            : 1px solid ThreeDDarkShadow;
-    border-right          : 1px solid ThreeDFace;
     border-bottom         : 1px solid ThreeDFace;
   }
 
 #browser
   {
     border-left           : 1px solid ThreeDShadow;
-    border-right          : 1px solid ThreeDHighlight;
   }  
 */
 
     list-style-image      : url("chrome://navigator/skin/back-disabled.gif") !important;
   }
 
-/*
-#back-button:hover,
-#back-button[buttonover="true"],
-#back-button[open="true"]
-  {
-    list-style-image      : url("chrome://navigator/skin/back-hover.gif");
-  }
-
-#back-button[buttondown="true"]
-  {
-    list-style-image      : url("chrome://navigator/skin/back-hover-active.gif");
-  }
-*/
-
 #forward-button 
   {
     list-style-image      : url("chrome://navigator/skin/forward.gif");
     list-style-image      : url("chrome://navigator/skin/forward-disabled.gif") !important;
   }
 
-/*
-#forward-button:hover,
-#forward-button[buttonover="true"],
-#forward-button[open="true"]
-  {
-    list-style-image      : url("chrome://navigator/skin/forward-hover.gif");
-  }
-
-#forward-button[buttondown="true"]
-  {
-    list-style-image      : url("chrome://navigator/skin/forward-hover-active.gif");
-  }
-*/
-
 #reload-button 
   {
   list-style-image        : url("chrome://navigator/skin/reload.gif");
   }
 
-/*
-#reload-button:hover
-  {
-  list-style-image        : url("chrome://navigator/skin/reload-hover.gif");
-  }
-
-#reload-button:hover:active
-  {
-  list-style-image        : url("chrome://navigator/skin/reload-hover-active.gif");
-  }
-*/
-
 #reload-button[disabled="true"]
   {
          list-style-image      : url("chrome://navigator/skin/reload-disabled.gif") !important;
     list-style-image      : url("chrome://navigator/skin/stop-disabled.gif") !important;
   } 
 
-/*
-#stop-button:hover
-  {
-    list-style-image      : url("chrome://navigator/skin/stop-hover.gif");
-  } 
-
-#stop-button:hover:active
-  {
-    list-style-image      : url("chrome://navigator/skin/stop-hover-active.gif");
-  } 
-*/
-  
 #print-button 
   {
     list-style-image      : url("chrome://global/skin/print.gif");
     list-style-image      : url("chrome://global/skin/print-disabled.gif") !important;
   }
 
-/*
-#print-button:hover,
-#print-button[buttonover="true"],
-#print-button[open="true"]
-  {
-    list-style-image      : url("chrome://global/skin/print-hover.gif");
-  }
-
-#print-button[buttondown="true"]
-  {
-    list-style-image      : url("chrome://global/skin/print-hover-active.gif");
-  }
-*/
-
 /* Hides text below the above buttons */
 .toolbarbutton-1 > .toolbarbutton-menubutton-box > .toolbarbutton-menubutton-button > .toolbarbutton-box > .toolbarbutton-text,
 .toolbarbutton-1 > .toolbarbutton-box > .toolbarbutton-text {
     font-weight           : bold;
   }
 
-/*
-#search-button:hover
-  {
-    list-style-image      : url("chrome://communicator/skin/search-hover.gif");
-  }
-  
-#search-button:hover:active
-  {
-    list-style-image      : url("chrome://communicator/skin/search-active.gif");
-  }
-*/
-
 .menuitem-iconic
   {
     padding               : 1px;
 
 .autocomplete-outlinerbody:-moz-outliner-cell-text(comment) 
   {
-    font-style          : italic;
+/*    font-style          : italic; */
   }
 
 /*
   {
     margin-right          : 4px;
   }
-