From: Robert Kaiser Date: Sun, 21 Feb 2010 22:10:15 +0000 (+0100) Subject: suite default theme changes on trunk from 1.9.1 branch point up to 2010-02-21 X-Git-Tag: EarlyBlue-2.1a1~17 X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=commitdiff_plain;h=fd47b6b0a4f08749596a64fb037173cfcceba5cd suite default theme changes on trunk from 1.9.1 branch point up to 2010-02-21 --- diff --git a/EarlyBlue/communicator/brand.css b/EarlyBlue/communicator/brand.css index a5e2bac3..281f7231 100644 --- a/EarlyBlue/communicator/brand.css +++ b/EarlyBlue/communicator/brand.css @@ -37,6 +37,7 @@ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); +#wrapper-throbber-box > #throbber-box > #navigator-throbber, #navigator-throbber { -moz-binding: url("chrome://global/content/bindings/button.xml#button-image"); -moz-user-focus: ignore; @@ -63,6 +64,8 @@ } window[chromehidden~="toolbar"] #navigator-throbber, +toolbar[mode="text"] #wrapper-throbber-box > #throbber-box > #navigator-throbber, +toolbar[iconsize="small"] #wrapper-throbber-box > #throbber-box > #navigator-throbber, toolbar[mode="text"] #navigator-throbber, toolbar[mode="icons"] #navigator-throbber, toolbar[iconsize="small"] #navigator-throbber { diff --git a/EarlyBlue/communicator/certError.css b/EarlyBlue/communicator/certError.css index b573e198..f8a31a31 100644 --- a/EarlyBlue/communicator/certError.css +++ b/EarlyBlue/communicator/certError.css @@ -14,7 +14,7 @@ * The Original Code is mozilla.org code. * * The Initial Developer of the Original Code is - * Mozilla Corporation. + * the Mozilla Foundation. * Portions created by the Initial Developer are Copyright (C) 2008 * the Initial Developer. All Rights Reserved. * diff --git a/EarlyBlue/communicator/fullscreen-video.css b/EarlyBlue/communicator/fullscreen-video.css new file mode 100644 index 00000000..b84c7e38 --- /dev/null +++ b/EarlyBlue/communicator/fullscreen-video.css @@ -0,0 +1,29 @@ +html, +body, +video { + height: 100%; +} + +html { + background-color: #CCC0DD; +} + +body { + margin: 0px; + overflow: -moz-hidden-unscrollable; + visibility: hidden; +} + +video { + width: 100%; + max-height: 100%; +} + +div { + position: absolute; + top: 0px; + right: 0px; + width: 32px; + height: 32px; + background: url("chrome://communicator/skin/icons/closeFullScreenVideo.png") center center no-repeat; +} diff --git a/EarlyBlue/communicator/icons/closeFullScreenVideo.png b/EarlyBlue/communicator/icons/closeFullScreenVideo.png new file mode 100644 index 00000000..7339cd63 Binary files /dev/null and b/EarlyBlue/communicator/icons/closeFullScreenVideo.png differ diff --git a/EarlyBlue/global/datetimepicker.css b/EarlyBlue/global/datetimepicker.css index 67cb43b3..23d93c02 100644 --- a/EarlyBlue/global/datetimepicker.css +++ b/EarlyBlue/global/datetimepicker.css @@ -13,7 +13,8 @@ * * The Original Code is mozilla.org code. * - * The Initial Developer of the Original Code is the Mozilla Corporation + * The Initial Developer of the Original Code is + * the Mozilla Foundation * Portions created by the Initial Developer are Copyright (C) 2006 * the Initial Developer. All Rights Reserved. * diff --git a/EarlyBlue/global/numberbox.css b/EarlyBlue/global/numberbox.css index 41fc4cd7..de3a017b 100644 --- a/EarlyBlue/global/numberbox.css +++ b/EarlyBlue/global/numberbox.css @@ -13,7 +13,8 @@ * * The Original Code is mozilla.org code. * - * The Initial Developer of the Original Code is the Mozilla Corporation + * The Initial Developer of the Original Code is + * the Mozilla Foundation * Portions created by the Initial Developer are Copyright (C) 2006 * the Initial Developer. All Rights Reserved. * diff --git a/EarlyBlue/messenger/searchDialog.css b/EarlyBlue/messenger/searchDialog.css index c2e167a6..300e5750 100644 --- a/EarlyBlue/messenger/searchDialog.css +++ b/EarlyBlue/messenger/searchDialog.css @@ -58,7 +58,12 @@ height: 100px; } -.search-menulist[unavailable="true"] { +#searchAddressBookWindow, +#searchMailWindow { + padding: 0px; +} + +search-menulist[unavailable="true"] { color: #808080; } diff --git a/LCARStrek/communicator/brand.css b/LCARStrek/communicator/brand.css index 88255515..9e8f2dc4 100644 --- a/LCARStrek/communicator/brand.css +++ b/LCARStrek/communicator/brand.css @@ -41,6 +41,7 @@ -moz-box-orient: vertical; } +#wrapper-throbber-box > #throbber-box > #navigator-throbber, #navigator-throbber { -moz-binding: url("chrome://global/content/bindings/button.xml#button-image"); -moz-user-focus: ignore; @@ -59,6 +60,8 @@ } window[chromehidden~="toolbar"] #navigator-throbber, +toolbar[mode="text"] #wrapper-throbber-box > #throbber-box > #navigator-throbber, +toolbar[iconsize="small"] #wrapper-throbber-box > #throbber-box > #navigator-throbber, toolbar[mode="text"] #navigator-throbber, toolbar[mode="icons"] #navigator-throbber, toolbar[iconsize="small"] #navigator-throbber { diff --git a/LCARStrek/communicator/certError.css b/LCARStrek/communicator/certError.css index 49929b87..d126e23f 100644 --- a/LCARStrek/communicator/certError.css +++ b/LCARStrek/communicator/certError.css @@ -14,7 +14,7 @@ * The Original Code is mozilla.org code. * * The Initial Developer of the Original Code is - * Mozilla Corporation. + * the Mozilla Foundation. * Portions created by the Initial Developer are Copyright (C) 2008 * the Initial Developer. All Rights Reserved. * diff --git a/LCARStrek/communicator/fullscreen-video.css b/LCARStrek/communicator/fullscreen-video.css new file mode 100644 index 00000000..a5374800 --- /dev/null +++ b/LCARStrek/communicator/fullscreen-video.css @@ -0,0 +1,29 @@ +html, +body, +video { + height: 100%; +} + +html { + background-color: #000000; +} + +body { + margin: 0px; + overflow: -moz-hidden-unscrollable; + visibility: hidden; +} + +video { + width: 100%; + max-height: 100%; +} + +div { + position: absolute; + top: 0px; + right: 0px; + width: 32px; + height: 32px; + background: url("chrome://communicator/skin/icons/closeFullScreenVideo.png") center center no-repeat; +} diff --git a/LCARStrek/communicator/icons/closeFullScreenVideo.png b/LCARStrek/communicator/icons/closeFullScreenVideo.png new file mode 100644 index 00000000..8fc30945 Binary files /dev/null and b/LCARStrek/communicator/icons/closeFullScreenVideo.png differ diff --git a/LCARStrek/global/datetimepicker.css b/LCARStrek/global/datetimepicker.css index 76bd1dcb..165cc0fa 100644 --- a/LCARStrek/global/datetimepicker.css +++ b/LCARStrek/global/datetimepicker.css @@ -13,7 +13,8 @@ * * The Original Code is mozilla.org code. * - * The Initial Developer of the Original Code is the Mozilla Corporation + * The Initial Developer of the Original Code is + * the Mozilla Foundation * Portions created by the Initial Developer are Copyright (C) 2006 * the Initial Developer. All Rights Reserved. * diff --git a/LCARStrek/global/numberbox.css b/LCARStrek/global/numberbox.css index 3a1a2c2e..d33cc80f 100644 --- a/LCARStrek/global/numberbox.css +++ b/LCARStrek/global/numberbox.css @@ -13,7 +13,8 @@ * * The Original Code is mozilla.org code. * - * The Initial Developer of the Original Code is the Mozilla Corporation + * The Initial Developer of the Original Code is + * the Mozilla Foundation * Portions created by the Initial Developer are Copyright (C) 2006 * the Initial Developer. All Rights Reserved. * diff --git a/LCARStrek/messenger/searchDialog.css b/LCARStrek/messenger/searchDialog.css index eafd1054..9690bc10 100644 --- a/LCARStrek/messenger/searchDialog.css +++ b/LCARStrek/messenger/searchDialog.css @@ -58,6 +58,11 @@ height: 100px; } +#searchAddressBookWindow, +#searchMailWindow { + padding: 0px; +} + .search-menulist[unavailable="true"] { color: #8050B0; }