From fd47b6b0a4f08749596a64fb037173cfcceba5cd Mon Sep 17 00:00:00 2001 From: Robert Kaiser Date: Sun, 21 Feb 2010 23:10:15 +0100 Subject: [PATCH] suite default theme changes on trunk from 1.9.1 branch point up to 2010-02-21 --- EarlyBlue/communicator/brand.css | 3 ++ EarlyBlue/communicator/certError.css | 2 +- EarlyBlue/communicator/fullscreen-video.css | 29 ++++++++++++++++++ .../icons/closeFullScreenVideo.png | Bin 0 -> 550 bytes EarlyBlue/global/datetimepicker.css | 3 +- EarlyBlue/global/numberbox.css | 3 +- EarlyBlue/messenger/searchDialog.css | 7 ++++- LCARStrek/communicator/brand.css | 3 ++ LCARStrek/communicator/certError.css | 2 +- LCARStrek/communicator/fullscreen-video.css | 29 ++++++++++++++++++ .../icons/closeFullScreenVideo.png | Bin 0 -> 869 bytes LCARStrek/global/datetimepicker.css | 3 +- LCARStrek/global/numberbox.css | 3 +- LCARStrek/messenger/searchDialog.css | 5 +++ 14 files changed, 85 insertions(+), 7 deletions(-) create mode 100644 EarlyBlue/communicator/fullscreen-video.css create mode 100644 EarlyBlue/communicator/icons/closeFullScreenVideo.png create mode 100644 LCARStrek/communicator/fullscreen-video.css create mode 100644 LCARStrek/communicator/icons/closeFullScreenVideo.png 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 0000000000000000000000000000000000000000..7339cd6351501c9713b968fc0a01aaf5142c33a5 GIT binary patch literal 550 zcmV+>0@?kEP)Px#24YJ`L;(K){{a7>y{D4^000SaNLh0L01sdQ01sdRdU!>R00007bV*G`2igJ^ z6c!`Lrmigj00E{+L_t(Y$HkV9*2)C8XCGG*B35ax~T<$zGCJys?zCp<4E+RF^ zg(FgPAdn8$YTY(t;xLnG-yza9h(-$`#>C-h6pNi#m+OL)D)I{+YBc)Y5l0Z1=~_z7EVgs%aOjMqxk}};6^W$6g799Qx{FCCk?5nB>tK+(7UtNM5s_MC!=;Ki zoo9z$Z}NC9xD=6mp6BcJUVo9ao++|0d`!gR^(Mphdhcr-UMTP%PUranA~jCqEWv-6 zq9IcBl9fnPwba@Y4&NO0`%me?p!twWEmwU$8z;GTDOxHNFLsF35D27$a-aV!5kju~ oh*YO|!}*hzsc6$zDgABv0W8sd?m=oA{r~^~07*qoM6N<$g0z_Q2LJ#7 literal 0 HcmV?d00001 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 0000000000000000000000000000000000000000..8fc30945bbcea66d323196a4bce793687130948d GIT binary patch literal 869 zcmV-r1DgDaP)Px#24YJ`L;(K)&j0|a)UA#H000SaNLh0L01sdQ01sdRdU!>R00007bV*G`2igJ^ z6*e+CP{2w600QMnL_t(Y$F-JAOcPNQhR@7Y$_yayDJ|vMmo4QX@~}lK50kQSL5ztD zT_Xw+G;yIDgYJy+QA0?G3j-2}rYvboL==re4InDdB8Z5z(}I@LnsnN6p-se)a=YNH zZsy*6|D2rp|2tSMeKMYd;K9-yMX_~pb_~a{iT*X?4~Vezsi$xZXHz&1)TKF!BJ1Mp z8w|rIK~L9JzI$4<>bK(DtH&kZ&Zb{ztQFMJk-}>Qb>hbCYpvr(<+|UBbEXG1GkUtN z4A-h;+QO_!Apk(Rd`#4I_r>)TUfO9?k-u*)l9I}EO>Lbm>WtY$0DxnqFXiIsY$?I_ z()nCwOd0Du4hKot>^nM)YPB}pk|eRz1EBlMgI zEl@<>n-u{;l&HG7y}JPg4gi2fGQ78Q%FU$x9-chyD~ST%)&WW<;$$a3Io7=o6~3du zHW8MYpYGR@65VoPN}QYb@0rngmD_Mhd)vt}oo2_*Z~y=t_PB_!4yBa!&F$R{GQkS< z|C#h;hM%qZRrqm071r@Yq(k=l$zW&>D2^v0vA?0E;?6{W$<%@BWi@K75Rus5#WIh6 z2G*@MOErrcD+DUs$*%R79eoZ7rQSr16#xJNJzM^Kis;#uwP4$t_7bu%&)DW&!$;v|494b6iX68wd z3-VTNzUg+u`7`%EGh$C@ucBxqQyiV0OYprkk#~fzPfM`Jjm#CVwq35c>14n6?grnv vljDA|hAE)qUF7r8$~nt3-$QJ#e_MV7Na~e!?6^`*00000NkvXXu0mjfy}Faw literal 0 HcmV?d00001 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; } -- 2.35.3