From: Robert Kaiser Date: Sun, 4 Jul 2010 19:20:10 +0000 (+0200) Subject: update both themes for suite default theme changes up to 2010-06-19 X-Git-Tag: LCARStrek-2.1a2~3 X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=commitdiff_plain;h=aa39c77197251b0e7a2ea70b0d6d122cb3f1fc97;hp=d15f39a158fd24c3ba677be25e09cebf9dd802a8 update both themes for suite default theme changes up to 2010-06-19 --- diff --git a/EarlyBlue/communicator/viewSourceOverlay.css b/EarlyBlue/communicator/viewSourceOverlay.css new file mode 100644 index 00000000..30ac736c --- /dev/null +++ b/EarlyBlue/communicator/viewSourceOverlay.css @@ -0,0 +1,47 @@ +/* ***** BEGIN LICENSE BLOCK ***** + * Version: MPL 1.1/GPL 2.0/LGPL 2.1 + * + * The contents of this file are subject to the Mozilla 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/MPL/ + * + * 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 SeaMonkey internet suite code. + * + * The Initial Developer of the Original Code is + * Mozilla Foundation. + * Portions created by the Initial Developer are Copyright (C) 2010 + * the Initial Developer. All Rights Reserved. + * + * Contributor(s): + * Robert Kaiser + * + * Alternatively, the contents of this file may be used under the terms of + * either the GNU General Public License Version 2 or later (the "GPL"), or + * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), + * in which case the provisions of the GPL or the LGPL are applicable instead + * of those above. If you wish to allow use of your version of this file only + * under the terms of either the GPL or the LGPL, and not to allow others to + * use your version of this file under the terms of the MPL, indicate your + * decision by deleting the provisions above and replace them with the notice + * and other provisions required by the GPL or the LGPL. If you do not delete + * the provisions above, a recipient may use your version of this file under + * the terms of any one of the MPL, the GPL or the LGPL. + * + * ***** END LICENSE BLOCK ***** */ + +/* make findbar appear above content */ +#appcontent { + -moz-box-direction: reverse; +} + +/* style findbar for being on top */ +#FindToolbar { + border-bottom: 1px solid #666699; + border-top: 1px solid transparent; +} diff --git a/EarlyBlue/global/findBar.css b/EarlyBlue/global/findBar.css index de6783c7..4090c12e 100644 --- a/EarlyBlue/global/findBar.css +++ b/EarlyBlue/global/findBar.css @@ -13,28 +13,22 @@ findbar { /* find-next button */ .findbar-find-next { - /* XXX: look into this when we support FF list-style-image: url("chrome://global/skin/icons/find.png"); -moz-image-region: rect(0px 16px 16px 0px); - */ } /* find-previous button */ .findbar-find-previous { - /* XXX: look into this when we support FF list-style-image: url("chrome://global/skin/icons/find.png"); -moz-image-region: rect(0px 32px 16px 16px); - */ } /* highlight button */ .findbar-highlight { - /* XXX: look into this when we support FF list-style-image: url("chrome://global/skin/icons/find.png"); -moz-image-region: rect(0px 48px 16px 32px); - */ } .find-status-icon { @@ -54,9 +48,7 @@ findbar { } .find-status-icon[status="notfound"] { - /* XXX: look into this when we support FF list-style-image: url("chrome://global/skin/icons/notfound.png"); - */ } .findbar-textbox[status="notfound"] { @@ -70,7 +62,5 @@ findbar { } .find-status-icon[status="wrapped"] { - /* XXX: look into this when we support FF list-style-image: url("chrome://global/skin/icons/wrap.png"); - */ } diff --git a/EarlyBlue/global/icons/find.png b/EarlyBlue/global/icons/find.png new file mode 100644 index 00000000..3cc1e572 Binary files /dev/null and b/EarlyBlue/global/icons/find.png differ diff --git a/EarlyBlue/global/icons/wrap.png b/EarlyBlue/global/icons/wrap.png new file mode 100644 index 00000000..0bfad48c Binary files /dev/null and b/EarlyBlue/global/icons/wrap.png differ diff --git a/EarlyBlue/messenger/addressbook/cardDialog.css b/EarlyBlue/messenger/addressbook/cardDialog.css index ed661dc3..285e542f 100644 --- a/EarlyBlue/messenger/addressbook/cardDialog.css +++ b/EarlyBlue/messenger/addressbook/cardDialog.css @@ -50,6 +50,10 @@ width: 42ch; } +.CardEditLabel { + text-align: end; +} + .PhoneEditWidth { width: 24ch; } diff --git a/EarlyBlue/messenger/mailWindow1.css b/EarlyBlue/messenger/mailWindow1.css index d8d8b8e7..6027feff 100644 --- a/EarlyBlue/messenger/mailWindow1.css +++ b/EarlyBlue/messenger/mailWindow1.css @@ -55,20 +55,10 @@ height: 0px; } -/* XXX bug 313731 buttons are taller than menulists */ - -#msgLocationToolbar > #searchBox[collapsed="true"] { - visibility: hidden; -} - #locationIcon { list-style-image: none; } -#locationFolders { - width: 20em; -} - /* ..... folder pane adjustments ..... */ .folderview-cycler > .toolbarbutton-text { diff --git a/EarlyBlue/messenger/primaryToolbar.css b/EarlyBlue/messenger/primaryToolbar.css index 9376bc66..e05e132b 100644 --- a/EarlyBlue/messenger/primaryToolbar.css +++ b/EarlyBlue/messenger/primaryToolbar.css @@ -173,6 +173,27 @@ toolbarpaletteitem > #button-delete { -moz-image-region: rect(252px 50px 273px 25px); } +#locationFolders { + width: 22em; +} + +toolbarpaletteitem[place="palette"] > #folder-location-container > #locationFolders { + max-width: 11em; +} + +toolbarpaletteitem[place="palette"] > #search-container > #searchInput { + max-width: 11em; +} + +toolbarpaletteitem[place="palette"] > #mailviews-container > #viewPicker { + max-width: 11em; +} + +#viewPickerPopup > menuitem > .menu-iconic-left, +#viewPickerPopup > menu > menupopup > menuitem > .menu-iconic-left { + display: -moz-box !important; +} + /* ::::: small primary toolbar buttons ::::: */ toolbar[iconsize="small"] > #button-getmsg, diff --git a/LCARStrek/communicator/viewSourceOverlay.css b/LCARStrek/communicator/viewSourceOverlay.css new file mode 100644 index 00000000..f45e226e --- /dev/null +++ b/LCARStrek/communicator/viewSourceOverlay.css @@ -0,0 +1,47 @@ +/* ***** BEGIN LICENSE BLOCK ***** + * Version: MPL 1.1/GPL 2.0/LGPL 2.1 + * + * The contents of this file are subject to the Mozilla 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/MPL/ + * + * 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 SeaMonkey internet suite code. + * + * The Initial Developer of the Original Code is + * Mozilla Foundation. + * Portions created by the Initial Developer are Copyright (C) 2010 + * the Initial Developer. All Rights Reserved. + * + * Contributor(s): + * Robert Kaiser + * + * Alternatively, the contents of this file may be used under the terms of + * either the GNU General Public License Version 2 or later (the "GPL"), or + * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), + * in which case the provisions of the GPL or the LGPL are applicable instead + * of those above. If you wish to allow use of your version of this file only + * under the terms of either the GPL or the LGPL, and not to allow others to + * use your version of this file under the terms of the MPL, indicate your + * decision by deleting the provisions above and replace them with the notice + * and other provisions required by the GPL or the LGPL. If you do not delete + * the provisions above, a recipient may use your version of this file under + * the terms of any one of the MPL, the GPL or the LGPL. + * + * ***** END LICENSE BLOCK ***** */ + +/* make findbar appear above content */ +#appcontent { + -moz-box-direction: reverse; +} + +/* style findbar for being on top */ +#FindToolbar { + border-top: none; + border-bottom: 3px solid #000000; +} diff --git a/LCARStrek/global/findBar.css b/LCARStrek/global/findBar.css index c7f3cf64..72174e9b 100644 --- a/LCARStrek/global/findBar.css +++ b/LCARStrek/global/findBar.css @@ -5,7 +5,7 @@ } findbar { - border-top: 1px solid #666699; + border-top: 1px solid #000000; border-bottom: 1px solid transparent; min-width: 1px; } @@ -13,28 +13,22 @@ findbar { /* find-next button */ .findbar-find-next { - /* XXX: look into this when we support FF list-style-image: url("chrome://global/skin/icons/find.png"); -moz-image-region: rect(0px 16px 16px 0px); - */ } /* find-previous button */ .findbar-find-previous { - /* XXX: look into this when we support FF list-style-image: url("chrome://global/skin/icons/find.png"); -moz-image-region: rect(0px 32px 16px 16px); - */ } /* highlight button */ .findbar-highlight { - /* XXX: look into this when we support FF list-style-image: url("chrome://global/skin/icons/find.png"); -moz-image-region: rect(0px 48px 16px 32px); - */ } .find-status-icon { @@ -54,9 +48,7 @@ findbar { } .find-status-icon[status="notfound"] { - /* XXX: look into this when we support FF list-style-image: url("chrome://global/skin/icons/notfound.png"); - */ } .findbar-textbox[status="notfound"] { @@ -70,7 +62,5 @@ findbar { } .find-status-icon[status="wrapped"] { - /* XXX: look into this when we support FF list-style-image: url("chrome://global/skin/icons/wrap.png"); - */ } diff --git a/LCARStrek/global/icons/find.png b/LCARStrek/global/icons/find.png new file mode 100644 index 00000000..f0c7bed7 Binary files /dev/null and b/LCARStrek/global/icons/find.png differ diff --git a/LCARStrek/global/icons/wrap.png b/LCARStrek/global/icons/wrap.png new file mode 100644 index 00000000..de4f35fe Binary files /dev/null and b/LCARStrek/global/icons/wrap.png differ diff --git a/LCARStrek/messenger/addressbook/cardDialog.css b/LCARStrek/messenger/addressbook/cardDialog.css index ed661dc3..285e542f 100644 --- a/LCARStrek/messenger/addressbook/cardDialog.css +++ b/LCARStrek/messenger/addressbook/cardDialog.css @@ -50,6 +50,10 @@ width: 42ch; } +.CardEditLabel { + text-align: end; +} + .PhoneEditWidth { width: 24ch; } diff --git a/LCARStrek/messenger/mailWindow1.css b/LCARStrek/messenger/mailWindow1.css index 757f1dd9..8a617965 100644 --- a/LCARStrek/messenger/mailWindow1.css +++ b/LCARStrek/messenger/mailWindow1.css @@ -63,20 +63,10 @@ border: none; } -/* XXX bug 313731 buttons are taller than menulists */ - -#msgLocationToolbar > #searchBox[collapsed="true"] { - visibility: hidden; -} - #locationIcon { list-style-image: none; } -#locationFolders { - width: 20em; -} - /* ..... folder pane adjustments ..... */ .folderview-cycler > .toolbarbutton-text { diff --git a/LCARStrek/messenger/primaryToolbar.css b/LCARStrek/messenger/primaryToolbar.css index adc88b32..753cfb69 100644 --- a/LCARStrek/messenger/primaryToolbar.css +++ b/LCARStrek/messenger/primaryToolbar.css @@ -253,6 +253,27 @@ toolbarpaletteitem > #button-delete { -moz-image-region: rect(252px 75px 273px 50px); } +#locationFolders { + width: 22em; +} + +toolbarpaletteitem[place="palette"] > #folder-location-container > #locationFolders { + max-width: 11em; +} + +toolbarpaletteitem[place="palette"] > #search-container > #searchInput { + max-width: 11em; +} + +toolbarpaletteitem[place="palette"] > #mailviews-container > #viewPicker { + max-width: 11em; +} + +#viewPickerPopup > menuitem > .menu-iconic-left, +#viewPickerPopup > menu > menupopup > menuitem > .menu-iconic-left { + display: -moz-box !important; +} + /* ::::: small primary toolbar buttons ::::: */ toolbar[iconsize="small"] > #button-getmsg,