From 45a0ce1c41a526f4965c38bf13a7bad3755fd494 Mon Sep 17 00:00:00 2001 From: Robert Kaiser Date: Mon, 5 Oct 2009 13:47:27 +0200 Subject: [PATCH] update EarlyBlue for customizable compose window, move smime and editor icons into merged PNG and provide small versions for them --- EarlyBlue/editor/editorPrimaryToolbar.css | 98 +++++++++--------- EarlyBlue/editor/icons/anchor-disabled.gif | Bin 134 -> 0 bytes EarlyBlue/editor/icons/anchor.gif | Bin 141 -> 0 bytes EarlyBlue/editor/icons/copy-disabled.gif | Bin 95 -> 0 bytes EarlyBlue/editor/icons/copy.gif | Bin 110 -> 0 bytes EarlyBlue/editor/icons/cut-disabled.gif | Bin 95 -> 0 bytes EarlyBlue/editor/icons/cut.gif | Bin 110 -> 0 bytes EarlyBlue/editor/icons/editoricons-small.png | Bin 0 -> 1139 bytes EarlyBlue/editor/icons/editoricons.png | Bin 0 -> 1260 bytes EarlyBlue/editor/icons/find-disabled.gif | Bin 149 -> 0 bytes EarlyBlue/editor/icons/find.gif | Bin 159 -> 0 bytes EarlyBlue/editor/icons/hline-disabled.gif | Bin 117 -> 0 bytes EarlyBlue/editor/icons/hline.gif | Bin 117 -> 0 bytes EarlyBlue/editor/icons/image-disabled.gif | Bin 142 -> 0 bytes EarlyBlue/editor/icons/image.gif | Bin 152 -> 0 bytes EarlyBlue/editor/icons/link-disabled.gif | Bin 137 -> 0 bytes EarlyBlue/editor/icons/link.gif | Bin 141 -> 0 bytes EarlyBlue/editor/icons/newfile-disabled.gif | Bin 145 -> 0 bytes EarlyBlue/editor/icons/newfile.gif | Bin 159 -> 0 bytes EarlyBlue/editor/icons/openfile-disabled.gif | Bin 141 -> 0 bytes EarlyBlue/editor/icons/openfile.gif | Bin 150 -> 0 bytes EarlyBlue/editor/icons/paste-disabled.gif | Bin 94 -> 0 bytes EarlyBlue/editor/icons/paste.gif | Bin 111 -> 0 bytes EarlyBlue/editor/icons/preview-disabled.gif | Bin 93 -> 0 bytes EarlyBlue/editor/icons/preview.gif | Bin 141 -> 0 bytes EarlyBlue/editor/icons/publish-disabled.gif | Bin 94 -> 0 bytes EarlyBlue/editor/icons/publish.gif | Bin 102 -> 0 bytes EarlyBlue/editor/icons/savefile-dirty.gif | Bin 157 -> 0 bytes EarlyBlue/editor/icons/savefile-disabled.gif | Bin 143 -> 0 bytes EarlyBlue/editor/icons/savefile.gif | Bin 153 -> 0 bytes EarlyBlue/editor/icons/spell-disabled.gif | Bin 159 -> 0 bytes EarlyBlue/editor/icons/spell.gif | Bin 159 -> 0 bytes EarlyBlue/editor/icons/table-disabled.gif | Bin 157 -> 0 bytes EarlyBlue/editor/icons/table.gif | Bin 116 -> 0 bytes EarlyBlue/global/icons/print-disabled.gif | Bin 118 -> 0 bytes EarlyBlue/global/icons/print.gif | Bin 118 -> 0 bytes EarlyBlue/global/icons/stop-disabled.gif | Bin 169 -> 0 bytes EarlyBlue/global/icons/stop.gif | Bin 169 -> 0 bytes EarlyBlue/global/icons/trash-disabled.gif | Bin 112 -> 0 bytes EarlyBlue/global/icons/trash.gif | Bin 112 -> 0 bytes .../messengercompose/messengercompose.css | 38 ++++--- .../smime/icons/key-broken-disabled.gif | Bin 91 -> 0 bytes .../messenger/smime/icons/key-broken.gif | Bin 91 -> 0 bytes .../messenger/smime/icons/key-disabled.gif | Bin 94 -> 0 bytes EarlyBlue/messenger/smime/icons/key.gif | Bin 94 -> 0 bytes .../smime/icons/lock-cert-disabled.gif | Bin 112 -> 0 bytes EarlyBlue/messenger/smime/icons/lock-cert.gif | Bin 112 -> 0 bytes .../messenger/smime/icons/lock-disabled.gif | Bin 103 -> 0 bytes .../smime/icons/lock-no-cert-disabled.gif | Bin 127 -> 0 bytes .../messenger/smime/icons/lock-no-cert.gif | Bin 127 -> 0 bytes EarlyBlue/messenger/smime/icons/lock.gif | Bin 103 -> 0 bytes .../smime/icons/smimeicons-small.png | Bin 0 -> 800 bytes .../messenger/smime/icons/smimeicons.png | Bin 0 -> 481 bytes .../messenger/smime/msgCompSMIMEOverlay.css | 14 ++- 54 files changed, 83 insertions(+), 67 deletions(-) delete mode 100755 EarlyBlue/editor/icons/anchor-disabled.gif delete mode 100755 EarlyBlue/editor/icons/anchor.gif delete mode 100644 EarlyBlue/editor/icons/copy-disabled.gif delete mode 100644 EarlyBlue/editor/icons/copy.gif delete mode 100644 EarlyBlue/editor/icons/cut-disabled.gif delete mode 100644 EarlyBlue/editor/icons/cut.gif create mode 100644 EarlyBlue/editor/icons/editoricons-small.png create mode 100644 EarlyBlue/editor/icons/editoricons.png delete mode 100755 EarlyBlue/editor/icons/find-disabled.gif delete mode 100755 EarlyBlue/editor/icons/find.gif delete mode 100755 EarlyBlue/editor/icons/hline-disabled.gif delete mode 100755 EarlyBlue/editor/icons/hline.gif delete mode 100755 EarlyBlue/editor/icons/image-disabled.gif delete mode 100755 EarlyBlue/editor/icons/image.gif delete mode 100755 EarlyBlue/editor/icons/link-disabled.gif delete mode 100755 EarlyBlue/editor/icons/link.gif delete mode 100755 EarlyBlue/editor/icons/newfile-disabled.gif delete mode 100755 EarlyBlue/editor/icons/newfile.gif delete mode 100755 EarlyBlue/editor/icons/openfile-disabled.gif delete mode 100755 EarlyBlue/editor/icons/openfile.gif delete mode 100644 EarlyBlue/editor/icons/paste-disabled.gif delete mode 100644 EarlyBlue/editor/icons/paste.gif delete mode 100755 EarlyBlue/editor/icons/preview-disabled.gif delete mode 100755 EarlyBlue/editor/icons/preview.gif delete mode 100644 EarlyBlue/editor/icons/publish-disabled.gif delete mode 100755 EarlyBlue/editor/icons/publish.gif delete mode 100755 EarlyBlue/editor/icons/savefile-dirty.gif delete mode 100755 EarlyBlue/editor/icons/savefile-disabled.gif delete mode 100755 EarlyBlue/editor/icons/savefile.gif delete mode 100755 EarlyBlue/editor/icons/spell-disabled.gif delete mode 100755 EarlyBlue/editor/icons/spell.gif delete mode 100755 EarlyBlue/editor/icons/table-disabled.gif delete mode 100755 EarlyBlue/editor/icons/table.gif delete mode 100755 EarlyBlue/global/icons/print-disabled.gif delete mode 100755 EarlyBlue/global/icons/print.gif delete mode 100755 EarlyBlue/global/icons/stop-disabled.gif delete mode 100755 EarlyBlue/global/icons/stop.gif delete mode 100755 EarlyBlue/global/icons/trash-disabled.gif delete mode 100755 EarlyBlue/global/icons/trash.gif delete mode 100644 EarlyBlue/messenger/smime/icons/key-broken-disabled.gif delete mode 100644 EarlyBlue/messenger/smime/icons/key-broken.gif delete mode 100644 EarlyBlue/messenger/smime/icons/key-disabled.gif delete mode 100644 EarlyBlue/messenger/smime/icons/key.gif delete mode 100644 EarlyBlue/messenger/smime/icons/lock-cert-disabled.gif delete mode 100644 EarlyBlue/messenger/smime/icons/lock-cert.gif delete mode 100644 EarlyBlue/messenger/smime/icons/lock-disabled.gif delete mode 100644 EarlyBlue/messenger/smime/icons/lock-no-cert-disabled.gif delete mode 100644 EarlyBlue/messenger/smime/icons/lock-no-cert.gif delete mode 100644 EarlyBlue/messenger/smime/icons/lock.gif create mode 100644 EarlyBlue/messenger/smime/icons/smimeicons-small.png create mode 100644 EarlyBlue/messenger/smime/icons/smimeicons.png diff --git a/EarlyBlue/editor/editorPrimaryToolbar.css b/EarlyBlue/editor/editorPrimaryToolbar.css index 33c63e81..1f0f6499 100644 --- a/EarlyBlue/editor/editorPrimaryToolbar.css +++ b/EarlyBlue/editor/editorPrimaryToolbar.css @@ -40,147 +40,145 @@ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); #newButton { - list-style-image: url("chrome://editor/skin/icons/newfile.gif"); + list-style-image: url("chrome://editor/skin/icons/editoricons.png"); + -moz-image-region: rect(84px 25px 105px 0px); } #newButton[disabled="true"] { - list-style-image: url("chrome://editor/skin/icons/newfile-disabled.gif") !important; + -moz-image-region: rect(84px 50px 105px 25px); } #openButton { - list-style-image: url("chrome://editor/skin/icons/openfile.gif"); + list-style-image: url("chrome://editor/skin/icons/editoricons.png"); + -moz-image-region: rect(105px 25px 126px 0px); } #openButton[disabled="true"] { - list-style-image: url("chrome://editor/skin/icons/openfile-disabled.gif") !important; + -moz-image-region: rect(105px 50px 126px 25px); } #saveButton { - list-style-image: url("chrome://editor/skin/icons/savefile.gif"); + list-style-image: url("chrome://editor/skin/icons/editoricons.png"); + -moz-image-region: rect(147px 25px 168px 0px); } #saveButton[disabled="true"] { - list-style-image: url("chrome://editor/skin/icons/savefile-disabled.gif") !important; -} - -#saveButton[dirty="true"] { - list-style-image: url("chrome://editor/skin/icons/savefile-dirty.gif"); -} - -#saveButton[dirty="true"][disabled="true"] { - list-style-image: url("chrome://editor/skin/icons/savefile-disabled.gif") !important; + -moz-image-region: rect(147px 50px 168px 25px); } #publishButton { - list-style-image: url("chrome://editor/skin/icons/publish.gif"); + list-style-image: url("chrome://editor/skin/icons/editoricons.png"); + -moz-image-region: rect(210px 25px 231px 0px); } #publishButton[disabled="true"] { - list-style-image: url("chrome://editor/skin/icons/publish-disabled.gif") !important; + -moz-image-region: rect(210px 50px 231px 25px); } #previewButton { - list-style-image: url("chrome://editor/skin/icons/preview.gif"); + list-style-image: url("chrome://editor/skin/icons/editoricons.png"); + -moz-image-region: rect(126px 25px 147px 0px); } #previewButton[disabled="true"] { - list-style-image: url("chrome://editor/skin/icons/preview-disabled.gif") !important; + -moz-image-region: rect(126px 50px 147px 25px); } #printButton { - list-style-image: url("chrome://global/skin/icons/print.gif"); + list-style-image: url("chrome://communicator/skin/icons/communicatoricons.png"); + -moz-image-region: rect(0px 25px 21px 0px); } #printButton[disabled="true"] { - list-style-image: url("chrome://global/skin/icons/print-disabled.gif") !important; + -moz-image-region: rect(0px 50px 21px 25px); } -/* #findButton { - list-style-image: url("chrome://editor/skin/icons/find.gif"); + list-style-image: url("chrome://editor/skin/icons/editoricons.png"); + -moz-image-region: rect(294px 25px 315px 0px); } #findButton[disabled="true"] { - list-style-image: url("chrome://editor/skin/icons/find-disabled.gif") !important; + -moz-image-region: rect(294px 50px 315px 25px); } -*/ #linkButton { - list-style-image: url("chrome://editor/skin/icons/link.gif"); + list-style-image: url("chrome://editor/skin/icons/editoricons.png"); + -moz-image-region: rect(63px 25px 84px 0px); } #linkButton[disabled="true"] { - list-style-image: url("chrome://editor/skin/icons/link-disabled.gif") !important; + -moz-image-region: rect(63px 50px 84px 25px); } #imageButton { - list-style-image: url("chrome://editor/skin/icons/image.gif"); + list-style-image: url("chrome://editor/skin/icons/editoricons.png"); + -moz-image-region: rect(42px 25px 63px 0px); } #imageButton[disabled="true"] { - list-style-image: url("chrome://editor/skin/icons/image-disabled.gif") !important; + -moz-image-region: rect(42px 50px 63px 25px); } #namedAnchorButton { - list-style-image: url("chrome://editor/skin/icons/anchor.gif"); + list-style-image: url("chrome://editor/skin/icons/editoricons.png"); + -moz-image-region: rect(0px 25px 21px 0px); } #namedAnchorButton[disabled="true"] { - list-style-image: url("chrome://editor/skin/icons/anchor-disabled.gif") !important; + -moz-image-region: rect(0px 50px 21px 25px); } #hlineButton { - list-style-image: url("chrome://editor/skin/icons/hline.gif"); + list-style-image: url("chrome://editor/skin/icons/editoricons.png"); + -moz-image-region: rect(21px 25px 42px 0px); } #hlineButton[disabled="true"] { - list-style-image: url("chrome://editor/skin/icons/hline-disabled.gif") !important; + -moz-image-region: rect(21px 50px 42px 25px); } #tableButton { - list-style-image: url("chrome://editor/skin/icons/table.gif"); + list-style-image: url("chrome://editor/skin/icons/editoricons.png"); + -moz-image-region: rect(189px 25px 210px 0px); } #tableButton[disabled="true"] { - list-style-image: url("chrome://editor/skin/icons/table-disabled.gif") !important; + -moz-image-region: rect(189px 50px 210px 25px); } #spellingButton { - list-style-image: url("chrome://editor/skin/icons/spell.gif"); + list-style-image: url("chrome://editor/skin/icons/editoricons.png"); + -moz-image-region: rect(168px 25px 189px 0px); } #spellingButton[disabled="true"] { - list-style-image: url("chrome://editor/skin/icons/spell-disabled.gif") !important; + -moz-image-region: rect(168px 50px 189px 25px); } #cutButton { - list-style-image: url("chrome://editor/skin/icons/cut.gif"); + list-style-image: url("chrome://editor/skin/icons/editoricons.png"); + -moz-image-region: rect(231px 25px 252px 0px); } #cutButton[disabled="true"] { - list-style-image: url("chrome://editor/skin/icons/cut-disabled.gif") !important; + -moz-image-region: rect(231px 50px 252px 25px); } #copyButton { - list-style-image: url("chrome://editor/skin/icons/copy.gif"); + list-style-image: url("chrome://editor/skin/icons/editoricons.png"); + -moz-image-region: rect(252px 25px 273px 0px); } #copyButton[disabled="true"] { - list-style-image: url("chrome://editor/skin/icons/copy-disabled.gif") !important; + -moz-image-region: rect(252px 50px 273px 25px); } #pasteButton { - list-style-image: url("chrome://editor/skin/icons/paste.gif"); + list-style-image: url("chrome://editor/skin/icons/editoricons.png"); + -moz-image-region: rect(273px 25px 294px 0px); } #pasteButton[disabled="true"] { - list-style-image: url("chrome://editor/skin/icons/paste-disabled.gif") !important; -} - -#findButton { - list-style-image: url("chrome://editor/skin/icons/find.gif"); -} - -#findButton[disabled="true"] { - list-style-image: url("chrome://editor/skin/icons/find-disabled.gif") !important; + -moz-image-region: rect(273px 50px 294px 25px); } diff --git a/EarlyBlue/editor/icons/anchor-disabled.gif b/EarlyBlue/editor/icons/anchor-disabled.gif deleted file mode 100755 index bf55b96924c7a210634d31bada9ced2d23e8454c..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 134 zcmZ?wbhEHb6k!ly*v!Dt(9p1d|Nj5~|1%H=6o0ZXGB7YQ=zx@i%wS+KHaOwAdauRn zv%A?v81j@drm1MHl(g!K`nfJyYK}zDWAU2xTdrkGe7=}vDXE?M#bW*iPZkDi06h00 A-2eap diff --git a/EarlyBlue/editor/icons/anchor.gif b/EarlyBlue/editor/icons/anchor.gif deleted file mode 100755 index 07d585920e150cb2a74dbe4e6227f40d4b8159fb..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 141 zcmZ?wbhEHb6k!ly*v!C?mUd?U{{8>||7Rc$DE?$&WME)q&;cn2nZdwfWpKiC^FcdgRHZ0mPb=j14&m>kza-UnbXQguP$IWp9&XXle_b2;(o@HXZQe)E3FA?i+ Jc(O290|1VVCv^Y- diff --git a/EarlyBlue/editor/icons/copy-disabled.gif b/EarlyBlue/editor/icons/copy-disabled.gif deleted file mode 100644 index 50f94396c123cdc2c35556ddd32b0b300f8bcc39..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 95 zcmZ?wbhEHb6k!lyXkcJyXlOWd=D*@k7DfgJMg|=QAOOiQFq!rAuRNX0u$ZOSX!na2 yM(z0(w^t}G=#;y4%{6w`!S@!^U;RG$`ifUk1ZSb&cJJ0Bg&Nb(EL+6DU=0Ai%_KmvMSe#LJPL0ep2_6mA$g+ K>naTf25SIX%qofi diff --git a/EarlyBlue/editor/icons/cut-disabled.gif b/EarlyBlue/editor/icons/cut-disabled.gif deleted file mode 100644 index 54a46e3ccf52956fb9d915b07cdb0d14b7fdab8e..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 95 zcmZ?wbhEHb6k!lyXkcJyXlOWd=D*@k7DfgJMg|=QAOOiQFq!rAuRP7opUmBGwe0*| yy~10S32I%UoePe2mcIJc6!9hCYse{!C3ml_V*FP!KVaDlho1#!)D|%?SOWmgkR@CI diff --git a/EarlyBlue/editor/icons/cut.gif b/EarlyBlue/editor/icons/cut.gif deleted file mode 100644 index d4fcc8abc4a7b1771060623a543cf09ac39070f1..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 110 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 Wc_P0UfXQnB0000%@&Et; diff --git a/EarlyBlue/editor/icons/find.gif b/EarlyBlue/editor/icons/find.gif deleted file mode 100755 index f71ae98bec4d67ed1006c2f17adefd7b07840845..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 159 zcmZ?wbhEHb6k!ly*v!C?mUd?U{{8>||7Rc$DE?$&WME)q&;cn2nZdx~V{pQA^||7Rc$DE?$&WME)q&;cn2nZdxKWN^ZB^||7Rc$DE?$&WME)q&;cn2nZdx~YH-4H^zzkkv^a|A{45oeT`t E0A=DRng9R* diff --git a/EarlyBlue/editor/icons/link.gif b/EarlyBlue/editor/icons/link.gif deleted file mode 100755 index b62d1eb122dceae0ec366841e59f4f8d90fe94f2..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 141 zcmZ?wbhEHb6k!ly*v!C?mUd?U{{8>||7Rc$DE?$&WME)q&;cn2nZdwfWpKiC^>!*pEO0YaN+b_Qy5MdiLLwWbA8*+=ZofPsB1_iYR^9x;Sx0Mj2frZ)5cXk b&$+7S6fKp{3c39=D)+Dn`_a7Z$_&;3++8p5 diff --git a/EarlyBlue/editor/icons/openfile-disabled.gif b/EarlyBlue/editor/icons/openfile-disabled.gif deleted file mode 100755 index 08fe7fca44682e036f2d4312e2da4ec21593033d..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 141 zcmZ?wbhEHb6k!ly*v!Dt(9m$;z=8k&|1%H=6o0ZXGB7YQ=zx@i%wS-#GC1M6dauRn zvxYwsepE_1uszC%d+pg8)D`yj%q0_v+rho>*Y{-J@P1jL8$Tf;_}wJOevNdQ(segH HSs1JV&RZyF diff --git a/EarlyBlue/editor/icons/openfile.gif b/EarlyBlue/editor/icons/openfile.gif deleted file mode 100755 index bb474f1cdf4e160ae8eb4671452f11c9300f3e72..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 150 zcmZ?wbhEHb6k!ly*v!C?mUiaAfdl{l|7Rc$DE?$&WME)q&;cn2nZdx~Y;eMJ^l6PqK`$~t1b&)z@Qhw8X+!-0H0mOPEqW}N^ diff --git a/EarlyBlue/editor/icons/paste.gif b/EarlyBlue/editor/icons/paste.gif deleted file mode 100644 index a898ce8f6177980f292214a3d43ef119713f57c3..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 111 zcmZ?wbhEHb6k!lySjfPTmUia<|NlS|h!lUaFfuSOG3YP=0Z5*K$ze+W%F}Zh8iNDR zbty9|KFJHb>rv&=R@kQ-aXaY+O_%p%#j0_Bn3_2hkATu0TtPD zp!V8Frc={S^eWHVw?4Zl$~|6bZhgV~{|CB!GA4cu(Uo1jBUskoEcWfr9KGgCMz{sG(00ba;1}6QU{*|ZSax9u7 vWH-TJEu;MXhPJT6MHbT{!`&7?U2yx)mG^fIAIR1HJ9PMF+mWON3=Gx)tB53U diff --git a/EarlyBlue/editor/icons/publish.gif b/EarlyBlue/editor/icons/publish.gif deleted file mode 100755 index b96b22012c618b7b80f3163629340d41a5862a1a..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 102 zcmZ?wbhEHb6k-rzSjfPTmUia<|NjmS4M3#$lZBCifr&wf0SG|y3{2)z`d6NQ%du#V zP+NB~180s@?45_1w>;_=szj-GOWj+tZRO0POegI3`Ecn49B~u05P4U3W|?px1A{dH DmL4N) diff --git a/EarlyBlue/editor/icons/savefile-dirty.gif b/EarlyBlue/editor/icons/savefile-dirty.gif deleted file mode 100755 index e64dc6515b537d126b46b4a1aa7f0c2711ef68a3..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 157 zcmZ?wbhEHb6k!ly*v!C?mUiaAfdl`6;J^U}B7ovg7DfgJMg|>_T96qGEM5jDJXi0v zczss)N5YTT0|pFEU0hFJ&eUFg=>5!7Im5{oB{G^pF|MKRp KF%w{9um%7;r72+m diff --git a/EarlyBlue/editor/icons/savefile.gif b/EarlyBlue/editor/icons/savefile.gif deleted file mode 100755 index 599905ef34819c310360b37c271ae4b8e6afb22b..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 153 zcmZ?wbhEHb6k!ly*v!C?mUiaAfdl{l|7Rc$DE?$&WME)q&;cn2nZdx~W^lrD^#j0_Bn3_1)z05XGt#mC@;=jy#eFV32- zJ0M>1NTcmxW#t^MWx{*-8!~n_g%y3oHGPJwVjYWal|OCV2A2jjc%swU?sQo Y$$9P9QuzM-ZP~lJ?^k$Mv=W0g0Ls)?vH$=8 diff --git a/EarlyBlue/editor/icons/spell.gif b/EarlyBlue/editor/icons/spell.gif deleted file mode 100755 index 9b9127663f21ecdb8549b35410afc5f40d792b9e..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 159 zcmZ?wbhEHblw=TP*v!C?oP6%Ufdl`E28usf7#SEC8FUzc0AvOOi;uwx&((W{UYs>u zcR;-2kw)9Y%E~!h%Y^szX?mU%yLD{E?z@K5IcErdYC9o$;)qdN!4B268r@9U!AfrF Ylk?iIrSSdv+p>3c->>kjXe9<~0M)%$#sB~S diff --git a/EarlyBlue/editor/icons/table-disabled.gif b/EarlyBlue/editor/icons/table-disabled.gif deleted file mode 100755 index c4e1072ef25143f8de7c409be5eba437c9eaaa88..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 157 zcmZ?wbhEHb6k!ly*v!Dt(9p1d|Nj5~|1%H=6o0ZXGB7YQ=zx@i%wS;gGC1M6dauQ6 z?Op#B95`>Q_^B*lTXkcXvhx-v)#Ij}saZSo{H3K;!i)^o00{pqdjJ3c diff --git a/EarlyBlue/editor/icons/table.gif b/EarlyBlue/editor/icons/table.gif deleted file mode 100755 index a1618dbe9046a6cde7c5d3e4ddb0b7973514349e..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 116 zcmZ?wbhEHb6k!lySjfQe|NsBAv@<{w2o!&^FfuSOG3YP=0Z5*K$#qKq%F}PT7tJwI z_|Ru-QSmTxVMU`;`K*^|3)XcNJ==Zst>nWSOYTMP|JCB)eC?IQX2o;^g|{4gJxi=q RpQX!WZa+5vdmsaYH2@hsGiv|< diff --git a/EarlyBlue/global/icons/print-disabled.gif b/EarlyBlue/global/icons/print-disabled.gif deleted file mode 100755 index e0e01fba43a69166733496dac85d72dbbb72e17d..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 118 zcmZ?wbhEHblw=TPIK;s4|NsAc_nxm>wd&Zhb2DeoY-nfziU5J)PZmZ726hG=1|R^b zWni|h*mdWh!Ku(yx}Ounif@NJ*NhJDWA}(lUb!sy%c<3_$1cpdeCg?bD+w?0JCz>% diff --git a/EarlyBlue/global/icons/stop-disabled.gif b/EarlyBlue/global/icons/stop-disabled.gif deleted file mode 100755 index 54d7c41b14db7877a4619cc8827b597db410323f..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 169 zcmZ?wbhEHb6lV}+*v!E2|Ns974<0li0R{$!0|yQONvuHeCkrD313QBbNET#<154P4 z6P~NLF6x-j{XM2kc4or76_Gu6pYL09Ec5=dzKV74LnQw=BxEkxxVMLCk>-g#ALj+c sW>rPSc3qir$&5GB(EE+%ls!MZLiMw61{UrYE!pN=b2BqAmW9C@0Q7M`;{X5v diff --git a/EarlyBlue/global/icons/stop.gif b/EarlyBlue/global/icons/stop.gif deleted file mode 100755 index e489f98bb12a908816a7a07bc5fea08364de5c27..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 169 zcmZ?wbhEHb6lV}+*v!E2|Ns974<4kYoq;0;28II%4gg84K=CIFBLf3FgAPa*WQGGv z*oPCItG6!dn9%(_rc8Eb!n_rcJ$Ik)TXQV){<6M`b?-wY|2QOMF4?%ZhiQ@Ki9H|Z u1;l1mMa6bqnR3aDH`37ijpmd+KfFTqvu_3#?iVfD=3H|#GccBg!5RQ57(hb+ diff --git a/EarlyBlue/global/icons/trash-disabled.gif b/EarlyBlue/global/icons/trash-disabled.gif deleted file mode 100755 index 0b730300bb44cf14942f40e3898589441f3a1f10..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 112 zcmZ?wbhEHblw=TPXkcJyXlVHV|G(l-7DfgJMg|=QAOOiQFuC{iuRP7j|2Uf?z`OV8 z)l^@jLwoKoX PwEULDDsDd!1_o;YJ=iKF diff --git a/EarlyBlue/messenger/messengercompose/messengercompose.css b/EarlyBlue/messenger/messengercompose/messengercompose.css index d08a3cf9..1ece8454 100644 --- a/EarlyBlue/messenger/messengercompose/messengercompose.css +++ b/EarlyBlue/messenger/messengercompose/messengercompose.css @@ -82,11 +82,12 @@ } #spellingButton { - list-style-image: url("chrome://editor/skin/icons/spell.gif"); + list-style-image: url("chrome://editor/skin/icons/editoricons.png"); + -moz-image-region: rect(168px 25px 189px 0px); } #spellingButton[disabled="true"] { - list-style-image: url("chrome://editor/skin/icons/spell-disabled.gif"); + -moz-image-region: rect(168px 50px 189px 25px); } #button-save { @@ -100,57 +101,64 @@ /* ::::: small primary toolbar buttons ::::: */ -/* TODO: correct coords! toolbar[iconsize="small"] > #button-send, toolbar[iconsize="small"] > toolbarpaletteitem > #button-send { list-style-image: url("chrome://messenger/skin/icons/messengericons-small.png"); - -moz-image-region: rect(220px 19px 239px 0); + -moz-image-region: rect(176px 16px 192px 0); } toolbar[iconsize="small"] > #button-send[disabled="true"] { - -moz-image-region: rect(220px 79px 239px 60px) !important; + -moz-image-region: rect(176px 32px 192px 16px); +} + +toolbar[iconsize="small"] > #button-send[offline="true"] { + -moz-image-region: rect(208px 16px 224px 0); +} + +toolbar[iconsize="small"] > #button-send[offline="true"][disabled="true"] { + -moz-image-region: rect(208px 32px 224px 16px); } toolbar[iconsize="small"] > #button-address, toolbar[iconsize="small"] > toolbarpaletteitem > #button-address { list-style-image: url("chrome://messenger/skin/icons/messengericons-small.png"); - -moz-image-region: rect(180px 19px 199px 0); + -moz-image-region: rect(144px 16px 160px 0); } toolbar[iconsize="small"] > #button-address[disabled="true"] { - -moz-image-region: rect(180px 79px 199px 60px) !important; + -moz-image-region: rect(144px 32px 160px 16px); } toolbar[iconsize="small"] > #button-attach, toolbar[iconsize="small"] > toolbarpaletteitem > #button-attach { list-style-image: url("chrome://messenger/skin/icons/messengericons-small.png"); - -moz-image-region: rect(200px 19px 219px 0); + -moz-image-region: rect(160px 16px 176px 0); } toolbar[iconsize="small"] > #button-attach[disabled="true"] { - -moz-image-region: rect(200px 79px 219px 60px) !important; + -moz-image-region: rect(160px 32px 176px 16px); } toolbar[iconsize="small"] > #spellingButton, toolbar[iconsize="small"] > toolbarpaletteitem > #spellingButton { list-style-image: url("chrome://editor/skin/icons/editoricons-small.png"); - -moz-image-region: rect(160px 19px 179px 0); + -moz-image-region: rect(128px 16px 144px 0); } toolbar[iconsize="small"] > #spellingButton[disabled="true"] { - -moz-image-region: rect(160px 79px 179px 60px) !important; + -moz-image-region: rect(128px 32px 144px 16px); } toolbar[iconsize="small"] > #button-save, toolbar[iconsize="small"] > toolbarpaletteitem > #button-save { - list-style-image: url("chrome://editor/skin/icons/editoricons-small.png"); - -moz-image-region: rect(140px 19px 159px 0); + list-style-image: url("chrome://messenger/skin/icons/messengericons-small.png"); + -moz-image-region: rect(224px 16px 240px 0); } toolbar[iconsize="small"] > #button-save[disabled="true"] { - -moz-image-region: rect(140px 79px 159px 60px) !important; + -moz-image-region: rect(224px 32px 140px 16px); } -*/ + #MsgHeadersToolbar { min-height: 0px; /* this undoes the min-height in toolbar.css */ } diff --git a/EarlyBlue/messenger/smime/icons/key-broken-disabled.gif b/EarlyBlue/messenger/smime/icons/key-broken-disabled.gif deleted file mode 100644 index edbe5696c9858aa0a464e15517c9d65d67f35a8c..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 91 zcmZ?wbhEHblw=TPXkcJyXlVHV|G(l-7DfgJMg|=QAOOiQFd6mqFKBqX)~6<9lf~-f u#3J6@2j5DcW-Qg1x%R?KxdNZ-UuCv$o2S3+Xt8d=iihV#-t=-YSOWlcEF;YT diff --git a/EarlyBlue/messenger/smime/icons/key-broken.gif b/EarlyBlue/messenger/smime/icons/key-broken.gif deleted file mode 100644 index a407cc45c2755b7ab013bb4c098d781a60fd359e..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 91 zcmZ?wbhEHblw=TPXkcJSPCobl|9{1wEQ|~cj0`#qKmd|qU^43IU(oP&txrwJCX3a{ uiAB7*55AQ?%~+~2bM1wfas@uuzshXiHcx-s(PG_#6%Wsgyy@j)um%8n#UtSW diff --git a/EarlyBlue/messenger/smime/icons/key-disabled.gif b/EarlyBlue/messenger/smime/icons/key-disabled.gif deleted file mode 100644 index 86b4796df9bf13c44365b9f5b6584d69fd889234..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 94 zcmZ?wbhEHblw=TPXkcJyXlVHV|G(l-7DfgJMg|=QAOOiQFq!uBFKBqX)~6<9lf~-f x#3J6@2j5DcW-Qg1x%R?Kxm=yYUwmf&+^zm?*N=rww!-IJ->7yUcVlF*1_1A7C1L;o diff --git a/EarlyBlue/messenger/smime/icons/key.gif b/EarlyBlue/messenger/smime/icons/key.gif deleted file mode 100644 index a8d1010c73f3647634797c05f237eff702dbe14c..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 94 zcmZ?wbhEHblw=TPXkcJSPCobl|9{1wEQ|~cj0`#qKmd|qU^4CLU(oP&txrwJCX3a{ xiAB7*55AQ?%~+~2bM1wfa=AK(zxd4lxm*3)t{)4VY=zIczESNy?#9Sq4FL5!C3XM+ diff --git a/EarlyBlue/messenger/smime/icons/lock-cert-disabled.gif b/EarlyBlue/messenger/smime/icons/lock-cert-disabled.gif deleted file mode 100644 index 81663c42a864ca62cdaf3effe9c45127c5124b64..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 112 zcmZ?wbhEHblw=TPXkcJyXlVHV|G(l-7DfgJMg|=QAOOiQFuC{iFX(!^U8&kX>Q&ff ziF1Dw=Op$oOT*ES*y4AuZ7>L@n= diff --git a/EarlyBlue/messenger/smime/icons/lock-cert.gif b/EarlyBlue/messenger/smime/icons/lock-cert.gif deleted file mode 100644 index d970a8ffe1ab4f4d32db237382b1a8c39215c74f..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 112 zcmZ?wbhEHblw=TPXkcJSPCobl|9{1wEQ|~cj0`#qKmd|qU~=#2U(oe-yHd4()T^+| z66gLV&PnWzQ&ff ziF1DwWjIQX&1eyMHC3&8)e_g;k+JJ7*3K?`Klx~xkgOq7%}s}W4Hqh1!WL~%6b)ox Gum%7RZ6;3u diff --git a/EarlyBlue/messenger/smime/icons/lock-no-cert-disabled.gif b/EarlyBlue/messenger/smime/icons/lock-no-cert-disabled.gif deleted file mode 100644 index 0ad1e8ab6ebaf8be6496766276f3a361f24e7d45..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 127 zcmZ?wbhEHblw=TPSjfQ8(9q!E;P4*|6o0ZXGB7YP=r8~QNS=WyU`qdjuD9Ejs{Ny0 zge)7>WAz4GFnwt*$8ZK12ge}^jC>qGX GU=08j_9kNh diff --git a/EarlyBlue/messenger/smime/icons/smimeicons-small.png b/EarlyBlue/messenger/smime/icons/smimeicons-small.png new file mode 100644 index 0000000000000000000000000000000000000000..8a6258af335e60fe0a19ee484f2075c844f80895 GIT binary patch literal 800 zcmV+*1K<3KP)Px#24YJ`L;(K)0000pCw%h&000SaNLh0L01FcU01FcV0GgZ_00007bV*G`2iXb* z3n(rLRYOn!000?uMObu0Z*6U5Zgc=ca%Ew3Wn>_CX>@2HM@dakSAh-}0007eNkl4*;-8PO5=F7o-G#F@Y=BOaNQV zmvlsp`7NF-#vEOl8*@PKv+-KBY!7HTw}Dh_YC18T1FKX8dnH(v003YPT4|Cmm!K8= zUzT9J5E*kkL4TzmSfnH~=3t5Nl*&-r$K*q~;1x>yKhW#(16WWw(TqsT5(0%FEmB%* zag`38fK)iKv|~!O56LaHVUsLQN}+Di93rANJWq=!XSg#so`3u#MCpgd|L2&W?xi29 z5u{bB7ZLo}fdHliZTf-plpM7gmJq49VQ!Iet+4+QEK_%_P3Kag&0%yVfxQyk8q-xv zb|%D{T1#3_Ov2m%O4U*;LMa)iAHaD(F#3Mr^Zmf?Ho(X^1!-mgb^<xuJQT{|Wc6nv`VsU@l%;n>CE?+Km{$E_qdNV-^aCil3({UzOD(zhB1&5t&70EF zdn5KPPAu9k&`NOk!{PM3C`9eXFDIcHy)T!b@_NRv1XUrC!r$8kZz;pj^^Pwjy4o;; z{Q43k%xA4AB@)cdo6^y9K=jS&Zz^Dm1DE-NVZ&(pf$0bSjvp9Of-BZcU?%WcKVTR! e4W}O%u7qEFZ+q~H(v_hA0000vL>4nJa0`Pl zBg3pY5H=O_M2R+-28@dGyWU^>ap{5aSZV|{&q@qU$X&^EAL6BjvEZ8xQtG* zDNXsiKJ(ELeY+PSe_yy{DRZU~~~EQg8ClU}kp>N*{>^pJcm z;Js&|M1H=?%&;W$M=w;J>Z}#}>nF|pd}orS+L4WNb|JPZ8mCz1OHG #button-security, +toolbar[iconsize="small"] > toolbarpaletteitem > #button-security { + list-style-image: url("chrome://messenger/skin/smime/icons/smimeicons-small.png"); + -moz-image-region: rect(0 16px 16px 0px); +} + +toolbar[iconsize="small"] > #button-security[disabled] { + -moz-image-region: rect(0 32px 16px 16px); +} #msgcomposeWindow #signing-status { list-style-image: none; -- 2.35.3