From fbbedfbcb2137f2d3e016e039628d9165a55dd20 Mon Sep 17 00:00:00 2001 From: robert Date: Mon, 19 Feb 2001 09:53:46 +0000 Subject: [PATCH] updating for kairo.at bug 50 workaround and small other thingys --- EarlyBlue/global/skin/tree.css | 277 ++++++++--------- .../messenger/skin/msgHdrViewOverlay.css | 212 +++++++------ LCARStrek/global/skin/formatting.css | 282 +++++++++--------- LCARStrek/global/skin/tree.css | 3 +- .../messenger/skin/msgHdrViewOverlay.css | 235 +++++++++------ 5 files changed, 542 insertions(+), 467 deletions(-) diff --git a/EarlyBlue/global/skin/tree.css b/EarlyBlue/global/skin/tree.css index 8f3d11a1..eb96f022 100755 --- a/EarlyBlue/global/skin/tree.css +++ b/EarlyBlue/global/skin/tree.css @@ -1,138 +1,139 @@ - -/******** 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 5px 2px 5px; -} - -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"); - } + +/******** 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"); + } + diff --git a/EarlyBlue/messenger/skin/msgHdrViewOverlay.css b/EarlyBlue/messenger/skin/msgHdrViewOverlay.css index 7179ea6c..caeecb41 100755 --- a/EarlyBlue/messenger/skin/msgHdrViewOverlay.css +++ b/EarlyBlue/messenger/skin/msgHdrViewOverlay.css @@ -1,90 +1,122 @@ -/* -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; -} - -image.emailDisplayImage -{ - align: right; - display: inline; -} - -text.emailSeparator { - display: inline; -} - -text.emailDisplayButton { - color: blue; - text-decoration: underline; - cursor: pointer; - max-height: 15px; - display: inline; -} - -image.showMoreAddressesButton { - list-style-image:url("chrome://messenger/skin/more.gif"); - display: inline; -} - -image.showFewerAddressesButton { - list-style-image:url("chrome://messenger/skin/less.gif"); - display: inline; -} - -html.headerValue { white-space: normal; min-width: 50px; } -html.subjectvalue {font-weight: bold;} - -text.headerdisplayname { font-weight: bold; margin-right: .5em; margin-left: .5em; min-height: 18px } -text.headerValue { white-space: normal; min-width: 50px; } +/* +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; + } diff --git a/LCARStrek/global/skin/formatting.css b/LCARStrek/global/skin/formatting.css index b84b46de..f80bfd5c 100755 --- a/LCARStrek/global/skin/formatting.css +++ b/LCARStrek/global/skin/formatting.css @@ -1,141 +1,141 @@ -/* 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; - } \ 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; + } diff --git a/LCARStrek/global/skin/tree.css b/LCARStrek/global/skin/tree.css index 0e6b3c7e..7fcee728 100755 --- a/LCARStrek/global/skin/tree.css +++ b/LCARStrek/global/skin/tree.css @@ -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"); } + diff --git a/LCARStrek/messenger/skin/msgHdrViewOverlay.css b/LCARStrek/messenger/skin/msgHdrViewOverlay.css index 1ad2697e..832f542b 100755 --- a/LCARStrek/messenger/skin/msgHdrViewOverlay.css +++ b/LCARStrek/messenger/skin/msgHdrViewOverlay.css @@ -1,97 +1,138 @@ -/* -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; -} - -image.emailDisplayImage -{ - align: right; - display: inline; -} - -text.emailSeparator { - display: inline; -} - -text.emailDisplayButton { - color: blue; - text-decoration: underline; - cursor: pointer; - max-height: 15px; - display: inline; -} - -image.showMoreAddressesButton { - list-style-image:url("chrome://messenger/skin/more.gif"); - display: inline; -} - -image.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: .5em; margin-left: .5em; } -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; + } + -- 2.35.3