updating for kairo.at bug 50 workaround and small other thingys
authorrobert <robert>
Mon, 19 Feb 2001 09:53:46 +0000 (09:53 +0000)
committerrobert <robert>
Mon, 19 Feb 2001 09:53:46 +0000 (09:53 +0000)
EarlyBlue/global/skin/tree.css
EarlyBlue/messenger/skin/msgHdrViewOverlay.css
LCARStrek/global/skin/formatting.css
LCARStrek/global/skin/tree.css
LCARStrek/messenger/skin/msgHdrViewOverlay.css

index 8f3d11a1bb43dbcd4bc5504d06b5159486415b58..eb96f022fe85aba938dc11f694083c02556677d8 100755 (executable)
-\r
-/******** Tree widget **********/\r
-\r
-/** basic tree ****************************************************\r
- *  basic tree widget for use in main windows where no decoration\r
- *  is required.\r
- **/\r
-tree {\r
-  background-color: white;\r
-  border: none;\r
-  border-spacing: 0px;\r
-}\r
-\r
-/** class="inset" *************************************************\r
- *  this is the tree class used by dialogs to create treeviews with \r
- *  inset borders, and default dialog spacing.\r
- **/\r
-tree.inset {\r
-  border-top: 1px solid #666699;\r
-  border-bottom: 1px solid white;\r
-  border-left: 1px solid #666699;\r
-  border-right: 1px solid white;\r
-  margin: 1px 5px 2px 5px;\r
-}\r
-\r
-treeitem[selected="true"] > treerow { \r
-       color: white;\r
-       background-color: #336699;\r
-}\r
-\r
-treecell { \r
-  white-space: nowrap;\r
-  vertical-align: middle;\r
-  padding: 1px 0px 1px 2px;\r
-} \r
-\r
-.treecell-header { \r
-  background-color: #CCD0DD; \r
-  color: black;\r
-  border-right: 1px solid white;\r
-  vertical-align: middle;\r
-  padding: 0px 0px 0px 5px;\r
-} \r
-\r
-.treecell-inset-header {\r
-  background-color: #CCD0DD; \r
-  border-top: 1px solid white;\r
-  border-bottom: 1px solid #666699;\r
-  border-left: 1px solid white;\r
-  border-right: 1px solid #666699;\r
-}\r
-\r
-tree.inset > treehead > treerow > treecell.sortable:active {\r
-  border-top: 1px solid #666699;\r
-  border-bottom: 1px solid white;\r
-  border-left: 1px solid #666699;\r
-  border-right: 1px solid white;\r
-}\r
-\r
-/** class="propertylist" ******************************************\r
- *  class for cells in grid-formatted property lists.\r
- **/\r
-treecell.propertylist {\r
-  padding-left: 5px;\r
-  border-right: 1px solid #CCD0DD;\r
-  border-bottom: 1px solid #CCD0DD;\r
-}\r
-\r
-.tree-cell-primary-icon {\r
-  list-style-image: inherit;\r
-  padding-right: 2px;\r
-}\r
-\r
-.tree-cell-icon {\r
-  list-style-image: inherit;\r
-  padding-right: 2px;\r
-}\r
-\r
-.treecell-indent > .tree-cell-primary-icon {\r
-  padding-left: 14px;\r
- }\r
-\r
-treeitem[container="true"] > treerow > .treecell-indent > .tree-cell-primary-icon {\r
-  padding-left: 0px;\r
-}\r
-\r
-.tree-cell-twisty {\r
- list-style-image: url("chrome://global/skin/closedtwisty.gif");\r
- user-focus:ignore;\r
- padding-right: 2px;\r
-}\r
-\r
-treeitem[selected="true"] > treerow > treecell > .tree-cell-twisty {\r
-  list-style-image: url("chrome://global/skin/closedtwisty-selected.gif");\r
-}\r
-\r
-.tree-cell-twisty:hover {\r
- text-decoration: none;\r
-}\r
-\r
-.tree-cell-twisty:active {\r
- text-decoration: none;\r
-}\r
-\r
-.tree-cell-twisty[disabled="true"] {\r
- list-style-image: none;\r
-}\r
-\r
-treeitem[container="true"][open="true"] > treerow > treecell > .tree-cell-twisty {\r
- list-style-image: url("chrome://global/skin/opentwisty.gif");\r
-}\r
-\r
-treeitem[selected="true"][container="true"][open="true"] > treerow > treecell > .tree-cell-twisty {\r
-  list-style-image: url("chrome://global/skin/opentwisty-selected.gif");\r
-}\r
-\r
-\r
-/* tree header with sort direction indicators */\r
-.sortDirectionIndicator[sortDirection="ascending"]  > .tree-header-sortdirection {\r
-  list-style-image: url("chrome://global/skin/sortAscending.gif");\r
-  margin-right: 3px;\r
-}\r
-\r
-.sortDirectionIndicator[sortDirection="descending"] > .tree-header-sortdirection {\r
-  list-style-image: url("chrome://global/skin/sortDescending.gif");\r
-  margin-right: 3px;\r
-}\r
-\r
-treecol[sortDirection="true"],\r
-treecol[sortActive="true"]\r
-  {\r
-    background-color       : #DFDFDF;\r
-  }\r
-\r
-.treecell-popup-icon\r
-  {\r
-    list-style-image       : url("chrome://global/skin/columnselect.gif");\r
-  }\r
+
+/******** Tree widget **********/
+
+/** basic tree ****************************************************
+ *  basic tree widget for use in main windows where no decoration
+ *  is required.
+ **/
+tree {
+  background-color: white;
+  border: none;
+  border-spacing: 0px;
+}
+
+/** class="inset" *************************************************
+ *  this is the tree class used by dialogs to create treeviews with 
+ *  inset borders, and default dialog spacing.
+ **/
+tree.inset {
+  border-top: 1px solid #666699;
+  border-bottom: 1px solid white;
+  border-left: 1px solid #666699;
+  border-right: 1px solid white;
+  margin: 1px 3px 2px 3px;
+}
+
+treeitem[selected="true"] > treerow { 
+       color: white;
+       background-color: #336699;
+}
+
+treecell { 
+  white-space: nowrap;
+  vertical-align: middle;
+  padding: 1px 0px 1px 2px;
+} 
+
+.treecell-header { 
+  background-color: #CCD0DD; 
+  color: black;
+  border-right: 1px solid white;
+  vertical-align: middle;
+  padding: 0px 0px 0px 5px;
+} 
+
+.treecell-inset-header {
+  background-color: #CCD0DD; 
+  border-top: 1px solid white;
+  border-bottom: 1px solid #666699;
+  border-left: 1px solid white;
+  border-right: 1px solid #666699;
+}
+
+tree.inset > treehead > treerow > treecell.sortable:active {
+  border-top: 1px solid #666699;
+  border-bottom: 1px solid white;
+  border-left: 1px solid #666699;
+  border-right: 1px solid white;
+}
+
+/** class="propertylist" ******************************************
+ *  class for cells in grid-formatted property lists.
+ **/
+treecell.propertylist {
+  padding-left: 5px;
+  border-right: 1px solid #CCD0DD;
+  border-bottom: 1px solid #CCD0DD;
+}
+
+.tree-cell-primary-icon {
+  list-style-image: inherit;
+  padding-right: 2px;
+}
+
+.tree-cell-icon {
+  list-style-image: inherit;
+  padding-right: 2px;
+}
+
+.treecell-indent > .tree-cell-primary-icon {
+  padding-left: 14px;
+ }
+
+treeitem[container="true"] > treerow > .treecell-indent > .tree-cell-primary-icon {
+  padding-left: 0px;
+}
+
+.tree-cell-twisty {
+ list-style-image: url("chrome://global/skin/closedtwisty.gif");
+ user-focus:ignore;
+ padding-right: 2px;
+}
+
+treeitem[selected="true"] > treerow > treecell > .tree-cell-twisty {
+  list-style-image: url("chrome://global/skin/closedtwisty-selected.gif");
+}
+
+.tree-cell-twisty:hover {
+ text-decoration: none;
+}
+
+.tree-cell-twisty:active {
+ text-decoration: none;
+}
+
+.tree-cell-twisty[disabled="true"] {
+ list-style-image: none;
+}
+
+treeitem[container="true"][open="true"] > treerow > treecell > .tree-cell-twisty {
+ list-style-image: url("chrome://global/skin/opentwisty.gif");
+}
+
+treeitem[selected="true"][container="true"][open="true"] > treerow > treecell > .tree-cell-twisty {
+  list-style-image: url("chrome://global/skin/opentwisty-selected.gif");
+}
+
+
+/* tree header with sort direction indicators */
+.sortDirectionIndicator[sortDirection="ascending"]  > .tree-header-sortdirection {
+  list-style-image: url("chrome://global/skin/sortAscending.gif");
+  margin-right: 3px;
+}
+
+.sortDirectionIndicator[sortDirection="descending"] > .tree-header-sortdirection {
+  list-style-image: url("chrome://global/skin/sortDescending.gif");
+  margin-right: 3px;
+}
+
+treecol[sortDirection="true"],
+treecol[sortActive="true"]
+  {
+    background-color       : #DFDFDF;
+  }
+
+.treecell-popup-icon
+  {
+    list-style-image       : url("chrome://global/skin/columnselect.gif");
+  }
+
index 7179ea6ce912961f3458714eeb2f39feaf106c04..caeecb41b0d8e0b4d098a1448ee44dc28c35a404 100755 (executable)
-/*\r
-The contents of this file are subject to the Netscape Public\r
-License Version 1.1 (the "License"); you may not use this file\r
-except in compliance with the License. You may obtain a copy of\r
-the License at http://www.mozilla.org/NPL/\r
-\r
-Software distributed under the License is distributed on an "AS\r
-IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or\r
-implied. See the License for the specific language governing\r
-rights and limitations under the License.\r
-\r
-The Original Code is Mozilla Communicator client code, released\r
-March 31, 1998.\r
-\r
-The Initial Developer of the Original Code is Netscape\r
-Communications Corporation. Portions created by Netscape are\r
- Copyright (C) 1998-1999 Netscape Communications Corporation. All\r
-Rights Reserved.\r
-*/\r
-\r
-\r
-/* These are the style attributes we are applying to the message header\r
- * view overlay which shows the message headers for a selected message.\r
- * some of this stuff originated from mailheaders.css\r
- */\r
-\r
-@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* set default namespace to HTML */\r
-@namespace html url("http://www.w3.org/1999/xhtml"); /* namespace for XUL elements */\r
-\r
-mail-emailaddress {\r
-  -moz-binding: url(chrome://messenger/content/mailWidgets.xml#mail-emailaddress);\r
-  display: inline;\r
-}\r
-\r
-[hide] {\r
-  visibility: collapse;\r
-}\r
-\r
-spring.buttonTopSpacer     { height: .3em; }\r
-spring.buttonSpacer        { width: .5em; }\r
-box.headerBox              { overflow: hidden; min-width:50px;}\r
-box.header-part1           { background-color: #EEEEEE; border: none; }\r
-box.header-part2           { background-color: #CCCCCC; border: none; }\r
-box.header-part3           { background-color: #CCCCCC; border: none; }\r
-\r
-#addToAddressBookButton {\r
-       list-style-image:url("chrome://messenger/skin/addtoab.gif");\r
-  min-height: 20px;\r
-  margin: 0px;\r
-}\r
-\r
-#attachmentButton {\r
-  list-style-image:url("chrome://messenger/skin/attach.gif");\r
-  min-height: 20px;\r
-  margin: 0px;\r
-}\r
-\r
-image.emailDisplayImage\r
-{\r
-  align: right;\r
-  display: inline;\r
-}\r
-\r
-text.emailSeparator {\r
-  display: inline;\r
-}\r
-\r
-text.emailDisplayButton {\r
-  color: blue;\r
-  text-decoration: underline;\r
-  cursor: pointer;\r
-  max-height: 15px;\r
-  display: inline;\r
-}\r
-\r
-image.showMoreAddressesButton {\r
-  list-style-image:url("chrome://messenger/skin/more.gif");\r
-  display: inline;\r
-}\r
-\r
-image.showFewerAddressesButton {\r
-  list-style-image:url("chrome://messenger/skin/less.gif");\r
-  display: inline;\r
-}\r
-\r
-html.headerValue   { white-space: normal; min-width: 50px; }\r
-html.subjectvalue      {font-weight: bold;}\r
-\r
-text.headerdisplayname { font-weight: bold; margin-right: .5em; margin-left: .5em; min-height: 18px }\r
-text.headerValue { white-space: normal; min-width: 50px; }\r
+/*
+The contents of this file are subject to the Netscape Public
+License Version 1.1 (the "License"); you may not use this file
+except in compliance with the License. You may obtain a copy of
+the License at http://www.mozilla.org/NPL/
+
+Software distributed under the License is distributed on an "AS
+IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
+implied. See the License for the specific language governing
+rights and limitations under the License.
+
+The Original Code is Mozilla Communicator client code, released
+March 31, 1998.
+
+The Initial Developer of the Original Code is Netscape
+Communications Corporation. Portions created by Netscape are
+ Copyright (C) 1998-1999 Netscape Communications Corporation. All
+Rights Reserved.
+*/
+
+
+/* These are the style attributes we are applying to the message header
+ * view overlay which shows the message headers for a selected message.
+ * some of this stuff originated from mailheaders.css
+ */
+
+@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* set default namespace to HTML */
+@namespace html url("http://www.w3.org/1999/xhtml"); /* namespace for XUL elements */
+
+mail-emailaddress 
+  {
+    -moz-binding          : url(chrome://messenger/content/mailWidgets.xml#mail-emailaddress);
+    display               : inline;
+  }
+
+
+[hide] {
+  visibility: collapse;
+}
+
+spring.buttonTopSpacer     { height: .3em; }
+spring.buttonSpacer        { width: .5em; }
+box.headerBox              { overflow: hidden; min-width:50px;}
+box.header-part1           { background-color: #EEEEEE; border: none; }
+box.header-part2           { background-color: #CCCCCC; border: none; }
+box.header-part3           { background-color: #CCCCCC; border: none; }
+
+#addToAddressBookButton {
+       list-style-image:url("chrome://messenger/skin/addtoab.gif");
+  min-height: 20px;
+  margin: 0px;
+}
+
+#attachmentButton {
+  list-style-image:url("chrome://messenger/skin/attach.gif");
+  min-height: 20px;
+  margin: 0px;
+}
+
+.emailDisplayImage
+  {
+    align                 : right;
+  }
+
+.emailSeparator 
+  {
+    display               : inline;
+  }
+
+.emailDisplayButton 
+  {
+    color                 : blue;
+    text-decoration       : underline;
+    cursor                : pointer;
+    max-height            : 15px;
+    /* I can't find out where that strange bug is hitting me */
+    /* see http://www.hirsch.sth.ac.at/bugzilla/show_bug.cgi?id=50 */
+  }
+
+.showMoreAddressesButton 
+  {
+    list-style-image      : url("chrome://messenger/skin/more.gif");
+    display               : inline;
+  }
+
+.showFewerAddressesButton 
+  {
+    list-style-image      : url("chrome://messenger/skin/less.gif");
+    display               : inline;
+  }
+
+html.headerValue   
+  { 
+    white-space           : normal;
+    min-width             : 50px; 
+    margin                : 0px;
+  }
+
+html.subjectvalue  
+  { 
+    font-weight           : bold; 
+  }
+
+text.headerdisplayname 
+  { 
+    font-weight           : bold; 
+    margin-right          : 0.5em; 
+    margin-left           : 0.5em; 
+    min-height            : 18px 
+  }
+
+text.headerValue 
+  { 
+    white-space           : normal; 
+    min-width             : 50px; 
+  }
+  
+#msgHeaderView
+  {
+    border-left           : none;
+    border-right          : none;
+  }
index b84b46dead311d4f3cca56f56ec27c435e99a109..f80bfd5cd17b16d51d9e8182ea133664a964aefc 100755 (executable)
-/* colors */\r
-\r
-.color-dialog\r
-  {\r
-    background-color      : #000000;\r
-    color                 : #FF9F00;\r
-  }\r
-  \r
-.color-window\r
-  {\r
-    background-color      : #000000;\r
-    color                 : #FF9F00;\r
-  }\r
-\r
-/* inset areas */\r
-.inset\r
-  {\r
-/*    border                : 1px inset #FF9F00;  */\r
-    margin                : 0px 5px 5px 5px;\r
-  }\r
-  \r
-/* formatting */\r
-.groove-top\r
-  {\r
-    border-top            : 2px groove #FF9F00;\r
-  }\r
-  \r
-.groove-right\r
-  {\r
-    border-right          : 2px groove #FF9F00;\r
-  }\r
-  \r
-.groove-left\r
-  {\r
-    border-left           : 2px groove #FF9F00;\r
-  }\r
-  \r
-.groove-bottom\r
-  {\r
-    border-bottom         : 2px groove #FF9F00;\r
-  }\r
-  \r
-.outset\r
-  {\r
-/*    border                : 1px outset #FF9F00; */\r
-  }  \r
-  \r
-/** separator rules **/\r
-/* standard separators */\r
-  separator, separator[orient="horizontal"] \r
-    {\r
-      height: 1.5em;\r
-    }\r
-  \r
-  separator[orient="vertical"] \r
-    {\r
-      width: 1.5em;\r
-    }\r
-\r
-/* thinner separators (50% size) */\r
-  separator.thin, separator.thin[orient="horizontal"] \r
-    {\r
-      height: 0.5em;\r
-    }\r
-  \r
-  separator.thin[orient="vertical"] \r
-    {\r
-      width: 0.5em;\r
-    }\r
-\r
-/* groove separators (50% size) */\r
-  separator.groove,\r
-  separator.groove[orient="horizontal"] \r
-    {\r
-      border-top: 2px groove #FF9F00;\r
-      height: 0px;\r
-      margin-top: 0.4em;\r
-      margin-bottom: 0.4em;\r
-    }\r
-  \r
-  separator.groove[orient="vertical"] \r
-    {\r
-      border-left: 2px groove #FF9F00;\r
-      margin-left: 0.4em;\r
-      margin-right: 0.4em;\r
-    }\r
-  \r
-/* groove separators (0 padding, for dividing effects) */  \r
-  separator.groove-thin \r
-    {\r
-      border-top: 2px groove #FF9F00;\r
-      height: 0px;\r
-    }\r
-  \r
-  separator[orient="vertical"].groove-thin \r
-    {\r
-      border-left: 2px groove #FF9F00;\r
-    }\r
-\r
-/** text formatting rules **/\r
-/* label (with margins) */\r
-  text.label \r
-    {\r
-      margin              : 1px 5px 2px 5px;\r
-    }\r
-    \r
-  text[disabled="true"] \r
-    {\r
-      color                 : #8050B0;\r
-    }    \r
-    \r
-  html\r
-    {\r
-      margin              : 1px 5px 4px 5px;\r
-      cursor              : default;\r
-    }\r
-\r
-  .header \r
-    {\r
-      font-weight         : bold;\r
-    }\r
-   \r
-  .indent\r
-    {\r
-      margin-left         : 20px;\r
-    }\r
-\r
-  .icon-dropmarker\r
-    {\r
-      list-style-image    : url("chrome://global/skin/scroll-down.gif");\r
-    }\r
-    \r
-  .box-padded\r
-    {\r
-      padding             : 5px;\r
-    }    \r
-    \r
-  .spaced\r
-    {\r
-      margin              : 3px 5px 4px 5px;\r
-    }    
\ No newline at end of file
+/* colors */
+
+.color-dialog
+  {
+    background-color      : #000000;
+    color                 : #FF9F00;
+  }
+  
+.color-window
+  {
+    background-color      : #000000;
+    color                 : #FF9F00;
+  }
+
+/* inset areas */
+.inset
+  {
+/*    border                : 1px inset #FF9F00; 
+    margin                : 0px 5px 5px 5px; */
+  }
+  
+/* formatting */
+.groove-top
+  {
+    border-top            : 2px groove #FF9F00;
+  }
+  
+.groove-right
+  {
+    border-right          : 2px groove #FF9F00;
+  }
+  
+.groove-left
+  {
+    border-left           : 2px groove #FF9F00;
+  }
+  
+.groove-bottom
+  {
+    border-bottom         : 2px groove #FF9F00;
+  }
+  
+.outset
+  {
+/*    border                : 1px outset #FF9F00; */
+  }  
+  
+/** separator rules **/
+/* standard separators */
+  separator, separator[orient="horizontal"] 
+    {
+      height: 1.5em;
+    }
+  
+  separator[orient="vertical"] 
+    {
+      width: 1.5em;
+    }
+
+/* thinner separators (50% size) */
+  separator.thin, separator.thin[orient="horizontal"] 
+    {
+      height: 0.5em;
+    }
+  
+  separator.thin[orient="vertical"] 
+    {
+      width: 0.5em;
+    }
+
+/* groove separators (50% size) */
+  separator.groove,
+  separator.groove[orient="horizontal"] 
+    {
+      border-top: 2px groove #FF9F00;
+      height: 0px;
+      margin-top: 0.4em;
+      margin-bottom: 0.4em;
+    }
+  
+  separator.groove[orient="vertical"] 
+    {
+      border-left: 2px groove #FF9F00;
+      margin-left: 0.4em;
+      margin-right: 0.4em;
+    }
+  
+/* groove separators (0 padding, for dividing effects) */  
+  separator.groove-thin 
+    {
+      border-top: 2px groove #FF9F00;
+      height: 0px;
+    }
+  
+  separator[orient="vertical"].groove-thin 
+    {
+      border-left: 2px groove #FF9F00;
+    }
+
+/** text formatting rules **/
+/* label (with margins) */
+  text.label 
+    {
+      margin              : 1px 5px 2px 5px;
+    }
+    
+  text[disabled="true"] 
+    {
+      color                 : #8050B0;
+    }    
+    
+  html
+    {
+      margin              : 1px 5px 4px 5px;
+      cursor              : default;
+    }
+
+  .header 
+    {
+      font-weight         : bold;
+    }
+   
+  .indent
+    {
+      margin-left         : 20px;
+    }
+
+  .icon-dropmarker
+    {
+      list-style-image    : url("chrome://global/skin/scroll-down.gif");
+    }
+    
+  .box-padded
+    {
+      padding             : 5px;
+    }    
+    
+  .spaced
+    {
+      margin              : 3px 5px 4px 5px;
+    }    
index 0e6b3c7e49296957ba3b9ac62e9bc50a653e94f6..7fcee72890e2065a72937a9e73302948432ebfaf 100755 (executable)
@@ -18,7 +18,7 @@ tree {
 tree.inset {
   -moz-border-radius: 5px;
   border: 1px solid #9C9CFF;
-  margin: 1px 5px 2px 5px;
+  margin: 1px 3px 2px 3px;
 }
 
 /*
@@ -147,3 +147,4 @@ treecol[sortActive="true"]
     list-style-image       : url("chrome://global/skin/columnselect.gif");
   }
 
+
index 1ad2697e7538031e5860298a351a6acc1923c670..832f542b1631e0ddb61caf547216d3d169c753e1 100755 (executable)
-/*\r
-The contents of this file are subject to the Netscape Public\r
-License Version 1.1 (the "License"); you may not use this file\r
-except in compliance with the License. You may obtain a copy of\r
-the License at http://www.mozilla.org/NPL/\r
-\r
-Software distributed under the License is distributed on an "AS\r
-IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or\r
-implied. See the License for the specific language governing\r
-rights and limitations under the License.\r
-\r
-The Original Code is Mozilla Communicator client code, released\r
-March 31, 1998.\r
-\r
-The Initial Developer of the Original Code is Netscape\r
-Communications Corporation. Portions created by Netscape are\r
- Copyright (C) 1998-1999 Netscape Communications Corporation. All\r
-Rights Reserved.\r
-*/\r
-\r
-\r
-/* These are the style attributes we are applying to the message header\r
- * view overlay which shows the message headers for a selected message.\r
- * some of this stuff originated from mailheaders.css\r
- */\r
-\r
-@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* set default namespace to HTML */\r
-@namespace html url("http://www.w3.org/1999/xhtml"); /* namespace for XUL elements */\r
-\r
-toolbar > .toolbar-holder {\r
-  background-color: #FF9F00;\r
-  background-image: none;\r
-  -moz-border-radius: 0px 8px 8px 0px;\r
-  padding-right: 12px;\r
-}\r
-\r
-mail-emailaddress {\r
-  -moz-binding: url(chrome://messenger/content/mailWidgets.xml#mail-emailaddress);\r
-  display: inline;\r
-}\r
-\r
-[hide] {\r
-  visibility: collapse;\r
-}\r
-\r
-spring.buttonTopSpacer     { height: .3em; }\r
-spring.buttonSpacer        { width: .5em; }\r
-box.headerBox              { overflow: hidden; min-width: 50px; padding: 1px; }\r
-box.header-part1           { background-color: #9C9CFF; color: #000000; border: none; min-height: 16px; border-right: 3px solid black; }\r
-box.header-part2           { background-color: #E7ADE7; color: #000000; border: none; min-height: 16px; border-right: 3px solid black; }\r
-box.header-part3           { background-color: #E7ADE7; color: #000000; border: none; min-height: 16px; border-right: 3px solid black; }\r
-\r
-#addToAddressBookButton {\r
-       list-style-image:url("chrome://messenger/skin/addtoab.gif");\r
-  min-height: 20px;\r
-  margin: 0px;\r
-}\r
-\r
-#attachmentButton {\r
-  list-style-image:url("chrome://messenger/skin/attach.gif");\r
-  min-height: 20px;\r
-  margin: 0px;\r
-}\r
-\r
-image.emailDisplayImage\r
-{\r
-  align: right;\r
-  display: inline;\r
-}\r
-\r
-text.emailSeparator {\r
-  display: inline;\r
-}\r
-\r
-text.emailDisplayButton {\r
-  color: blue;\r
-  text-decoration: underline;\r
-  cursor: pointer;\r
-  max-height: 15px;\r
-  display: inline;\r
-}\r
-\r
-image.showMoreAddressesButton {\r
-  list-style-image:url("chrome://messenger/skin/more.gif");\r
-  display: inline;\r
-}\r
-\r
-image.showFewerAddressesButton {\r
-  list-style-image:url("chrome://messenger/skin/less.gif");\r
-  display: inline;\r
-}\r
-\r
-html.headerValue   { white-space: normal; min-width: 50px; margin:0px; }\r
-html.subjectvalue      {font-weight: bold;}\r
-\r
-text.headerdisplayname { font-weight: bold; margin-right: .5em; margin-left: .5em; }\r
-text.headerValue { white-space: normal; min-width: 50px; }
\ No newline at end of file
+/*
+The contents of this file are subject to the Netscape Public
+License Version 1.1 (the "License"); you may not use this file
+except in compliance with the License. You may obtain a copy of
+the License at http://www.mozilla.org/NPL/
+
+Software distributed under the License is distributed on an "AS
+IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
+implied. See the License for the specific language governing
+rights and limitations under the License.
+
+The Original Code is Mozilla Communicator client code, released
+March 31, 1998.
+
+The Initial Developer of the Original Code is Netscape
+Communications Corporation. Portions created by Netscape are
+ Copyright (C) 1998-1999 Netscape Communications Corporation. All
+Rights Reserved.
+*/
+
+
+/* These are the style attributes we are applying to the message header
+ * view overlay which shows the message headers for a selected message.
+ * some of this stuff originated from mailheaders.css
+ */
+
+@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* set default namespace to HTML */
+@namespace html url("http://www.w3.org/1999/xhtml"); /* namespace for XUL elements */
+
+toolbar > .toolbar-holder {
+  background-color: #FF9F00;
+  background-image: none;
+  -moz-border-radius: 0px 8px 8px 0px;
+  padding-right: 12px;
+}
+
+mail-emailaddress 
+  {
+    -moz-binding          : url(chrome://messenger/content/mailWidgets.xml#mail-emailaddress);
+    display               : inline;
+  }
+
+[hide] {
+  visibility: collapse;
+}
+
+spring.buttonTopSpacer     { height: .3em; }
+spring.buttonSpacer        { width: .5em; }
+box.headerBox              { overflow: hidden; min-width: 50px; padding: 1px; }
+box.header-part1           { background-color: #9C9CFF; color: #000000; border: none; min-height: 16px; border-right: 3px solid black; }
+box.header-part2           { background-color: #E7ADE7; color: #000000; border: none; min-height: 16px; border-right: 3px solid black; }
+box.header-part3           { background-color: #E7ADE7; color: #000000; border: none; min-height: 16px; border-right: 3px solid black; }
+
+#addToAddressBookButton {
+       list-style-image:url("chrome://messenger/skin/addtoab.gif");
+  min-height: 20px;
+  margin: 0px;
+}
+
+#attachmentButton {
+  list-style-image:url("chrome://messenger/skin/attach.gif");
+  min-height: 20px;
+  margin: 0px;
+}
+
+.emailDisplayImage
+  {
+    align                 : right;
+  }
+
+.emailSeparator 
+  {
+    display               : inline;
+  }
+
+.emailDisplayButton 
+  {
+    color                 : #FFCF00;
+    text-decoration       : underline;
+    cursor                : pointer;
+    max-height            : 15px;
+    /* This is a hack because I can't find out where that strange bug is hitting me */
+    /* see http://www.hirsch.sth.ac.at/bugzilla/show_bug.cgi?id=50 */
+    -moz-border-radius:   : 3px;
+    background-color      : black;
+  }
+
+.emailDisplayButton:hover
+  {
+    /* This is a hack because I can't find out where that strange bug is hitting me */
+    color                 : black;
+    background-color      : #FFCF00;
+  }
+
+.showMoreAddressesButton 
+  {
+    list-style-image      : url("chrome://messenger/skin/more.gif");
+    display               : inline;
+  }
+
+.showFewerAddressesButton 
+  {
+    list-style-image      : url("chrome://messenger/skin/less.gif");
+    display               : inline;
+  }
+
+html.headerValue   
+  { 
+    white-space           : normal;
+    min-width             : 50px; 
+    margin                : 0px;
+  }
+
+html.subjectvalue  
+  { 
+    font-weight           : bold; 
+  }
+
+text.headerdisplayname 
+  { 
+    font-weight           : bold; 
+    margin-right          : 0.5em; 
+    margin-left           : 0.5em; 
+    min-height            : 18px 
+  }
+
+text.headerValue 
+  { 
+    white-space           : normal; 
+    min-width             : 50px; 
+  }
+  
+#msgHeaderView
+  {
+    border-left           : none;
+    border-right          : none;
+  }
+