From 0697ec23b364dcfa9fff0667517fc729d1821b4d Mon Sep 17 00:00:00 2001 From: robert Date: Mon, 13 Oct 2003 11:22:18 +0000 Subject: [PATCH] updating firebird support to trunk --- EarlyBlue/browser/aboutDialog.css | 35 ++++++ EarlyBlue/browser/browser.css | 102 ++++++++++++++++++ EarlyBlue/browser/browser.xml | 2 +- EarlyBlue/browser/icons/copy-disabled.gif | Bin 0 -> 100 bytes .../browser/icons/copy-small-disabled.gif | Bin 0 -> 82 bytes EarlyBlue/browser/icons/copy-small.gif | Bin 0 -> 96 bytes EarlyBlue/browser/icons/copy.gif | Bin 0 -> 125 bytes EarlyBlue/browser/icons/cut-disabled.gif | Bin 0 -> 105 bytes .../browser/icons/cut-small-disabled.gif | Bin 0 -> 85 bytes EarlyBlue/browser/icons/cut-small.gif | Bin 0 -> 99 bytes EarlyBlue/browser/icons/cut.gif | Bin 0 -> 122 bytes EarlyBlue/browser/icons/page-themes.gif | Bin 0 -> 102 bytes EarlyBlue/browser/icons/paste-disabled.gif | Bin 0 -> 101 bytes .../browser/icons/paste-small-disabled.gif | Bin 0 -> 83 bytes EarlyBlue/browser/icons/paste-small.gif | Bin 0 -> 96 bytes EarlyBlue/browser/icons/paste.gif | Bin 0 -> 123 bytes EarlyBlue/browser/pref/advanced.gif | Bin 0 -> 370 bytes EarlyBlue/browser/pref/downloads.gif | Bin 0 -> 150 bytes EarlyBlue/browser/pref/fonts.gif | Bin 259 -> 0 bytes EarlyBlue/browser/pref/pref.css | 54 ++-------- EarlyBlue/browser/pref/proxies.gif | Bin 205 -> 0 bytes EarlyBlue/browser/pref/themes.gif | Bin 370 -> 184 bytes .../communicator/cookie/status-cookie.gif | Bin 0 -> 228 bytes .../communicator/cookie/taskbar-cookie.gif | Bin 0 -> 115 bytes EarlyBlue/contents.rdf | 2 + EarlyBlue/editor/icons/form-disabled.gif | Bin 0 -> 119 bytes EarlyBlue/editor/icons/form.gif | Bin 0 -> 102 bytes EarlyBlue/editor/icons/notpinned-disabled.gif | Bin 0 -> 76 bytes EarlyBlue/editor/icons/notpinned.gif | Bin 0 -> 76 bytes EarlyBlue/editor/icons/pinned-disabled.gif | Bin 0 -> 80 bytes EarlyBlue/editor/icons/pinned.gif | Bin 0 -> 80 bytes .../mozapps/downloads/unknownContentType.css | 18 ++++ EarlyBlue/mozapps/pref/check.gif | Bin 0 -> 69 bytes EarlyBlue/mozapps/pref/dot.gif | Bin 0 -> 65 bytes EarlyBlue/mozapps/pref/pref.css | 101 +++++++++++++++++ 35 files changed, 266 insertions(+), 48 deletions(-) create mode 100644 EarlyBlue/browser/aboutDialog.css create mode 100644 EarlyBlue/browser/icons/copy-disabled.gif create mode 100644 EarlyBlue/browser/icons/copy-small-disabled.gif create mode 100644 EarlyBlue/browser/icons/copy-small.gif create mode 100644 EarlyBlue/browser/icons/copy.gif create mode 100644 EarlyBlue/browser/icons/cut-disabled.gif create mode 100644 EarlyBlue/browser/icons/cut-small-disabled.gif create mode 100644 EarlyBlue/browser/icons/cut-small.gif create mode 100644 EarlyBlue/browser/icons/cut.gif create mode 100644 EarlyBlue/browser/icons/page-themes.gif create mode 100644 EarlyBlue/browser/icons/paste-disabled.gif create mode 100644 EarlyBlue/browser/icons/paste-small-disabled.gif create mode 100644 EarlyBlue/browser/icons/paste-small.gif create mode 100644 EarlyBlue/browser/icons/paste.gif create mode 100644 EarlyBlue/browser/pref/advanced.gif create mode 100644 EarlyBlue/browser/pref/downloads.gif delete mode 100644 EarlyBlue/browser/pref/fonts.gif delete mode 100644 EarlyBlue/browser/pref/proxies.gif create mode 100644 EarlyBlue/communicator/cookie/status-cookie.gif create mode 100644 EarlyBlue/communicator/cookie/taskbar-cookie.gif create mode 100644 EarlyBlue/editor/icons/form-disabled.gif create mode 100644 EarlyBlue/editor/icons/form.gif create mode 100644 EarlyBlue/editor/icons/notpinned-disabled.gif create mode 100644 EarlyBlue/editor/icons/notpinned.gif create mode 100644 EarlyBlue/editor/icons/pinned-disabled.gif create mode 100644 EarlyBlue/editor/icons/pinned.gif create mode 100644 EarlyBlue/mozapps/downloads/unknownContentType.css create mode 100644 EarlyBlue/mozapps/pref/check.gif create mode 100755 EarlyBlue/mozapps/pref/dot.gif create mode 100644 EarlyBlue/mozapps/pref/pref.css diff --git a/EarlyBlue/browser/aboutDialog.css b/EarlyBlue/browser/aboutDialog.css new file mode 100644 index 00000000..1c7401b8 --- /dev/null +++ b/EarlyBlue/browser/aboutDialog.css @@ -0,0 +1,35 @@ +#aboutDialog { + padding: 0px 0px 10px 0px; +} + +#clientBox { + background-color: #FFFFFF; + color: #000000; +} + +#brandName { + font-weight: bold; font-size: larger; +} + +#detailsBox { + padding: 8px 10px 10px 8px; +} + +#userAgent { + margin: 3px 5px; + background-color: #FFFFFF; + color: #000000; + padding: 1px 0px 1px 2px; + -moz-appearance: none; + border: none; +} + +#copyright { + color: blue; + text-decoration: underline; +} + +#groove { + margin-top: 0px; +} + diff --git a/EarlyBlue/browser/browser.css b/EarlyBlue/browser/browser.css index 7bf8cfc1..9d56a9d5 100644 --- a/EarlyBlue/browser/browser.css +++ b/EarlyBlue/browser/browser.css @@ -22,6 +22,8 @@ * Joe Hewitt (hewitt@netscape.com) * Jason Kersey (kerz@netscape.com) * Pierre Chanial (chanial@noos.fr) + * Dean Tessman (dean_tessman@hotmail.com) + * Robert Kaiser (kairo@kairo.at) * * 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 @@ -267,6 +269,27 @@ toolbar[mode="text"] .toolbarbutton-text { list-style-image: url("chrome://browser/skin/icons/history-disabled.gif"); } +#cut-button { + list-style-image: url("chrome://browser/skin/icons/cut.gif"); +} +#cut-button[disabled="true"] { + list-style-image: url("chrome://browser/skin/icons/cut-disabled.gif"); +} + +#copy-button { + list-style-image: url("chrome://browser/skin/icons/copy.gif"); +} +#copy-button[disabled="true"] { + list-style-image: url("chrome://browser/skin/icons/copy-disabled.gif"); +} + +#paste-button { + list-style-image: url("chrome://browser/skin/icons/paste.gif"); +} +#paste-button[disabled="true"] { + list-style-image: url("chrome://browser/skin/icons/paste-disabled.gif"); +} + /* ::::: small primary toolbar buttons ::::: */ @@ -347,6 +370,59 @@ toolbar[iconsize="small"] #history-button[disabled="true"] { list-style-image: url("chrome://browser/skin/icons/history-small-disabled.gif"); } +toolbar[iconsize="small"] #cut-button { + list-style-image: url("chrome://browser/skin/icons/cut-small.gif"); +} +toolbar[iconsize="small"] #cut-button[disabled="true"] { + list-style-image: url("chrome://browser/skin/icons/cut-small-disabled.gif"); +} + +toolbar[iconsize="small"] #copy-button { + list-style-image: url("chrome://browser/skin/icons/copy-small.gif"); +} +toolbar[iconsize="small"] #copy-button[disabled="true"] { + list-style-image: url("chrome://browser/skin/icons/copy-small-disabled.gif"); +} + +toolbar[iconsize="small"] #paste-button { + list-style-image: url("chrome://browser/skin/icons/paste-small.gif"); +} +toolbar[iconsize="small"] #paste-button[disabled="true"] { + list-style-image: url("chrome://browser/skin/icons/paste-small-disabled.gif"); +} + + +/* Smaller padding on small toolbar buttons */ + +toolbar[iconsize="small"] .toolbarbutton-1 { + padding: 2px; +} + +toolbar[iconsize="small"] .toolbarbutton-1:hover:active, +toolbar[iconsize="small"] .toolbarbutton-1[open="true"] { + padding: 3px 1px 1px 3px; +} + +toolbar[iconsize="small"] .toolbarbutton-1[disabled="true"], +toolbar[iconsize="small"] .toolbarbutton-1[disabled="true"]:hover, +toolbar[iconsize="small"] .toolbarbutton-1[disabled="true"]:hover:active, +toolbar[iconsize="small"] .toolbarbutton-1[disabled="true"][open="true"] { + padding: 2px; +} + +toolbar[iconsize="small"] .toolbarbutton-1[checked="true"] { + padding: 3px 1px 1px 3px !important; +} + +toolbar[iconsize="small"] .toolbarbutton-1[type="menu-button"], +toolbar[iconsize="small"] .toolbarbutton-1[type="menu-button"]:hover, +toolbar[iconsize="small"] .toolbarbutton-1[type="menu-button"]:hover:active, +toolbar[iconsize="small"] .toolbarbutton-1[type="menu-button"][open="true"], +toolbar[iconsize="small"] .toolbarbutton-1[type="menu-button"][disabled="true"], +toolbar[iconsize="small"] .toolbarbutton-1[type="menu-button"][disabled="true"]:hover, +toolbar[iconsize="small"] .toolbarbutton-1[type="menu-button"][disabled="true"]:hover:active { + padding: 0; +} /* ::::: fullscreen window controls ::::: */ @@ -415,6 +491,10 @@ statusbarpanel#statusbar-display { list-style-image: url("chrome://browser/skin/icons/search-bar.gif"); } +#miSearchModeFind { + list-style-image: url("chrome://browser/skin/icons/search-bar.gif"); +} + /* ::::: autocomplete ::::: */ .autocomplete-treebody::-moz-tree-cell-text(treecolAutoCompleteComment) { @@ -497,6 +577,16 @@ statusbarpanel#statusbar-display { padding: 0px 3px 0px 3px; } +#page-theme-button { + display: none; +} + +#page-theme-button[themes] { + display: -moz-box; + list-style-image: url("chrome://browser/skin/icons/page-themes.gif"); + padding: 0px 3px 0px 3px; +} + /* ::::: throbber ::::: */ #navigator-throbber { @@ -542,3 +632,15 @@ toolbarbutton.chevron { toolbarbutton.chevron > .toolbarbutton-menu-dropmarker { display: none; } + +toolbar[mode="text"] > #window-controls > toolbarbutton > .toolbarbutton-icon { + display: -moz-box; +} + +toolbar[mode="text"] > #window-controls > toolbarbutton > .toolbarbutton-text { + display: none; +} + +#sidebar-throbber[loading="true"] { + list-style-image: url(chrome://global/skin/icons/loading.gif); +} diff --git a/EarlyBlue/browser/browser.xml b/EarlyBlue/browser/browser.xml index 59744ee1..be92c111 100644 --- a/EarlyBlue/browser/browser.xml +++ b/EarlyBlue/browser/browser.xml @@ -9,7 +9,7 @@ + extends="chrome://global/content/widgets/toolbarbutton.xml#menu-button"> diff --git a/EarlyBlue/browser/icons/copy-disabled.gif b/EarlyBlue/browser/icons/copy-disabled.gif new file mode 100644 index 0000000000000000000000000000000000000000..0e5dd1c1351bbd50f17c3600671e50e0e2b56729 GIT binary patch literal 100 zcmZ?wbhEHb6lV}+XkcJyXlVHV|G(l-7DfgJMg|=QAOOiQFj@EXuk3!nFK?U>6s^ot zTGn4U>u~Ebi)A-I8on)Ex#G*-uGsT|JD;j^Pg&ZqfA+d?lP0MXON$rYidZ(8iNP8G DhL$Gl literal 0 HcmV?d00001 diff --git a/EarlyBlue/browser/icons/copy-small-disabled.gif b/EarlyBlue/browser/icons/copy-small-disabled.gif new file mode 100644 index 0000000000000000000000000000000000000000..d0566b921be64ffc61004e5fecd531c368e75334 GIT binary patch literal 82 zcmZ?wbhEHb6krfwXkcJyXlVHV|G(l-7DfgJMg|=QAOOiQFlqMmuRQQ}!UCgD2aY=} ko&2aiS8!5oRB@Sjw1n5e literal 0 HcmV?d00001 diff --git a/EarlyBlue/browser/icons/copy.gif b/EarlyBlue/browser/icons/copy.gif new file mode 100644 index 0000000000000000000000000000000000000000..174d9afd3ca36961623b4efa61d7f29a482630f6 GIT binary patch literal 125 zcmZ?wbhEHb6lV}+SjfPTmUiYp3@H9&VPs%nV$fj#0+2idli!s7mE8~c<&70?bTiLb zj0{ov}45rnEgj$=I*QW%Ox^#q@oyAB{Kb XZRUD7dG?1%tM1O2(wrv3z+epkPjNMC literal 0 HcmV?d00001 diff --git a/EarlyBlue/browser/icons/cut-disabled.gif b/EarlyBlue/browser/icons/cut-disabled.gif new file mode 100644 index 0000000000000000000000000000000000000000..108f71b5d1b09affb74e4be8621662a0a260c7e5 GIT binary patch literal 105 zcmZ?wbhEHb6lV}+XkcJyXlVHV|G(l-7DfgJMg|=QAOOiQFgf(}ujG7tUySL}1*vy7 zQTfMOyVT>BaHLHuSr@WfZ~dvT&Ao>Udma774t~fuB(iab_qQe)wf>Y>nu~WR`=)0a Iax+*107KU&H~;_u literal 0 HcmV?d00001 diff --git a/EarlyBlue/browser/icons/cut-small-disabled.gif b/EarlyBlue/browser/icons/cut-small-disabled.gif new file mode 100644 index 0000000000000000000000000000000000000000..d7cffe6df687ab829936db86b1f26b02ff6332a2 GIT binary patch literal 85 zcmZ?wbhEHb6krfwXkcJyXlVHV|G(l-7DfgJMg|=QAOOiQFzN90NuEBCpHP!`?Pl0s n^WFC{1vPpDG}=~FsI`Bb7NVx?YmC-$dz%QSm z%T|8og(QAmoka!+*{=T^w=p8 UpH%C-$*aB=9lW(*D+7Zy03@6?O8@`> literal 0 HcmV?d00001 diff --git a/EarlyBlue/browser/icons/page-themes.gif b/EarlyBlue/browser/icons/page-themes.gif new file mode 100644 index 0000000000000000000000000000000000000000..00758e6d5d6ca81cf74ef134d461dfc2f6941b91 GIT binary patch literal 102 zcmZ?wbhEHb6krfwSjfO|=EB{yv@;N-_>+Z^i-CzjhXDvc@(fJoQ+PR#PiJh-VsgoR zSR`fNn{j@IZmO7OQ0dm7s9kqwg{;WPJ=42Zgn!Y7kbUv%Gg>$;Pdt4Rz`$S)0CwFY A=l}o! literal 0 HcmV?d00001 diff --git a/EarlyBlue/browser/icons/paste-disabled.gif b/EarlyBlue/browser/icons/paste-disabled.gif new file mode 100644 index 0000000000000000000000000000000000000000..5b3f649cd1e18e2fe5c8632cdb89b2526efd6a11 GIT binary patch literal 101 zcmZ?wbhEHb6lV}+XkcJyXlVHV|G(l-7DfgJMg|=QAOOiQFxm9UMh0sD Dr1m7! literal 0 HcmV?d00001 diff --git a/EarlyBlue/browser/icons/paste-small-disabled.gif b/EarlyBlue/browser/icons/paste-small-disabled.gif new file mode 100644 index 0000000000000000000000000000000000000000..4d5c609245c46a9335525f34f2f5933678edd3c5 GIT binary patch literal 83 zcmZ?wbhEHb6krfwXkcJyXlOWd;jZFO7DfgJMg|=QAOOiQFlqJVFKDPe9n(;F x5=8;0vxZOkv#xe%Dt6R9(^&U%<-(_Iod)XLzvkS}UtbiMH;e6LlLiBWH2|)IB~<_b literal 0 HcmV?d00001 diff --git a/EarlyBlue/browser/icons/paste.gif b/EarlyBlue/browser/icons/paste.gif new file mode 100644 index 0000000000000000000000000000000000000000..b525c6e4f73e42dc7ea8d293bd0d66c39c823325 GIT binary patch literal 123 zcmZ?wbhEHb6lV}+SjfPTmUiYp3@H9&VPs%nV$fj#0+2idlh2g?mAfCDTT~Gs*Hy@( zm~xLX+I`xR69xAl_de_PdwoahLG_{O+dqZa9-NxDTvnG^<LH;$q2X8e#?U7AOn>lkPNDGlj@h1x-7lS;54g(N?>||hl|3JMjC3BwYf^|8s z*S*j_|8WhUS-|OYw=SqVBv{n&NFPyAlDxn=)7eqQU@jY5z;aIu5jTcVt%Xq>5*@cf zrdO>{+SAE0b*36;Yuj)0Bo2R3=ZI3}n9$^6XYOL24qwCAI0k#qP`=>wK7U5H>R!em zM)uxjrI-+o_?|GA#DRo$ckDplM zEa-MN!1u!D%QMzzUEjwb@aX>0`wt%poV#0gJ>$irbJyO+zJKX?)>7-MuEt-@-~X8Y jRWJ8`AlAUfI?sE#(n6=|*D`E7l`ke7?vn5ZhOspOOmC`n literal 0 HcmV?d00001 diff --git a/EarlyBlue/browser/pref/downloads.gif b/EarlyBlue/browser/pref/downloads.gif new file mode 100644 index 0000000000000000000000000000000000000000..270af04825c7e241dd88244cb4d4720d53a5ef2e GIT binary patch literal 150 zcmZ?wbhEHbRA5kGSjfPTmUiaMg}V@>_>+Z^fq{uZhXDvc@(fJrQ~Fn)e#^gj&Xy?V zqJ2Cq`~}_YU0jkaYE7%Av2B-XZMq-p_jT{_g3XUP3-|QBmpHsr$Z?Tz=o_2m+wOE& yF-#WfdPn(q`a;i0i7pOAE=d_rF!TxZESa9B_K#vtk&Tq$iX~3+2x@U1ac$N zumUM5m(AiT3Y<iEpqY7!+KAVnm`Q3-Xi2u$ zI?)OnJE+QPw>1h}Xpu3MaEtp1;@P?Q8-TirjpBT4jRLW4+U@N?Djp*~-uzVUo8H_m Ji9TKc06XW3bRPf! diff --git a/EarlyBlue/browser/pref/pref.css b/EarlyBlue/browser/pref/pref.css index b7b51886..eae897ae 100644 --- a/EarlyBlue/browser/pref/pref.css +++ b/EarlyBlue/browser/pref/pref.css @@ -37,12 +37,6 @@ # ***** END LICENSE BLOCK ***** */ -.listBox { - margin: 2px 2px; - border: 1px inset #CCD0DD; - background-color: #FFFFFF; -} - .buttonBox { margin: 0px 3px 0px 0px !important; } @@ -79,36 +73,21 @@ #catGeneralButton { list-style-image: url("chrome://browser/skin/pref/general.gif"); } #catPrivacyButton { list-style-image: url("chrome://browser/skin/pref/privacy.gif"); } #catFeaturesbutton { list-style-image: url("chrome://browser/skin/pref/features.gif"); } +#catDownloadsButton { list-style-image: url("chrome://browser/skin/pref/downloads.gif"); } #catThemesButton { list-style-image: url("chrome://browser/skin/pref/themes.gif"); } #catExtButton { list-style-image: url("chrome://browser/skin/pref/extensions.gif"); } -#catFontsButton { list-style-image: url("chrome://browser/skin/pref/fonts.gif"); } -#catProxiesButton { list-style-image: url("chrome://browser/skin/pref/proxies.gif"); } -#catDownloadsButton { list-style-image: url("chrome://browser/skin/icons/downloads.gif"); } - -.indent { - margin-left: 23px; - margin-right: 23px; -} - -.uniWidthButton { - min-width: 8em; -} +#catAdvancedButton { list-style-image: url("chrome://browser/skin/pref/advanced.gif"); } -/** Privacy Panel Expander Box **/ -#privacyCategories { +expander { margin: 2px; - padding: 2px; -} - -.settingsContainer { - padding: 2px 0px 3px 15px; + border: 1px solid transparent; } -.expanderButton { - cursor: pointer; +#privacyCategories > expander[open="true"] { + background-color: #CCD0DD; + border: 1px solid #9999CC; } -/* Themes/Extensions Items */ .themesLink { margin-left: 0px; text-decoration: underline; @@ -119,22 +98,3 @@ .themesLink:active { color: red; } - -#previewImageContainer { - height: 93px; - padding: 1px; -} - -#previewImage { - /* remember: width/height includes border, so 2px bigger for a 1px border */ - max-width: 357px; - min-width: 357px; - max-height: 87px; - min-height: 87px; - border: 1px solid #666699; -} - -.extensionInfoArea { - background-color: #FFFFFF !important; - height: 10em; -} diff --git a/EarlyBlue/browser/pref/proxies.gif b/EarlyBlue/browser/pref/proxies.gif deleted file mode 100644 index c1bb152deb3f96e48ad8e9ef680179b2c726bcd9..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 205 zcmZ?wbhEHbRA5kGSjfPTmUiaMg}Xo!h!lUaFmf?4G3YP=0Z5*KX`V=*#_6~D4l_!a zI_6KAdXJ~*e#96KZ507%bf^>glMV zuWS?5IctfTYHHft2dcs^8Ql-B){@H9tJ)J-ao+sm)Smf{QSD^`?j zj^Jo^+~MY--ki$8ESBVPa>q+|w_~E2(?2U$97?iEPBhxFS?kfRP3)~!)=xX7l|mU9 FtO0_>+Z^i-CzjhXDvc@(fI!Q~Fn)e*3;*j=;Hw z!z`h9d9s4iJr;5_B&W7T&sr<^XRn@k;s9~*gEatrkWO>} literal 370 zcmZ?wbhEHbRA5kGXklPTOFMJs!d)HSyYFRU9`Q<;tt$BVMV9x57w_`hPm6dbi@vqk zqLH;$q2X8e#?U7AOn>lkPNDGlj@h1x-7lS;54g(N?>||hl|3JMjC3BwYf^|8s z*S*j_|8WhUS-|OYw=SqVBv{n&NFPyAlDxn=)7eqQU@jY5z;aIu5jTcVt%Xq>5*@cf zrdO>{+SAE0b*36;Yuj)0Bo2R3=ZI3}n9$^6XYOL24qwCAI0k#qP`=>wK7U5H>R!em zM)uxjrI-+o_?|GA#DRo$ckDplM zEa-MN!1u!D%QMzzUEjwb@aX>0`wt%poV#0gJ>$irbJyO+zJKX?)>7-MuEt-@-~X8Y jRWJ8`AlAUfI?sE#(n6=|*D`E7l`ke7?vn5ZhOspOOmC`n diff --git a/EarlyBlue/communicator/cookie/status-cookie.gif b/EarlyBlue/communicator/cookie/status-cookie.gif new file mode 100644 index 0000000000000000000000000000000000000000..21850c88034f3a842090301fe20d6fb3e4530a3e GIT binary patch literal 228 zcmV;-DYOY|Ns90003tHW@Tq?EC2ui07U>2 z000BA2)f+GFf>8C(o{+NSsIC!F3Z`rD;!|k@eP%VdwxmJ(FlEFaC0KGtB17ve~ zRCYp!Bzt`tP>(-yYKAr~X*DW6Vv#vohiIKUEs&CmIEYzmFr=Y3r=W$ZnXIvSl}Dm9 el(mhhxxcw1O2EV^2gk_C%FE2n&d<=v2>?4PK5J|M literal 0 HcmV?d00001 diff --git a/EarlyBlue/communicator/cookie/taskbar-cookie.gif b/EarlyBlue/communicator/cookie/taskbar-cookie.gif new file mode 100644 index 0000000000000000000000000000000000000000..25eabe499fb130d16e90c0f5ff18f25d4b5dc287 GIT binary patch literal 115 zcmZ?wbhEHb6lUOIIK;qk=EB|o|Nk>EFr=lO0W#n~@h1x-0|N_#4p52#q?Uo%!ebZr zzkW}qroD^?2dj@xTgJgyUg$h4ZE + @@ -41,4 +42,5 @@ --> + diff --git a/EarlyBlue/editor/icons/form-disabled.gif b/EarlyBlue/editor/icons/form-disabled.gif new file mode 100644 index 0000000000000000000000000000000000000000..02d6dabf9de1ef149fdd70b928dbc83fa0e57417 GIT binary patch literal 119 zcmZ?wbhEHb6k!lyXkcJyXlVHV|G(ltQRkx6#FEq$h4Rdj426)4R0VfW-v9>1pDc`A z42%pq3_t+V!oXzO)4%fcTkb`3L==AWTw8c> dywdn{*_Nuth?XT*Doxb3%hSI8EtY}78UQ$w7VrQ7 literal 0 HcmV?d00001 diff --git a/EarlyBlue/editor/icons/pinned-disabled.gif b/EarlyBlue/editor/icons/pinned-disabled.gif new file mode 100644 index 0000000000000000000000000000000000000000..a98b2b71e25260e16499040b4c90db591c4c537f GIT binary patch literal 80 zcmZ?wbhEHb6k-ryXkcJyXlVHV|G(l-7DfgJMg|=QAOOiQFsb+SuRQ&hQ>h}2Ei-c6 i#<$v;0XuwV-kjPoRqMvjwQrx6Ix19te#yg9XFs@9F4Yu`RC$$2x$;;23=gEau_xgB5t literal 0 HcmV?d00001 diff --git a/EarlyBlue/mozapps/downloads/unknownContentType.css b/EarlyBlue/mozapps/downloads/unknownContentType.css new file mode 100644 index 00000000..8411b1cc --- /dev/null +++ b/EarlyBlue/mozapps/downloads/unknownContentType.css @@ -0,0 +1,18 @@ + +#from { + margin-top: 1px; +} + +#location { + font-weight: bold; +} + +#contentTypeImage { + margin: 0px 5px 0px 0px; +} + +.small-indent { + margin-left: 15px; + margin-right: 15px; +} + diff --git a/EarlyBlue/mozapps/pref/check.gif b/EarlyBlue/mozapps/pref/check.gif new file mode 100644 index 0000000000000000000000000000000000000000..0d510637608d408b0692953f004e339e6d375f4b GIT binary patch literal 69 zcmZ?wbhEHb6krfwXkcJSOFQ%b|9{1wEQ|~cj0`#qKmd|qV3O(SUwQiNdj^vQhqQw2 WB1*G#?;cM`EU~+NWLp3ugEauW*%p8R literal 0 HcmV?d00001 diff --git a/EarlyBlue/mozapps/pref/dot.gif b/EarlyBlue/mozapps/pref/dot.gif new file mode 100755 index 0000000000000000000000000000000000000000..ae3d21f11c501de11110f4b8173ee6b53cc4eb7e GIT binary patch literal 65 zcmZ?wbhEHb6ky (Original Author) +# 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 ***** +*/ + +.listBox { + margin: 2px 2px; + border: 1px inset #CCD0DD; + background-color: #FFFFFF; +} + +.indent { + margin-left: 23px; + margin-right: 23px; +} + +.small-indent { + margin-left: 15px; +} + +.uniWidthButton { + min-width: 8em; +} + +/** Privacy/Advanced Panels Expander Boxes **/ +.settingsBox { + margin: 2px; + padding: 2px; +} + +#fileExtension { + width: 5em; +} + +#fileExtension.pluginsList { + width: 5.5em; +} + +#typeIcon, +.extensionChildren::-moz-tree-image(fileExtension), +.pluginTypesChildren::-moz-tree-image(fileExtension) { + margin: 0px 5px 0px 0px; +} + +.pluginTypesChildren::-moz-tree-image(pluginEnabled) { + margin: 0px 5px 0px 0px; + list-style-image: url(chrome://mozapps/skin/pref/dot.gif); +} + +.pluginTypesChildren::-moz-tree-image(pluginEnabled, enabled) { + margin: 0px 5px 0px 0px; + list-style-image: url(chrome://mozapps/skin/pref/check.gif); +} + +.biggerIndent { + margin-left: 28px; +} + +#typeField { + font-weight: bold; +} + +#defaultAppName { + margin-left: 6px !important; +} + -- 2.35.3