From: robert Date: Sat, 18 Aug 2001 12:07:14 +0000 (+0000) Subject: accomodate recent XUL 1.0 changes X-Git-Tag: LCARStrek06~32 X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=commitdiff_plain;h=7ff5b526c57f59c657e2a04cc37ce629080e0db6 accomodate recent XUL 1.0 changes --- diff --git a/LCARStrek/communicator/skin/brand.css b/LCARStrek/communicator/skin/brand.css index ea684381..1cb6a5cc 100755 --- a/LCARStrek/communicator/skin/brand.css +++ b/LCARStrek/communicator/skin/brand.css @@ -1,32 +1,33 @@ - -#navigator-throbber - { - list-style-image : url("chrome://global/skin/animthrob_single.gif"); - min-width : 36px; - min-height : 36px; - vertical-align : middle; - padding : 1px; - margin : 2px 4px 2px 1px; - border : none; - cursor : pointer; - } - -#navigator-throbber[busy="true"] - { - list-style-image : url("chrome://global/skin/animthrob.gif"); - } - -#navigator-throbber:hover:active - { - padding : 2px 0px 0px 2px; - } - -#navigator-throbber > .button-internal-box - { - padding : 0px; - } - -#navigator-throbber > .button-internal-box > .button-text-container - { - display : none; - } \ No newline at end of file + +#navigator-throbber + { + list-style-image : url("chrome://global/skin/animthrob_single.gif"); + min-width : 36px; + min-height : 36px; + -moz-box-align : center; /* We're in a hbox */ + padding : 1px; + margin : 2px 4px 2px 1px; + border : none; + cursor : pointer; + } + +#navigator-throbber[busy="true"] + { + list-style-image : url("chrome://global/skin/animthrob.gif"); + } + +#navigator-throbber:hover:active + { + padding : 2px 0px 0px 2px; + } + +#navigator-throbber > .button-internal-box + { + padding : 0px; + } + +#navigator-throbber > .button-internal-box > .button-text-container + { + display : none; + } + diff --git a/LCARStrek/communicator/skin/button.css b/LCARStrek/communicator/skin/button.css index 8c427ec9..b3d448b7 100755 --- a/LCARStrek/communicator/skin/button.css +++ b/LCARStrek/communicator/skin/button.css @@ -96,26 +96,26 @@ .button-toolbar-1 > .button-internal-box { border : none; - vertical-align : middle; + -moz-box-align : center; } .button-toolbar-1:hover > .button-internal-box { border : none; - vertical-align : middle; + -moz-box-align : center; } .button-toolbar-1:hover:active > .button-internal-box { border : none; - vertical-align : middle; + -moz-box-align : center; padding : 2px 0px 0px 2px; } .button-toolbar-1 > .button-internal-box > .button-text-container { display : none; - text-align : center; + -moz-box-pack : center; } /** Styles for the standard 'large' toolbar button, these buttons are used for @@ -140,7 +140,7 @@ { border : none; padding : 1px; - vertical-align : middle; + -moz-box-align : center; } .button-toolbar-2:hover > .button-internal-box @@ -167,7 +167,7 @@ .button-toolbar-2 > .button-internal-box > .button-text-container { padding-top : 3px; - text-align : center; + -moz-box-pack : center; } @@ -294,3 +294,4 @@ menubutton.button-toolbar-4 { padding : 2px 0px 0px 4px; } + diff --git a/LCARStrek/communicator/skin/dialogOverlay.css b/LCARStrek/communicator/skin/dialogOverlay.css index 8d3f7381..294e1c2b 100755 --- a/LCARStrek/communicator/skin/dialogOverlay.css +++ b/LCARStrek/communicator/skin/dialogOverlay.css @@ -1,119 +1,117 @@ -/** - * Small Dialog Header (without icon) - **/ -.box-smallheader - { - -moz-binding : url(chrome://communicator/content/dialogBindings.xml#smallheader); - -moz-border-radius : 3px; - border : 1px solid #9C9CFF; - margin : 0px 5px 6px 5px; - } - -.toolbar-primary - { - padding : 0px 0px 3px 0px; - min-height : 0px; - } - -.box-smallheader-left - { - font-size : larger; - font-weight : bold; - color : #9C9CFF; - padding-left : 6px; - } - -.box-smallheader-right - { - color : #FF9F00; - padding-right : 6px; - } - -.box-smallheader > .toolbar-primary - { - background-color : #000000; - vertical-align : middle; - padding-top : 3px; - } - -/** - * Large Dialog Header (with icon) - **/ -.box-header - { - -moz-binding : url(chrome://communicator/content/dialogBindings.xml#largeheader); - } - -.box-header-header - { - padding : 0px 0px 4px 5px; - min-height : 34px; - } - -.box-header-text-box - { - vertical-align : middle; - } - -.box-header-text - { - color : #FF9F00; - font-size : large; - font-weight : bold; - text-decoration : underline; - } - -.box-header-icon-box - { - vertical-align : middle; - } - -.box-header-circle - { - background-color : transparent; - min-width : 28px; - margin : 1px 7px 1px 1px; - height : 28px; - width : 28px; - } - -/** - * Dialog status line (blue) including progress area - **/ -.box-status - { - -moz-binding : url(chrome://communicator/content/dialogBindings.xml#status); - } - -.box-status-bg - { - padding : 1px 5px 1px 5px; - min-height : 0px ! important; - } - -.box-status-text, .box-status-progress - { - color : #9999cc ! important; - } - - -/** - * Utility classes for use when combined headers/footers are used - **/ -/* display area framed container */ -#contentarea - { - border-top : 2px groove #9C9CFF; - border-bottom : 2px groove #9C9CFF; - padding : 7px; - } - -/* top border on status area */ -#wizardButtons - { - border-bottom : 1px solid #FF9F00; - padding-top : 1px; - padding-bottom : 1px; - } - - +/** + * Small Dialog Header (without icon) + **/ +.box-smallheader + { + -moz-binding : url(chrome://communicator/content/dialogBindings.xml#smallheader); + -moz-border-radius : 3px; + border : 1px solid #9C9CFF; + margin : 0px 5px 6px 5px; + } + +.toolbar-primary + { + padding : 0px 0px 3px 0px; + min-height : 0px; + } + +.box-smallheader-left + { + font-size : larger; + font-weight : bold; + color : #9C9CFF; + padding-left : 6px; + } + +.box-smallheader-right + { + color : #FF9F00; + padding-right : 6px; + } + +.box-smallheader > .toolbar-primary + { + background-color : #000000; + -moz-box-align : center; + padding-top : 3px; + } + +/** + * Large Dialog Header (with icon) + **/ +.box-header + { + -moz-binding : url(chrome://communicator/content/dialogBindings.xml#largeheader); + } + +.box-header-header + { + padding : 0px 0px 4px 5px; + min-height : 34px; + } + +.box-header-text-box + { + -moz-box-align : center; + } + +.box-header-text + { + color : #FF9F00; + font-size : large; + font-weight : bold; + text-decoration : underline; + } + +.box-header-icon-box + { + -moz-box-align : center; + } + +.box-header-circle + { + background-color : transparent; + min-width : 28px; + margin : 1px 7px 1px 1px; + height : 28px; + width : 28px; + } + +/** + * Dialog status line (blue) including progress area + **/ +.box-status + { + -moz-binding : url(chrome://communicator/content/dialogBindings.xml#status); + } + +.box-status-bg + { + padding : 1px 5px 1px 5px; + min-height : 0px ! important; + } + +.box-status-text, .box-status-progress + { + color : #9999cc ! important; + } + + +/** + * Utility classes for use when combined headers/footers are used + **/ +/* display area framed container */ +#contentarea + { + border-top : 2px groove #9C9CFF; + border-bottom : 2px groove #9C9CFF; + padding : 7px; + } + +/* top border on status area */ +#wizardButtons + { + border-bottom : 1px solid #FF9F00; + padding-top : 1px; + padding-bottom : 1px; + } diff --git a/LCARStrek/communicator/skin/menubutton.css b/LCARStrek/communicator/skin/menubutton.css index 64679f4a..8f54bac5 100755 --- a/LCARStrek/communicator/skin/menubutton.css +++ b/LCARStrek/communicator/skin/menubutton.css @@ -157,7 +157,7 @@ .menubutton-dual-ex-button > .button-internal-box > .button-text-container { padding-top : 3px; - text-align : center; + -moz-box-pack : center; } @@ -264,3 +264,4 @@ menubutton > .menubutton-dual-dropmarker-box > .menubutton-dropmarker /* padding-bottom : 17px; */ padding-bottom : 24px; } + diff --git a/LCARStrek/communicator/skin/menubuttonBindings.xml b/LCARStrek/communicator/skin/menubuttonBindings.xml index a0fa8134..73cb359c 100755 --- a/LCARStrek/communicator/skin/menubuttonBindings.xml +++ b/LCARStrek/communicator/skin/menubuttonBindings.xml @@ -10,9 +10,9 @@ - + - + @@ -21,9 +21,9 @@ - + - + @@ -31,20 +31,21 @@ - + - + - + - + + diff --git a/LCARStrek/communicator/skin/search/search.css b/LCARStrek/communicator/skin/search/search.css index 3de2e4b4..664206d4 100755 --- a/LCARStrek/communicator/skin/search/search.css +++ b/LCARStrek/communicator/skin/search/search.css @@ -25,7 +25,7 @@ titledbutton.sidebartitle:hover { } titledbutton.paneltitle { - horizontal-align: left; + -moz-box-pack: start; } treecol.checkboxColumn { @@ -34,7 +34,7 @@ treecol.checkboxColumn { box.spaced { padding-top: 5px; - paddimg-bottom: 2px; + padding-bottom: 2px; } box#engineTabs { @@ -104,5 +104,3 @@ titledbutton.panelbtn { margin-left : 0px; margin-right : 0px; } - - diff --git a/LCARStrek/communicator/skin/sidebar/customize.css b/LCARStrek/communicator/skin/sidebar/customize.css index 482ba77f..9baeb558 100755 --- a/LCARStrek/communicator/skin/sidebar/customize.css +++ b/LCARStrek/communicator/skin/sidebar/customize.css @@ -1,88 +1,89 @@ -/* -*- Mode: C; c-basic-offset: 2 -*- - * - * 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.org code. - * - * The Initial Developer of the Original Code is Netscape - * Communications Corporation. Portions created by Netscape are - * Copyright (C) 1998 Netscape Communications Corporation. All - * Rights Reserved. - * - * Contributor(s): - */ - -/* - - Style rules specific to the Customize dialog. - -*/ - -/* These rules apply appropriate images to the 'reorder' buttons */ -.up { - list-style-image:url("chrome://global/skin/scroll-up.gif"); - min-width: 0px; -} - -.up[disabled="true"] { - list-style-image:url("chrome://global/skin/scroll-up-disabled.gif"); -} - -.down { - min-width: 0px; - list-style-image:url("chrome://global/skin/scroll-down.gif"); -} - -.down[disabled="true"] { - list-style-image:url("chrome://global/skin/scroll-down-disabled.gif"); -} - -.treecell-panel -{ - list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-item.gif"); -} - -.treecell-panel[selected="true"] -{ - list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-item-sel.gif"); -} - -.treecell-panel[haslink="true"], -treeitem[container="true"] > treerow > .treecell-panel -{ - list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-closed.gif"); -} -treeitem[selected="true"] > treerow > .treecell-panel[haslink="true"], -treeitem[selected="true"][container="true"] > treerow > .treecell-panel -{ - list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-closed-sel.gif"); -} - -treeitem[container="true"][open="true"] > treerow > .treecell-panel -{ - list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-open.gif"); -} -treeitem[selected="true"][container="true"][open="true"] > treerow > .treecell-panel -{ - list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-open-sel.gif"); -} - -#header { - list-style-image: url("chrome://communicator/skin/sidebar/sidebar-icon.gif"); -} - -.tree-cell-twisty { - display: none !important; -} - -box#reorder { - text-align: center; -} +/* -*- Mode: C; c-basic-offset: 2 -*- + * + * 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.org code. + * + * The Initial Developer of the Original Code is Netscape + * Communications Corporation. Portions created by Netscape are + * Copyright (C) 1998 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): + */ + +/* + + Style rules specific to the Customize dialog. + +*/ + +/* These rules apply appropriate images to the 'reorder' buttons */ +.up { + list-style-image:url("chrome://global/skin/scroll-up.gif"); + min-width: 0px; +} + +.up[disabled="true"] { + list-style-image:url("chrome://global/skin/scroll-up-disabled.gif"); +} + +.down { + min-width: 0px; + list-style-image:url("chrome://global/skin/scroll-down.gif"); +} + +.down[disabled="true"] { + list-style-image:url("chrome://global/skin/scroll-down-disabled.gif"); +} + +.treecell-panel +{ + list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-item.gif"); +} + +.treecell-panel[selected="true"] +{ + list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-item-sel.gif"); +} + +.treecell-panel[haslink="true"], +treeitem[container="true"] > treerow > .treecell-panel +{ + list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-closed.gif"); +} +treeitem[selected="true"] > treerow > .treecell-panel[haslink="true"], +treeitem[selected="true"][container="true"] > treerow > .treecell-panel +{ + list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-closed-sel.gif"); +} + +treeitem[container="true"][open="true"] > treerow > .treecell-panel +{ + list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-open.gif"); +} +treeitem[selected="true"][container="true"][open="true"] > treerow > .treecell-panel +{ + list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-open-sel.gif"); +} + +#header { + list-style-image: url("chrome://communicator/skin/sidebar/sidebar-icon.gif"); +} + +.tree-cell-twisty { + display: none !important; +} + +box#reorder { + -moz-box-pack: center; +} + diff --git a/LCARStrek/communicator/skin/sidebar/sidebar.css b/LCARStrek/communicator/skin/sidebar/sidebar.css index fe29e700..b2e1dc8d 100755 --- a/LCARStrek/communicator/skin/sidebar/sidebar.css +++ b/LCARStrek/communicator/skin/sidebar/sidebar.css @@ -58,7 +58,7 @@ background-color: #6000CF; border: none; padding-left: 4px; - vertical-align: middle; + -moz-box-align: center; } .sidebar-header-text { @@ -133,3 +133,4 @@ font-weight : bold; } + diff --git a/LCARStrek/communicator/skin/splitter.css b/LCARStrek/communicator/skin/splitter.css index 9c789702..b71254cd 100755 --- a/LCARStrek/communicator/skin/splitter.css +++ b/LCARStrek/communicator/skin/splitter.css @@ -65,31 +65,6 @@ rows > splitter { margin: 3px 0px 3px 0px; } -/* for backwards compatibility */ -box[align="vertical"]>splitter > grippy, -window[align="vertical"]>splitter > grippy { - /* a horizontal splitter */ - background-image: url("chrome://global/skin/grippy-horizontal-after.gif"); - border: none; - border-right: 3px solid black; - border-left: 3px solid black; - width: 120px; - height: 8px; -} - -box[align="vertical"]>splitter[state="collapsed"] > grippy, -window[align="vertical"]>splitter[state="collapsed"] > grippy { - background-image: url("chrome://global/skin/grippy-horizontal-before.gif"); -} - -box[align="vertical"]>splitter, -window[align="vertical"]>splitter { - /* a horizontal splitter */ - cursor: n-resize; - border: none; - margin: 3px 0px 3px 0px; -} - /** * gray horizontal splitter for pane views */ @@ -127,3 +102,4 @@ splitter.gray-horizontal-splitter > #endcap { width: 8px; } */ + diff --git a/LCARStrek/editor/skin/EditorDialog.css b/LCARStrek/editor/skin/EditorDialog.css index 40168444..9254a6f0 100755 --- a/LCARStrek/editor/skin/EditorDialog.css +++ b/LCARStrek/editor/skin/EditorDialog.css @@ -1,255 +1,254 @@ -/* - * 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. - * - * Contributor(s): - * Pete Collins, Ben Goodger - */ - -/* - THIS FILE IS LOCKED DOWN. YOU ARE NOT ALLOWED TO MODIFY IT WITHOUT FIRST HAVING YOUR - CHANGES REVIEWED BY cmanske@netscape.com. -*/ -/* Most should be moved to global files */ - -/* The defaults are WAY to big! */ -titledbox { - margin: 2px 5px; 4px; 5px; - padding-top: 2px; - padding-bottom: 4px; -} - -.MinWidth5em { - min-width: 5em; -} - -.MinWidth10em { - min-width: 10em; -} - -.MinWidth20em { - min-width: 20em; -} - -.big-left-margin { - margin-left: 10px; -} - -.middle { - vertical-align: middle: -} - -.bold { - font-weight: bold; -} - -.italic { - font-style: italic; -} - -.larger { - font-size: 120%; -} - - -.narrow { - width: 3em; -} - -.align-right { - text-align: right; -} - -.wrap { - width: 1em; -} -/* end of "should be in global.css" */ - -.color-well { - width:20px; - height: 1em; - border: 1px inset #CCCCDD; - /* Background color is set at runtime */ -} - -.color-well[default="true"] { - border: 1px solid transparent; - background-color: inherit; -} - -.popup-trigger { - list-style-image: url(chrome://global/skin/scroll-down.gif); -} - -/* temporary -- we need a simple box-based list defined in XBL */ -tree.list { - border: 1px inset #CCCCDD; - /* same as in menulist.css */ - margin: 1px 5px 2px 5px; - width: 10em; - height: 3em; - /* use rows="#" in XUL to define height */ -} - -#ColorPreview { - border: 1px inset #CCCCDD; - margin-left: 10px; - padding-left: 5px; - padding-right: 5px; - min-width: 100px; - min-height: 50px; -} - -#alignTypeSelect,label#alignLabel { - margin-left: 5px; -} - -#MoreFewerButton[more="0"] { - list-style-image: url(chrome://global/skin/scroll-down.gif); - /* bug 9459 - changing button text doesn't resize width. - This covers that problem, but we want this size anyway */ - min-width: 10em; -} - -#MoreFewerButton[more="1"] { - list-style-image: url(chrome://global/skin/scroll-up.gif); - min-width: 10em; -} - -#PreviousButton { - list-style-image: url(chrome://global/skin/arrow-left.gif); -} - -#NextButton { - list-style-image: url(chrome://global/skin/arrow-right.gif); -} - -#PreviousButton[type="row"] { - list-style-image: url(chrome://global/skin/arrow-up.gif); -} - -#NextButton[type="row"] { - list-style-image: url(chrome://global/skin/arrow-down.gif); -} - -#MisspelledWord { - font-weight: bold; -} - -/* For a column of right-aligned text before - a column of input fields, e.g., InsertTable dialog -*/ -.right { - /* doesn't work yet! must use align="right" in */ - text-align: right; -} - -/* use outset shape for a button look */ -.colorpicker { - border: 1px outset #CCCCDD; - /* This should be the same as for textfield */ - margin-left: 4px; - /* For a little extra space between buttons */ - margin-bottom: 2px; -} - - -.colorpicker:active { - border: 1px inset #CCCCDD; -} - -/* THIS SHOULD BE IN GLOBAL.CSS */ -.smallspacer { - width: 3px; - height: 3px; - min-width: 3px; - min-height: 3px; -} - -.spacer { - width: 5px; - height: 5px; - min-width: 5px; - min-height: 5px; -} - -.bigspacer { - width: 10px; - height: 10px; - min-width: 10px; - min-height: 10px; -} - -#img-align-top { - list-style-image:url("chrome://editor/skin/images/img-align-top.gif"); -} -#img-align-middle { - list-style-image:url("chrome://editor/skin/images/img-align-middle.gif"); -} -#img-align-bottom { - list-style-image:url("chrome://editor/skin/images/img-align-bottom.gif"); -} -#img-align-right { - list-style-image:url("chrome://editor/skin/images/img-align-right.gif"); -} -#img-align-left { - list-style-image:url("chrome://editor/skin/images/img-align-left.gif"); -} - -/* Rest are from Ben Goodger for Advanced Edit dialog - These need reviewing and eliminate all but essential attributes */ -/* Have made some mods and eliminated some unnecessary portions. - hope to merge most of the treecell formatting into global as some of - this "property list" style treecell formatting is used by cookie/signon - viewers. */ - - -#tagLabel { - font-weight: bold; -} - -/* styles for an attribute tree-table */ -tree.AttributesTree { - min-width : 200px; - min-height: 200px; -} - -tree.AttributesTree > treechildren > treeitem > treerow > treecell.value { - padding-left : 0px; - padding-top : 0px; - padding-bottom : 0px; - padding-right : 0px; - margin-left : 0px; -} - -input.AttributesCell { - border: none; - width: 100%; - background-color: #FFFFFF; - font-weight: normal; - border: none; - outline: none; - margin: 0px; - width: 100%; -} - -treecell > input { - margin: 0px; - background-color: #E5E5E5 ! important; -} - +/* + * 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. + * + * Contributor(s): + * Pete Collins, Ben Goodger + */ + +/* + THIS FILE IS LOCKED DOWN. YOU ARE NOT ALLOWED TO MODIFY IT WITHOUT FIRST HAVING YOUR + CHANGES REVIEWED BY cmanske@netscape.com. +*/ +/* Most should be moved to global files */ + +/* The defaults are WAY to big! */ +titledbox { + margin: 2px 5px; 4px; 5px; + padding-top: 2px; + padding-bottom: 4px; +} + +.MinWidth5em { + min-width: 5em; +} + +.MinWidth10em { + min-width: 10em; +} + +.MinWidth20em { + min-width: 20em; +} + +.big-left-margin { + margin-left: 10px; +} + +.middle { + -moz-box-align: center: +} + +.bold { + font-weight: bold; +} + +.italic { + font-style: italic; +} + +.larger { + font-size: 120%; +} + + +.narrow { + width: 3em; +} + +.align-right { + -moz-box-pack: end; +} + +.wrap { + width: 1em; +} +/* end of "should be in global.css" */ + +.color-well { + width:20px; + height: 1em; + border: 1px inset #CCCCDD; + /* Background color is set at runtime */ +} + +.color-well[default="true"] { + border: 1px solid transparent; + background-color: inherit; +} + +.popup-trigger { + list-style-image: url(chrome://global/skin/scroll-down.gif); +} + +/* temporary -- we need a simple box-based list defined in XBL */ +tree.list { + border: 1px inset #CCCCDD; + /* same as in menulist.css */ + margin: 1px 5px 2px 5px; + width: 10em; + height: 3em; + /* use rows="#" in XUL to define height */ +} + +#ColorPreview { + border: 1px inset #CCCCDD; + margin-left: 10px; + padding-left: 5px; + padding-right: 5px; + min-width: 100px; + min-height: 50px; +} + +#alignTypeSelect,label#alignLabel { + margin-left: 5px; +} + +#MoreFewerButton[more="0"] { + list-style-image: url(chrome://global/skin/scroll-down.gif); + /* bug 9459 - changing button text doesn't resize width. + This covers that problem, but we want this size anyway */ + min-width: 10em; +} + +#MoreFewerButton[more="1"] { + list-style-image: url(chrome://global/skin/scroll-up.gif); + min-width: 10em; +} + +#PreviousButton { + list-style-image: url(chrome://global/skin/arrow-left.gif); +} + +#NextButton { + list-style-image: url(chrome://global/skin/arrow-right.gif); +} + +#PreviousButton[type="row"] { + list-style-image: url(chrome://global/skin/arrow-up.gif); +} + +#NextButton[type="row"] { + list-style-image: url(chrome://global/skin/arrow-down.gif); +} + +#MisspelledWord { + font-weight: bold; +} + +/* For a column of right-aligned text before + a column of input fields, e.g., InsertTable dialog +*/ +.right { + /* doesn't work yet! must use align="right" in */ + text-align: right; +} + +/* use outset shape for a button look */ +.colorpicker { + border: 1px outset #CCCCDD; + /* This should be the same as for textfield */ + margin-left: 4px; + /* For a little extra space between buttons */ + margin-bottom: 2px; +} + + +.colorpicker:active { + border: 1px inset #CCCCDD; +} + +/* THIS SHOULD BE IN GLOBAL.CSS */ +.smallspacer { + width: 3px; + height: 3px; + min-width: 3px; + min-height: 3px; +} + +.spacer { + width: 5px; + height: 5px; + min-width: 5px; + min-height: 5px; +} + +.bigspacer { + width: 10px; + height: 10px; + min-width: 10px; + min-height: 10px; +} + +#img-align-top { + list-style-image:url("chrome://editor/skin/images/img-align-top.gif"); +} +#img-align-middle { + list-style-image:url("chrome://editor/skin/images/img-align-middle.gif"); +} +#img-align-bottom { + list-style-image:url("chrome://editor/skin/images/img-align-bottom.gif"); +} +#img-align-right { + list-style-image:url("chrome://editor/skin/images/img-align-right.gif"); +} +#img-align-left { + list-style-image:url("chrome://editor/skin/images/img-align-left.gif"); +} + +/* Rest are from Ben Goodger for Advanced Edit dialog + These need reviewing and eliminate all but essential attributes */ +/* Have made some mods and eliminated some unnecessary portions. + hope to merge most of the treecell formatting into global as some of + this "property list" style treecell formatting is used by cookie/signon + viewers. */ + + +#tagLabel { + font-weight: bold; +} + +/* styles for an attribute tree-table */ +tree.AttributesTree { + min-width : 200px; + min-height: 200px; +} + +tree.AttributesTree > treechildren > treeitem > treerow > treecell.value { + padding-left : 0px; + padding-top : 0px; + padding-bottom : 0px; + padding-right : 0px; + margin-left : 0px; +} + +input.AttributesCell { + border: none; + width: 100%; + background-color: #FFFFFF; + font-weight: normal; + border: none; + outline: none; + margin: 0px; + width: 100%; +} + +treecell > input { + margin: 0px; + background-color: #E5E5E5 ! important; +} diff --git a/LCARStrek/editor/skin/EditorToolbars.css b/LCARStrek/editor/skin/EditorToolbars.css index d32324a7..f50b441c 100755 --- a/LCARStrek/editor/skin/EditorToolbars.css +++ b/LCARStrek/editor/skin/EditorToolbars.css @@ -400,7 +400,7 @@ tab.edit-mode[selected="true"]:hover:active { #FormatToolbar > button > .button-internal-box { margin: 0px; padding: 1px; - text-align: center; + -moz-box-pack: center; } #FormatToolbar > button:active > .button-internal-box { @@ -531,7 +531,7 @@ tab.edit-mode[selected="true"]:hover:active { border: 1px inset white; margin: 0px; padding: 2px; - text-align: center; + -moz-box-pack: center; } /* TODO: How to make inset color skinable? */ @@ -565,3 +565,4 @@ tab.edit-mode[selected="true"]:hover:active { + diff --git a/LCARStrek/global/skin/button.css b/LCARStrek/global/skin/button.css index 1964be03..8744ae3e 100755 --- a/LCARStrek/global/skin/button.css +++ b/LCARStrek/global/skin/button.css @@ -35,8 +35,8 @@ button > .button-internal-box { -moz-border-radius : 3px; - vertical-align : middle; - text-align : center; + -moz-box-align : center; + -moz-box-pack : center; border : none; padding : 1px; } @@ -58,8 +58,8 @@ /* text wrapping frame (hack because does not support alignment) */ .button-text-container { - text-align : center; - vertical-align : middle; + -moz-box-align : center; + -moz-box-pack : center; } /* text frame */ diff --git a/LCARStrek/global/skin/classicBindings.xml b/LCARStrek/global/skin/classicBindings.xml index 7db5cb50..457d3a87 100755 --- a/LCARStrek/global/skin/classicBindings.xml +++ b/LCARStrek/global/skin/classicBindings.xml @@ -15,18 +15,18 @@ - + - + - + - + @@ -34,7 +34,7 @@ - + @@ -50,7 +50,7 @@ - + @@ -74,11 +74,11 @@ - + - + - + @@ -113,3 +113,4 @@ + diff --git a/LCARStrek/global/skin/dialogOverlay.css b/LCARStrek/global/skin/dialogOverlay.css index d227069b..1d435b5f 100755 --- a/LCARStrek/global/skin/dialogOverlay.css +++ b/LCARStrek/global/skin/dialogOverlay.css @@ -1,116 +1,114 @@ -/** - * Small Dialog Header (without icon) - **/ -.box-smallheader - { - -moz-binding : url(chrome://global/content/dialogBindings.xml#smallheader); - border : 1px solid #FFCF00; - margin : 0px 5px 6px 5px; - } - -.toolbar-primary - { - padding : 0px 0px 3px 0px; - min-height : 0px; - } - -.box-smallheader-left - { - font-size : larger; - font-weight : bold; - padding-left : 6px; - } - -.box-smallheader-right - { - padding-right : 6px; - } - -.box-smallheader > .toolbar-primary - { - border : 0px solid threeddarkshadow; - vertical-align : middle; - padding-top : 3px; - } - -/** - * Large Dialog Header (with icon) - **/ -.box-header - { - -moz-binding : url(chrome://global/content/dialogBindings.xml#largeheader); - } - -.box-header-header - { - padding : 0px 0px 4px 5px; - min-height : 34px; - } - -.box-header-text-box - { - vertical-align : middle; - } - -.box-header-text - { - color : white; - font-size : large; - font-weight : bold; - text-decoration : underline; - } - -.box-header-icon-box - { - vertical-align : middle; - } - -.box-header-circle - { - background-color : transparent; - min-width : 28px; - margin : 1px 7px 1px 1px; - height : 28px; - width : 28px; - } - -/** - * Dialog status line (blue) including progress area - **/ -.box-status - { - -moz-binding : url(chrome://global/content/dialogBindings.xml#status); - } - -.box-status-bg - { - padding : 1px 5px 1px 5px; - min-height : 0px ! important; - } - -.box-status-text, .box-status-progress - { - color : #FF9F00 ! important; - } - - -/** - * Utility classes for use when combined headers/footers are used - **/ -/* display area framed container */ -#contentarea - { - border-top : 2px groove threedface; - border-bottom : 2px groove threedface; - padding : 7px; - } - -/* top border on status area */ -#wizardButtons - { - border-bottom : 1px solid threedshadow; - padding-top : 1px; - padding-bottom : 1px; - } - - +/** + * Small Dialog Header (without icon) + **/ +.box-smallheader + { + -moz-binding : url(chrome://global/content/dialogBindings.xml#smallheader); + border : 1px solid #FFCF00; + margin : 0px 5px 6px 5px; + } + +.toolbar-primary + { + padding : 0px 0px 3px 0px; + min-height : 0px; + } + +.box-smallheader-left + { + font-size : larger; + font-weight : bold; + padding-left : 6px; + } + +.box-smallheader-right + { + padding-right : 6px; + } + +.box-smallheader > .toolbar-primary + { + border : 0px solid threeddarkshadow; + -moz-box-align : center; + padding-top : 3px; + } + +/** + * Large Dialog Header (with icon) + **/ +.box-header + { + -moz-binding : url(chrome://global/content/dialogBindings.xml#largeheader); + } + +.box-header-header + { + padding : 0px 0px 4px 5px; + min-height : 34px; + } + +.box-header-text-box + { + -moz-box-align : center; + } + +.box-header-text + { + color : white; + font-size : large; + font-weight : bold; + text-decoration : underline; + } + +.box-header-icon-box + { + -moz-box-align : center; + } + +.box-header-circle + { + background-color : transparent; + min-width : 28px; + margin : 1px 7px 1px 1px; + height : 28px; + width : 28px; + } + +/** + * Dialog status line (blue) including progress area + **/ +.box-status + { + -moz-binding : url(chrome://global/content/dialogBindings.xml#status); + } + +.box-status-bg + { + padding : 1px 5px 1px 5px; + min-height : 0px ! important; + } + +.box-status-text, .box-status-progress + { + color : #FF9F00 ! important; + } + + +/** + * Utility classes for use when combined headers/footers are used + **/ +/* display area framed container */ +#contentarea + { + border-top : 2px groove threedface; + border-bottom : 2px groove threedface; + padding : 7px; + } + +/* top border on status area */ +#wizardButtons + { + border-bottom : 1px solid threedshadow; + padding-top : 1px; + padding-bottom : 1px; + } diff --git a/LCARStrek/global/skin/global.css b/LCARStrek/global/skin/global.css index 4b1e9e05..8c79a125 100755 --- a/LCARStrek/global/skin/global.css +++ b/LCARStrek/global/skin/global.css @@ -156,6 +156,7 @@ background-color : #8050B0; padding-left : 2px; color : black; + -moz-box-align : center; } .statusbar-left @@ -177,7 +178,7 @@ statusbarpanel, .statusbar-panel { padding : 0px 1px 0px 1px; - vertical-align : middle; + -moz-box-align : center; } .statusbarpanel-icononly @@ -208,5 +209,3 @@ margin : 0px; } - - diff --git a/LCARStrek/global/skin/globalBindings.xml b/LCARStrek/global/skin/globalBindings.xml index b658fd25..56f3f622 100755 --- a/LCARStrek/global/skin/globalBindings.xml +++ b/LCARStrek/global/skin/globalBindings.xml @@ -9,9 +9,9 @@ - + - + @@ -19,3 +19,4 @@ + diff --git a/LCARStrek/global/skin/menu.css b/LCARStrek/global/skin/menu.css index 7a4fca87..f651adef 100755 --- a/LCARStrek/global/skin/menu.css +++ b/LCARStrek/global/skin/menu.css @@ -2,7 +2,7 @@ menu, menuitem { background-color : #000000; color : #FF9F00; - vertical-align : middle; + -moz-box-align : center; } menuitem[default="true"] @@ -72,7 +72,7 @@ popup > menuitem[menuactive="true"] { margin : 0px 0px 0px 6px; width : 8px; - text-align : center; + -moz-box-pack : center; list-style-image : url("chrome://global/skin/menu-arrow.gif"); } @@ -97,7 +97,7 @@ popup > menuitem[menuactive="true"] color : inherit; margin : 0px 4px 0px 3px; width : 16px; - text-align : center; + -moz-box-pack : center; list-style-image : inherit; } @@ -211,5 +211,3 @@ menuitem[checked="true"][type="radio"][menuactive="true"] width : 0px; border : none; } - - diff --git a/LCARStrek/global/skin/menubutton.css b/LCARStrek/global/skin/menubutton.css index 1e1560e5..93160333 100755 --- a/LCARStrek/global/skin/menubutton.css +++ b/LCARStrek/global/skin/menubutton.css @@ -18,7 +18,7 @@ { border : none; padding : 0px; - vertical-align : middle; + -moz-box-align : center; } .menubutton-single-icon @@ -190,8 +190,4 @@ { background-color : #FFCF00; padding : 2px 0px 0px 2px; - } - - - - + } diff --git a/LCARStrek/global/skin/menubuttonBindings.xml b/LCARStrek/global/skin/menubuttonBindings.xml index 941e0ad7..f7d6bcba 100755 --- a/LCARStrek/global/skin/menubuttonBindings.xml +++ b/LCARStrek/global/skin/menubuttonBindings.xml @@ -12,7 +12,7 @@ onmouseup="this.parentNode.removeAttribute('buttondown');" onmouseover="this.parentNode.setAttribute('buttonover','true');" onmouseout="this.parentNode.removeAttribute('buttonover');"/> - + @@ -28,7 +28,7 @@ - + @@ -38,3 +38,4 @@ + diff --git a/LCARStrek/global/skin/menulistBindings.xml b/LCARStrek/global/skin/menulistBindings.xml index 52ba8465..0d26bed9 100755 --- a/LCARStrek/global/skin/menulistBindings.xml +++ b/LCARStrek/global/skin/menulistBindings.xml @@ -8,12 +8,12 @@ - + - - + + @@ -30,3 +30,4 @@ + diff --git a/LCARStrek/global/skin/outliner.css b/LCARStrek/global/skin/outliner.css index 77dcc444..d783a1f4 100644 --- a/LCARStrek/global/skin/outliner.css +++ b/LCARStrek/global/skin/outliner.css @@ -10,8 +10,8 @@ outliner { -moz-border-radius: 5px; border: 1px solid #9C9CFF; background-color: black; -/* border: none; */ - border-spacing: 0px; +/* border: none; + border-spacing: 0px; */ color: #FF9F00; } @@ -62,7 +62,7 @@ outlinerbody:-moz-outliner-cell { padding: 0px 0px 1px 2px; white-space: nowrap; - vertical-align: middle; + -moz-box-align: center; } outlinerbody:-moz-outliner-cell(selected) @@ -99,10 +99,6 @@ outlinercol padding: 0px; background-color: #9C9CFF; color: black; -/* border: 1px solid #9C9CFF; - padding: 0px; - background-color: black; - color: #FF9F00; */ } .outlinercol-box, @@ -170,4 +166,3 @@ outlinerbody:-moz-outliner-twisty(open) { width: 12px; /* The image's width is 12 pixels */ list-style-image: url("chrome://global/skin/twisty-open.gif"); } - diff --git a/LCARStrek/global/skin/popup.css b/LCARStrek/global/skin/popup.css index d1f660f7..97770168 100644 --- a/LCARStrek/global/skin/popup.css +++ b/LCARStrek/global/skin/popup.css @@ -15,10 +15,10 @@ menupopup, popup padding : 1px; } -/** Tooltips (tooltip element) +/** Tooltips (tooltip is deprecated, use element) * class="tooltip" **/ -.tooltip +.tooltip, tooltip { -moz-border-radius : 3px; background-color : #9C9CFF; @@ -28,7 +28,8 @@ menupopup, popup padding : 3px; } -.tooltip > .popup-internal-box +.tooltip > .popup-internal-box, +tooltip > .popup-internal-box { padding : 0px; margin : 0px; @@ -45,3 +46,4 @@ menupopup, popup } + diff --git a/LCARStrek/global/skin/scrollbarBindings.xml b/LCARStrek/global/skin/scrollbarBindings.xml index 0cbdd1a2..17ef89c8 100644 --- a/LCARStrek/global/skin/scrollbarBindings.xml +++ b/LCARStrek/global/skin/scrollbarBindings.xml @@ -9,29 +9,29 @@ xmlns:html="http://www.w3.org/1999/xhtml" xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"> - - + + - + - + - + - + - + @@ -45,3 +45,4 @@ + diff --git a/LCARStrek/global/skin/scrollbars.css b/LCARStrek/global/skin/scrollbars.css index 2d4fd71b..99a21a2f 100755 --- a/LCARStrek/global/skin/scrollbars.css +++ b/LCARStrek/global/skin/scrollbars.css @@ -14,20 +14,20 @@ thumb { background-color: #9C9CFF; padding: 1px; list-style-image: url("chrome://global/skin/scroll-thumb-horiz.gif"); - text-align: center; - vertical-align: middle; + -moz-box-pack: center; + -moz-box-align: center; } thumb[disabled="true"] { list-style-image: url("chrome://global/skin/scroll-thumb-horiz-disabled.gif"); } -scrollbar[align="vertical"] > slider > thumb { +scrollbar[orient="vertical"] > slider > thumb { -moz-binding: url(chrome://global/skin/scrollbarBindings.xml#thumbv); list-style-image: url("chrome://global/skin/scroll-thumb-vert.gif"); } -scrollbar[align="vertical"] > slider > thumb[disabled="true"] { +scrollbar[orient="vertical"] > slider > thumb[disabled="true"] { list-style-image: url("chrome://global/skin/scroll-thumb-vert-disabled.gif") } @@ -84,25 +84,25 @@ scrollbarbutton[type="increment"][disabled="true"] { } -scrollbar[align="vertical"] > scrollbarbutton[type="decrement"] { +scrollbarbutton[type="decrement"][sborient="vertical"] { list-style-image: url("chrome://global/skin/scroll-up-hover.gif"); background-image: url("chrome://global/skin/scrollbtn-up.gif"); margin: 0px; margin-bottom: 3px; } -scrollbar[align="vertical"] > scrollbarbutton[type="decrement"][disabled="true"] { +scrollbarbutton[type="decrement"][disabled="true"][sborient="vertical"] { list-style-image: url("chrome://global/skin/scroll-up-disabled.gif"); } -scrollbar[align="vertical"] > scrollbarbutton[type="increment"] { +scrollbarbutton[type="increment"][sborient="vertical"] { list-style-image: url("chrome://global/skin/scroll-down-hover.gif"); background-image: url("chrome://global/skin/scrollbtn-down.gif"); margin: 0px; margin-top: 3px; } -scrollbar[align="vertical"] > scrollbarbutton[type="increment"][disabled="true"] { +scrollbarbutton[type="increment"][disabled="true"][sborient="vertical"] { list-style-image: url("chrome://global/skin/scroll-down-disabled.gif"); } @@ -115,3 +115,4 @@ slider { + diff --git a/LCARStrek/global/skin/scrollbox.css b/LCARStrek/global/skin/scrollbox.css index 3ba0eaca..7128d2b7 100644 --- a/LCARStrek/global/skin/scrollbox.css +++ b/LCARStrek/global/skin/scrollbox.css @@ -14,8 +14,8 @@ autorepeatbutton { /* border : 1px solid transparent; */ padding : 1px; height : 1em; - text-align : center; - vertical-align : middle; + -moz-box-pack : center; + -moz-box-align : center; } autorepeatbutton:hover { @@ -27,3 +27,4 @@ autorepeatbutton:hover { } + diff --git a/LCARStrek/global/skin/splitter.css b/LCARStrek/global/skin/splitter.css index 6d36df25..e6ca7be6 100755 --- a/LCARStrek/global/skin/splitter.css +++ b/LCARStrek/global/skin/splitter.css @@ -4,8 +4,8 @@ splitter { cursor : e-resize; background-color : #9C9CFF; - vertical-align : middle; - text-align : center; + -moz-box-align : center; + -moz-box-pack : center; padding : 0px; border : none; border-top : 3px solid black; @@ -65,9 +65,7 @@ grippy:hover:active rows > splitter, window[orient="vertical"] > splitter, vbox > splitter, - box[orient="vertical"] > splitter, - window[align="vertical"] > splitter, - box[align="vertical"] > splitter + box[orient="vertical"] > splitter { cursor : n-resize; border-top : 0px solid black; @@ -77,9 +75,7 @@ grippy:hover:active rows > splitter > grippy, window[orient="vertical"] > splitter > grippy, vbox > splitter > grippy, - box[orient="vertical"] > splitter > grippy, - window[align="vertical"] > splitter > grippy, - box[align="vertical"] > splitter > grippy + box[orient="vertical"] > splitter > grippy { list-style-image : url("chrome://global/skin/grippy-horizontal-before.gif"); } @@ -87,10 +83,7 @@ grippy:hover:active rows > splitter[state="collapsed"] > grippy, window[orient="vertical"] > splitter[state="collapsed"] > grippy, vbox > splitter[state="collapsed"] > grippy, - box[orient="vertical"] > splitter[state="collapsed"] > grippy, - window[align="vertical"] > splitter[state="collapsed"] > grippy, - box[align="vertical"] > splitter[state="collapsed"] > grippy + box[orient="vertical"] > splitter[state="collapsed"] > grippy { list-style-image : url("chrome://global/skin/grippy-horizontal-after.gif"); } - diff --git a/LCARStrek/global/skin/titledbox.css b/LCARStrek/global/skin/titledbox.css index d7c61474..6ec9c179 100755 --- a/LCARStrek/global/skin/titledbox.css +++ b/LCARStrek/global/skin/titledbox.css @@ -1,5 +1,4 @@ - -titledbox +groupbox { -moz-border-radius : 5px; border : 2px groove #9C9CFF; @@ -7,14 +6,16 @@ titledbox margin : 5px; } -label +groupbox > label { margin : 0px 40px 2px 6px; padding : 0px 3px 0px 3px; -/* background-color : ThreeDFace; */ + background-color : black; } -.titledbox-body +.groupbox-body { padding : inherit; } + + diff --git a/LCARStrek/global/skin/tree.css b/LCARStrek/global/skin/tree.css index 7edafcac..9d4012f2 100755 --- a/LCARStrek/global/skin/tree.css +++ b/LCARStrek/global/skin/tree.css @@ -31,7 +31,7 @@ treeitem[dd-dropon="true"] > treerow treecell { white-space: nowrap; - vertical-align: middle; + -moz-box-align: center; padding: 1px 0px 1px 2px; } @@ -45,7 +45,7 @@ treecell { .treecell-inset-header { background-color: #9C9CFF; color: black; - vertical-align: middle; + -moz-box-align: center; padding: 0px; border: 1px solid #000000; } @@ -160,4 +160,3 @@ treecol[sortActive="true"] { margin-left : 2px; } - diff --git a/LCARStrek/global/skin/treeBindings.xml b/LCARStrek/global/skin/treeBindings.xml index 4287e66c..b2cdf698 100755 --- a/LCARStrek/global/skin/treeBindings.xml +++ b/LCARStrek/global/skin/treeBindings.xml @@ -1,26 +1,26 @@ - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file + + + + + + + + + + + + + + + + + + + + + + + diff --git a/LCARStrek/messenger/skin/mailheader.css b/LCARStrek/messenger/skin/mailheader.css index 7759df48..fd88690f 100755 --- a/LCARStrek/messenger/skin/mailheader.css +++ b/LCARStrek/messenger/skin/mailheader.css @@ -12,7 +12,7 @@ box[name=header-part3] { background-color: #DEDEDE; border: 0px solid #DEDE box[name=header-seamonkey] { background-color: #DEDEDE; border: 0px solid #DEDEDE; border-left-width: 4px; } headerdisplayname { font-weight: bold; white-space: pre; } -header { text-align: left; } +header { -moz-box-pack: start; } menubar[name=attachment-menubar] { background-color: #EFEFEF; border: 0px solid #EFEFEF; } menu[name=attachment-menu] { background-color: #EFEFEF; border: 0px solid #EFEFEF; } @@ -80,4 +80,3 @@ body { .moz-txt-sig > a, .moz-signature > a { color: 7777FF /* light blue */; } - diff --git a/LCARStrek/messenger/skin/messenger.css b/LCARStrek/messenger/skin/messenger.css index e8f75f44..f71a9a96 100755 --- a/LCARStrek/messenger/skin/messenger.css +++ b/LCARStrek/messenger/skin/messenger.css @@ -161,14 +161,14 @@ iframe { #button-file > .button-internal-box { - vertical-align: middle; - text-align: center; + -mox-box-align: center; + -moz-box-pack: center; } #button-file > .button-internal-box > .menubutton-single-text { padding-top : 3px; - text-align : center; + -moz-box-pack: center; } #button-next { @@ -317,7 +317,7 @@ menu.push { border: 1px outset white; padding: 2px; margin: 2px; - text-align: center; + -moz-box-pack: center; background-color:inherit; background-image: inherit; } diff --git a/LCARStrek/messenger/skin/messengercompose/messengercompose.css b/LCARStrek/messenger/skin/messengercompose/messengercompose.css index 520935a5..df640942 100755 --- a/LCARStrek/messenger/skin/messengercompose/messengercompose.css +++ b/LCARStrek/messenger/skin/messengercompose/messengercompose.css @@ -192,7 +192,7 @@ } #askImageBox { - vertical-align: top; + -moz-box-align: start; } #convertYes { @@ -206,6 +206,3 @@ #convertNo { list-style-image:url("chrome://global/skin/alert-icon.gif"); } - - - diff --git a/LCARStrek/messenger/skin/msgAccountCentral.css b/LCARStrek/messenger/skin/msgAccountCentral.css index 878e9c65..a0218bf5 100644 --- a/LCARStrek/messenger/skin/msgAccountCentral.css +++ b/LCARStrek/messenger/skin/msgAccountCentral.css @@ -40,7 +40,7 @@ /* margin: 0px 15px 0px 15px; border-left: 3px solid black; border-right: 3px solid black; */ - text-align: left; + -moz-box-pack: start; } .acctCentralRow @@ -83,6 +83,3 @@ background-color: #FFCF00; color: black; } - - - diff --git a/LCARStrek/messenger/skin/msgHdrViewOverlay.css b/LCARStrek/messenger/skin/msgHdrViewOverlay.css index 396dd42e..3b8e337c 100755 --- a/LCARStrek/messenger/skin/msgHdrViewOverlay.css +++ b/LCARStrek/messenger/skin/msgHdrViewOverlay.css @@ -169,11 +169,11 @@ text.headerValue /* ::::: collapsed view styles ::::: */ .collapsedToggleHdrBox { - vertical-align: middle; + -moz-box-align: center; } #collapsedAttachmentBox { - text-align: center; + -moz-box-pack: center; } #collapseddateValue @@ -214,4 +214,3 @@ text.collapsedHeaderValue [hide] { visibility: hidden; } - diff --git a/LCARStrek/navigator/skin/navigator.css b/LCARStrek/navigator/skin/navigator.css index 0ec93638..a9b3b6d0 100755 --- a/LCARStrek/navigator/skin/navigator.css +++ b/LCARStrek/navigator/skin/navigator.css @@ -148,7 +148,7 @@ window[chromehidden~="extrachrome"] .chromeclass-extrachrome { padding-left : 0px; padding-top : 11px; padding-bottom : 11px; - vertical-align : middle; + -moz-box-align : center; } #search-button @@ -229,7 +229,3 @@ window[chromehidden~="extrachrome"] .chromeclass-extrachrome { margin-left : 3px; margin-right : 5px; } - - - -