From: robert Date: Sun, 21 Nov 2004 00:59:42 +0000 (+0000) Subject: sync with Classic in preparation for a 1.8a release X-Git-Tag: EarlyBlue-2.0a1~56 X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=commitdiff_plain;h=caf7fc110fe23265fa8401a3c5d0ff4849604a0f sync with Classic in preparation for a 1.8a release --- diff --git a/EarlyBlue/communicator/brand.css b/EarlyBlue/communicator/brand.css index 3a8de569..c666929a 100644 --- a/EarlyBlue/communicator/brand.css +++ b/EarlyBlue/communicator/brand.css @@ -61,6 +61,7 @@ border: 1px inset #CCD0DD; } +window[chromehidden~="toolbar"] #navigator-throbber, #navigator-throbber[buttonstyle="text"], #navigator-throbber[buttonstyle="pictures"], #navigator-throbber[toolbarmode="small"] { @@ -68,6 +69,7 @@ list-style-image: url("chrome://communicator/skin/brand/throbber16-single.gif"); } +window[chromehidden~="toolbar"] #navigator-throbber[busy="true"], #navigator-throbber[buttonstyle="text"][busy="true"], #navigator-throbber[buttonstyle="pictures"][busy="true"], #navigator-throbber[toolbarmode="small"][busy="true"] { diff --git a/EarlyBlue/communicator/search/search.css b/EarlyBlue/communicator/search/search.css index 725ddada..11cf1630 100644 --- a/EarlyBlue/communicator/search/search.css +++ b/EarlyBlue/communicator/search/search.css @@ -19,7 +19,7 @@ * the Initial Developer. All Rights Reserved. * * Contributor(s): - * Joe Hewitt + * Joe Hewitt * Robert Kaiser * * Alternatively, the contents of this file may be used under the terms of @@ -42,10 +42,6 @@ == Styles specific to the Search sidebar panel. ======================================================================= */ -#stopButton { - list-style-image: url("chrome://communicator/skin/icons/loading.gif"); -} - /* :::: undo regular search listbox selection look :::: */ .searchresult-item[selected="true"] { diff --git a/EarlyBlue/global/button.css b/EarlyBlue/global/button.css index 6998d6cd..75ed8e30 100644 --- a/EarlyBlue/global/button.css +++ b/EarlyBlue/global/button.css @@ -57,7 +57,7 @@ button { border: 1px solid transparent; padding: 0px 3px 1px 2px; } - + .button-text { margin: 0px !important; text-align: center; @@ -97,12 +97,13 @@ button[checked="true"] { button:hover:active > .button-box, button[open="true"] > .button-box, button[checked="true"] > .button-box { - padding: 1px 2px 0px 3px; + padding: 1px 2px 0px 3px; } /* .......... disabled state .......... */ -button[disabled="true"] { +button[disabled="true"], +button[disabled="true"]:hover:active { border: 1px outset #CCD0DD; color: #999999; } diff --git a/EarlyBlue/global/dialog.css b/EarlyBlue/global/dialog.css index 6a43a16c..cddd89fe 100644 --- a/EarlyBlue/global/dialog.css +++ b/EarlyBlue/global/dialog.css @@ -13,7 +13,7 @@ * * The Original Code is mozilla.org code. * - * The Initial Developer of the Original Code is + * The Initial Developer of the Original Code is * Netscape Communications Corporation. * Portions created by the Initial Developer are Copyright (C) 1999 * the Initial Developer. All Rights Reserved. @@ -45,7 +45,7 @@ /* ::::: dialog ::::: */ -dialog { +dialog { padding: 8px 10px 10px 8px; } diff --git a/EarlyBlue/global/filepicker.css b/EarlyBlue/global/filepicker.css index 5289ca3a..558fffc7 100644 --- a/EarlyBlue/global/filepicker.css +++ b/EarlyBlue/global/filepicker.css @@ -13,7 +13,7 @@ * * The Original Code is mozilla.org code. * - * The Initial Developer of the Original Code is + * The Initial Developer of the Original Code is * Netscape Communications Corporation. * Portions created by the Initial Developer are Copyright (C) 1998-1999 * the Initial Developer. All Rights Reserved. @@ -24,7 +24,7 @@ * 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 + * 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 @@ -67,15 +67,21 @@ treechildren::-moz-tree-image(FilenameColumn, file) { .up-button { list-style-image: url("chrome://global/skin/filepicker/folder-up.gif"); + min-width: 0%; /* don't let XUL layout min-size override our max-width setting */ + min-height: 0%; max-width: 28px; } .home-button { list-style-image: url("chrome://global/skin/filepicker/folder-home.gif"); + min-width: 0%; /* don't let XUL layout min-size override our max-width setting */ + min-height: 0%; max-width: 28px; } .new-dir-button { list-style-image: url("chrome://global/skin/filepicker/folder-new.gif"); + min-width: 0%; /* don't let XUL layout min-size override our max-width setting */ + min-height: 0%; max-width: 28px; } diff --git a/EarlyBlue/global/global.css b/EarlyBlue/global/global.css index 92f613f6..837d4df9 100644 --- a/EarlyBlue/global/global.css +++ b/EarlyBlue/global/global.css @@ -65,6 +65,12 @@ menulist > menupopup, -moz-binding: url("chrome://global/content/bindings/menulist.xml#menulist-compact"); } +/* +progressmeter[mode="undetermined"] { + -moz-binding: url("chrome://global/content/bindings/progressmeter.xml#progressmeter-undetermined"); +} +*/ + /* ::::: root elements ::::: */ window, diff --git a/EarlyBlue/global/tabbox.css b/EarlyBlue/global/tabbox.css index ee41d8fc..7ed7b55e 100644 --- a/EarlyBlue/global/tabbox.css +++ b/EarlyBlue/global/tabbox.css @@ -78,7 +78,8 @@ tab { margin: 0 !important; } -tab[selected="true"] { +tab[selected="true"] { + -moz-user-focus: normal; font-weight: bold; background-color: #EDF1FF; } @@ -87,6 +88,10 @@ tab:hover { color: #336699; } +tab:focus > .tab-middle { + -moz-outline: 1px dotted invert; +} + /* tab[first-tab="true"][selected="true"] { padding-right: 5px; diff --git a/EarlyBlue/messenger/messageHeader.css b/EarlyBlue/messenger/messageHeader.css index 10d901f7..f218ec0a 100644 --- a/EarlyBlue/messenger/messageHeader.css +++ b/EarlyBlue/messenger/messageHeader.css @@ -161,6 +161,10 @@ text-align: right; } +#collapseddateValue > .textbox-input-box menupopup { + text-align: left; +} + #collapsedfromBox { width: 18em; } @@ -176,6 +180,7 @@ } .collapsedHeaderValue { + background: transparent; margin: 0; } diff --git a/EarlyBlue/messenger/start.css b/EarlyBlue/messenger/start.css new file mode 100644 index 00000000..d9083a86 --- /dev/null +++ b/EarlyBlue/messenger/start.css @@ -0,0 +1,79 @@ +/* ***** 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 mozilla.org code. + * + * The Initial Developer of the Original Code is + * the Mozilla Organization. + * Portions created by the Initial Developer are Copyright (C) 1998-2002 + * 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 ***** */ + +/* ===== start.css ===================================================== + == Styles used by the mailnews start page. + ======================================================================= */ + +body { + margin: 0; + padding: 0; +} + +a:link, a:visited, a:active { + color: #336699; + text-decoration: underline; +} + +h1 { + color: #FFFFFF; + background-color: #9999CC; + border-bottom: 1px solid #CCD0DD; + font-size: 1.5em; + font-weight: normal; + padding: 0.25em 0.75em; /* 0.75*1.5=1, so fit with 1em below */ + margin: 0; +} + +div#main { + margin: 0 1em; +} + +p { + margin: 0.5em 0; +} + +h2 { + font-size: 1.2em; + font-weight: bold; + margin: 0.5em 0; +} + +ul { + margin: 0.5em 0; +} + diff --git a/EarlyBlue/messenger/subscribe.css b/EarlyBlue/messenger/subscribe.css index df6ec9dc..44f79a08 100644 --- a/EarlyBlue/messenger/subscribe.css +++ b/EarlyBlue/messenger/subscribe.css @@ -13,7 +13,7 @@ * * The Original Code is mozilla.org code. * - * The Initial Developer of the Original Code is + * The Initial Developer of the Original Code is * Netscape Communications Corporation. * Portions created by the Initial Developer are Copyright (C) 1998 * the Initial Developer. All Rights Reserved. @@ -22,7 +22,7 @@ * 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 + * 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 @@ -47,6 +47,7 @@ #subscribetree { margin: 0px 0px 0px 0px !important; + border-bottom: 0px; } /* ::::: subscribed icons :::::: */ @@ -100,3 +101,12 @@ treechildren::-moz-tree-image(nameColumn2, nntp) { .subscribeMenuItem[ServerType="nntp"][IsSecure="true"] { list-style-image: url("chrome://messenger/skin/icons/server-news-lock.gif"); } + +/* ::::: statusbar adjustments :::::: */ + +#statusContainerBox { + border: 1px inset #CCD0DD; + border-top: 1px solid #9999CC; + background-color: #666699; + color: #CCD0DD; +} diff --git a/EarlyBlue/messenger/virtualFolderListDialog.css b/EarlyBlue/messenger/virtualFolderListDialog.css new file mode 100644 index 00000000..1eacf145 --- /dev/null +++ b/EarlyBlue/messenger/virtualFolderListDialog.css @@ -0,0 +1,16 @@ +/* ===== virtualFolderListDialog.css ================================================== + == Styles for the virtual folder list dialog. + ======================================================================= */ + +@import url("chrome://messenger/skin/mailWindow1.css"); + +@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); + +treechildren::-moz-tree-image(selectedColumn) { + margin-right: 2px; + list-style-image: url("chrome://messenger/skin/icons/dot.gif"); +} + +treechildren::-moz-tree-image(selectedColumn, inVFEditSearchScope-true) { + list-style-image: url("chrome://messenger/skin/icons/check.gif"); +}