From: Robert Kaiser Date: Fri, 8 Jun 2007 15:20:06 +0000 (+0200) Subject: sync EarlyBlue mozapps with *stripe X-Git-Tag: EarlyBlue-2.0a1~21 X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=commitdiff_plain;h=49037d9b102dd33667ce0a860f02d820e5a7aeaf sync EarlyBlue mozapps with *stripe --- diff --git a/EarlyBlue/communicator/icons/communicatoricons.png b/EarlyBlue/communicator/icons/communicatoricons.png index d8187e3d..36f90465 100644 Binary files a/EarlyBlue/communicator/icons/communicatoricons.png and b/EarlyBlue/communicator/icons/communicatoricons.png differ diff --git a/EarlyBlue/global/icons/notfound.png b/EarlyBlue/global/icons/notfound.png new file mode 100644 index 00000000..a2974708 Binary files /dev/null and b/EarlyBlue/global/icons/notfound.png differ diff --git a/EarlyBlue/mozapps/extensions/about.css b/EarlyBlue/mozapps/extensions/about.css new file mode 100644 index 00000000..5b7e8cc7 --- /dev/null +++ b/EarlyBlue/mozapps/extensions/about.css @@ -0,0 +1,48 @@ +#clientBox { + background-color: #FFFFFF; + color: #000000; +} + +#extensionName { + font-size: large; + font-weight: bold; +} + +#extensionVersion { + font-weight: bold; + color: #808080; +} + +#genericAbout { + padding: 0px 0px 10px 0px; + min-height: 200px; + width: 30em; +} + +#groove { + margin-top: 0px; +} + +#clientBox { + padding: 10px; +} + +#extensionDescription { + color: #666699; +} + +.indent { + -moz-margin-start: 6px; +} + +#extensionCreator, .contributor { + margin: 0px; +} + +.sectionTitle { + border-top: 2px groove #CCD0DD; + padding: 3px 0px; + margin-top: 3px; + font-weight: bold; +} + diff --git a/EarlyBlue/mozapps/extensions/actionbuttons.png b/EarlyBlue/mozapps/extensions/actionbuttons.png new file mode 100644 index 00000000..061b6768 Binary files /dev/null and b/EarlyBlue/mozapps/extensions/actionbuttons.png differ diff --git a/EarlyBlue/mozapps/extensions/extensions.css b/EarlyBlue/mozapps/extensions/extensions.css new file mode 100644 index 00000000..9cf4d1d4 --- /dev/null +++ b/EarlyBlue/mozapps/extensions/extensions.css @@ -0,0 +1,386 @@ +#extensionManager { + background-color: #CCD0DD; +} + +#extensionsBox { + margin: 10px 10px 0px 10px; + min-width:1px; +} + +richlistbox { + border: 1px inset #CCD0DD; + margin: 0; +} + +#getMore { + text-align: right; +} + +#resizerBox { +margin-top: -12px; +} + +#resizerBox resizer { + height: 10px; + max-height: 10px; +} + +.notification-inner { + border: none; + border-bottom: 1px solid #9999CC; +} + +/* Command Bar */ +#commandBarBottom { + margin: 10px 10px 5px 10px; + min-width: 1px; +} + +#commandBarBottom button { + margin: 0; + list-style-image: url("chrome://mozapps/skin/extensions/actionbuttons.png"); + -moz-margin-end: 5px; +} + +#commandBarBottom button .button-icon { + margin-top: 0px; + margin-bottom: 0px; + -moz-margin-start: 0px; + -moz-margin-end: 5px; +} + +#installFileButton, #installUpdatesAllButton { + -moz-image-region: rect(0px, 84px, 21px, 63px); +} + +#installFileButton[disabled="true"], +#installUpdatesAllButton[disabled="true"] { + -moz-image-region: rect(21px, 84px, 42px, 63px); +} + +#checkUpdatesAllButton { + -moz-image-region: rect(0px, 63px, 21px, 42px); +} +#checkUpdatesAllButton[disabled="true"] { + -moz-image-region: rect(21px, 63px, 42px, 42px); +} + +#restartAppButton { + -moz-image-region: rect(0px, 42px, 21px, 21px); +} + +#restartAppButton[disabled="true"] { + -moz-image-region: rect(21px, 42px, 42px, 21px); +} + +/* these skip/continue icons don't make sense. it's just a placeholder. */ +#skipDialogButton { + -moz-image-region: rect(0px, 42px, 21px, 21px); +} + +#skipDialogButton[disabled="true"] { + -moz-image-region: rect(21px, 42px, 42px, 21px); +} + +#continueDialogButton { + -moz-image-region: rect(0px, 42px, 21px, 21px); +} + +#continueDialogButton[disabled="true"] { + -moz-image-region: rect(21px, 42px, 42px, 21px); +} + +/* List Items */ +richlistitem { + padding-top: 6px; + padding-bottom: 6px; + -moz-padding-start: 7px; + -moz-padding-end: 7px; + min-height: 25px; + border-bottom: 1px dotted #666699; +} + +richlistitem[isDisabled="true"] .addonIcon { + opacity: 0.3; +} + +richlistitem[isDisabled="true"] { + color: #808080; +} + +richlistitem[selected="true"] { + background-color: #CCD0DD; + color: #000000; +} + +richlistbox[focused] richlistitem[selected="true"] { + background-color: #336699; + color: #FFFFFF; +} + +richlistbox[focused] richlistitem[selected="true"][isDisabled="true"] { + background-color: #666699; + color: #FFFFFF; +} + +.descriptionWrap { + margin-bottom: 2px; +} + +richlistitem[selected="true"][opType="none"] .descriptionCrop { + display: none; +} + +.addonName { + font-weight: bold; +} + +.addonIcon { + -moz-margin-end: 2px; +} + +.previewText { + font-size: larger; + font-weight: bold; + color: #000000; + text-align: center; +} + +#themePreviewArea { + border: 1px inset #CCD0DD; + background-color: #FFFFFF; + color: #000000; + overflow: auto; + width: 0px; +} + +#themeSplitter { + border-width: 0; +} + +.addonIcon { + width: 32px; + max-width: 32px; + height: 32px; + max-height: 32px; +} + +richlistitem .updateBadge, +richlistitem .notifyBadge { + width: 16px; + height: 16px; + list-style-image: url("chrome://mozapps/skin/extensions/notifyBadges.png"); +} + +richlistitem .updateBadge, +richlistitem .notifyBadge { + margin-bottom: -3px; +} + +richlistitem .updateBadge { + -moz-margin-end: -2px; +} + +richlistitem .notifyBadge { + -moz-margin-start: -2px; +} + +richlistitem[availableUpdateURL="none"] .updateBadge, +.notifyBadge { + display: none; +} + +richlistitem[compatible="false"] .notifyBadge, +richlistitem[blocklisted="true"] .notifyBadge, +richlistitem[satisfiesDependencies="false"] .notifyBadge { + display: -moz-box; +} + + +/* Selected Add-on buttons */ +.selectedButtons { + margin-top: 4px; + min-height: 2.1em; +} + +.selectedButtons button { + margin-top: 0; + margin-bottom: 0; +} + +.optionsButton, .useThemeButton { + -moz-margin-end: 0; +} + +.enableButton, .disableButton { + -moz-margin-start: 5px; + -moz-margin-end: 0; +} + +.uninstallButton, .cancelUninstallButton { + -moz-margin-start: 5px; +} + +.enableHide, +.uninstallShow, +richlistitem[isDisabled="true"] .disableHide { + display: none; +} + +richlistitem[opType="needs-uninstall"] .uninstallShow, +richlistitem[opType="needs-enable"] .enableShow, +richlistitem[opType="needs-disable"] .disableShow, +richlistitem[isDisabled="true"] .disableShow { + display: -moz-box; +} + +richlistitem[opType="needs-uninstall"] .uninstallHide, +richlistitem[opType="needs-enable"] .enableHide, +richlistitem[opType="needs-disable"] .disableHide { + display: none; +} + +richlistitem[type="2"] .themeButton, +richlistitem[type="8"] .themeButton, +richlistitem[type="16"] .themeButton, +richlistitem[type="4"] .optionsButton, +richlistitem[type="8"] .optionsButton, +richlistitem[type="16"] .optionsButton, +richlistitem[type="4"] .disableShow, +richlistitem[type="4"] .disableHide { + display: none; +} + +/* Selected Add-on status messages and images */ +richlistitem[compatible="true"] .incompatibleBox, +richlistitem[satisfiesDependencies="true"] .needsDependenciesBox, +richlistitem[blocklisted="false"] .blocklistedBox, +richlistitem[opType="needs-uninstall"] .blocklistedBox, +richlistitem[opType="needs-uninstall"] .incompatibleBox, +richlistitem[opType="needs-uninstall"] .needsDependenciesBox, +richlistitem[opType="needs-uninstall"] .blocklistedBox { + display: none; +} + +richlistitem[opType="needs-uninstall"] .updateAvailableBox, +richlistitem[availableUpdateURL="none"] .updateAvailableBox { + display: none; +} + +richlistitem[loading="true"] .updateBadge { + display: -moz-box; + width: 16px; + height: 16px; + margin-bottom: -3px; + -moz-margin-end: -2px; + list-style-image: url("chrome://global/skin/icons/loading.gif"); + -moz-image-region: auto; +} + +.addonThrobber { + -moz-margin-start: 5px; + width: 16px; + height: 16px; + list-style-image: url("chrome://global/skin/icons/loading.gif"); +} + +.selectedStatusMsgs hbox { + margin-top: 2px; + margin-bottom: 2px; +} + +.selectedStatusMsgs label { + font-weight: bold; +} + +.selectedStatusMsgs label.text-link { + font-weight: normal; + border: none; +} + +.needsInstall, .needsUninstall, .needsEnable, .needsDisable { + display: none; +} + +richlistitem[opType="needs-install"] .needsInstall, +richlistitem[opType="needs-uninstall"] .needsUninstall, +richlistitem[opType="needs-enable"] .needsEnable, +richlistitem[opType="needs-disable"] .needsDisable { + display: -moz-box; +} + +richlistitem[opType="needs-uninstall"] .updateBadge, +richlistitem[opType="needs-uninstall"] .notifyBadge { + display: none; +} + +#progressBox { + padding: 5px 5px 5px 5px; +} + +#progressBox > hbox { + -moz-box-align: center; +} + +/* View buttons */ +.viewSelector { + border-bottom: 1px solid #9999CC; + margin: 0px; + -moz-padding-start: 10px; + background-color: #CCD0DD; + color: #000000; +} + +#viewGroup radio { + margin: 0px 1px 0px 1px; + padding: 1px 3px 1px 3px; + min-width: 4.5em; + list-style-image: url("chrome://mozapps/skin/extensions/viewButtons.png"); + border: 1px solid transparent; +} + +#viewGroup radio:hover { + border: 1px outset #CCD0DD; +} + +#viewGroup radio[selected="true"] { + border: 1px inset #CCD0DD; +} + +.viewButtonIcon { + width: 32px; + height: 32px; +} + +radio#extensions-view { + -moz-image-region: rect(0px, 32px, 32px, 0px) +} + +radio#themes-view { + -moz-image-region: rect(0px, 64px, 32px, 32px) +} + +radio#locales-view { + -moz-image-region: rect(0px, 96px, 32px, 64px) +} + +radio#plugins-view { + -moz-image-region: rect(0px, 128px, 32px, 96px) +} + +radio#updates-view { + -moz-image-region: rect(0px, 160px, 32px, 128px) +} + +radio#installs-view { + -moz-image-region: rect(0px, 192px, 32px, 160px) +} + +/* Update view checkbox */ +.includeUpdate { + -moz-user-focus: none; +} + +richlistitem[selected="true"] .includeUpdate { + -moz-user-focus: normal; +} diff --git a/EarlyBlue/mozapps/extensions/itemDisabledFader.png b/EarlyBlue/mozapps/extensions/itemDisabledFader.png new file mode 100644 index 00000000..1b6caef5 Binary files /dev/null and b/EarlyBlue/mozapps/extensions/itemDisabledFader.png differ diff --git a/EarlyBlue/mozapps/extensions/itemEnabledFader.png b/EarlyBlue/mozapps/extensions/itemEnabledFader.png new file mode 100644 index 00000000..ff9fbe83 Binary files /dev/null and b/EarlyBlue/mozapps/extensions/itemEnabledFader.png differ diff --git a/EarlyBlue/mozapps/extensions/notifyBadges.png b/EarlyBlue/mozapps/extensions/notifyBadges.png new file mode 100644 index 00000000..a78029c1 Binary files /dev/null and b/EarlyBlue/mozapps/extensions/notifyBadges.png differ diff --git a/EarlyBlue/mozapps/extensions/question.png b/EarlyBlue/mozapps/extensions/question.png new file mode 100644 index 00000000..6d35a558 Binary files /dev/null and b/EarlyBlue/mozapps/extensions/question.png differ diff --git a/EarlyBlue/mozapps/extensions/themeGeneric.png b/EarlyBlue/mozapps/extensions/themeGeneric.png new file mode 100644 index 00000000..28552cb0 Binary files /dev/null and b/EarlyBlue/mozapps/extensions/themeGeneric.png differ diff --git a/EarlyBlue/mozapps/extensions/update.css b/EarlyBlue/mozapps/extensions/update.css new file mode 100644 index 00000000..5a21c4c2 --- /dev/null +++ b/EarlyBlue/mozapps/extensions/update.css @@ -0,0 +1,23 @@ +#alert { + list-style-image: url("chrome://mozapps/skin/update/update.png"); +} + +.throbber { + list-style-image: url("chrome://global/skin/icons/loading.gif"); + width: 16px; + height: 16px; + margin-top: 5px; + margin-bottom: 5px; + -moz-margin-start: 5px; + -moz-margin-end: 2px; +} + +.alertBox { + background-color : #FFFFCC; + color: #000000; + border: 0px solid transparent; + border-bottom: 1px solid #9999CC; + margin-left: 3px; + margin-right: 3px; + padding: 5px; +} diff --git a/EarlyBlue/mozapps/extensions/viewButtons.png b/EarlyBlue/mozapps/extensions/viewButtons.png new file mode 100644 index 00000000..3bfececc Binary files /dev/null and b/EarlyBlue/mozapps/extensions/viewButtons.png differ diff --git a/EarlyBlue/mozapps/places/defaultFavicon.png b/EarlyBlue/mozapps/places/defaultFavicon.png new file mode 100644 index 00000000..7275c309 Binary files /dev/null and b/EarlyBlue/mozapps/places/defaultFavicon.png differ diff --git a/EarlyBlue/mozapps/plugins/missingPlugin.css b/EarlyBlue/mozapps/plugins/missingPlugin.css new file mode 100644 index 00000000..08540ed1 --- /dev/null +++ b/EarlyBlue/mozapps/plugins/missingPlugin.css @@ -0,0 +1,37 @@ +/* + * This file's style only applies to broken objects, not the rest + * of the page. + */ + +@namespace html url(http://www.w3.org/1999/xhtml); + +html|object > *|*, +html|embed > *|*, +html|applet > *|* { + width: inherit; + height: inherit; +} + +html|a { + text-align: -moz-center; + display: inline-block; + /* overflow:hidden makes baseline vertical-alignment act like plugins */ + overflow: hidden; + vertical-align: inherit; + border: 1px outset; + padding: 5px; + font-size: 12px; + font-family: sans-serif; + background: #FFFFFF; + -moz-user-select: none; + text-decoration: none; + color: #000000; +} + +#missingPluginPlaceholder { + list-style-image: url("chrome://mozapps/skin/xpinstall/xpinstallItemGeneric.png"); + display: block; + border: 0px; + width: 32px; + height: 32px; +} diff --git a/EarlyBlue/mozapps/plugins/pluginInstallerWizard.css b/EarlyBlue/mozapps/plugins/pluginInstallerWizard.css new file mode 100644 index 00000000..1cba7dc5 --- /dev/null +++ b/EarlyBlue/mozapps/plugins/pluginInstallerWizard.css @@ -0,0 +1,8 @@ +#licenseContainer, #pluginList { + -moz-appearance: listbox; + margin: 2px 4px; + border: 1px inset #CCD0DD; + background-color: #FFFFFF; + color: #000000; +} + diff --git a/EarlyBlue/mozapps/pref/check.gif b/EarlyBlue/mozapps/pref/check.gif index 0d510637..ce2ec61f 100644 Binary files a/EarlyBlue/mozapps/pref/check.gif and b/EarlyBlue/mozapps/pref/check.gif differ diff --git a/EarlyBlue/mozapps/pref/dot.gif b/EarlyBlue/mozapps/pref/dot.gif old mode 100755 new mode 100644 index ae3d21f1..711a41c3 Binary files a/EarlyBlue/mozapps/pref/dot.gif and b/EarlyBlue/mozapps/pref/dot.gif differ diff --git a/EarlyBlue/mozapps/pref/pref.css b/EarlyBlue/mozapps/pref/pref.css index cac386ff..df29b8c4 100644 --- a/EarlyBlue/mozapps/pref/pref.css +++ b/EarlyBlue/mozapps/pref/pref.css @@ -50,7 +50,7 @@ } .small-indent { - margin-left: 15px; + margin-left: 15px; } .uniWidthButton { @@ -64,14 +64,14 @@ } #fileExtension { - width: 5em; + width: 5em; } #fileExtension.pluginsList { - width: 5.5em; + width: 5.5em; } -#typeIcon, +#typeIcon, .extensionChildren::-moz-tree-image(fileExtension), .pluginTypesChildren::-moz-tree-image(fileExtension) { margin: 0px 5px 0px 0px; @@ -79,23 +79,23 @@ .pluginTypesChildren::-moz-tree-image(pluginEnabled) { margin: 0px 5px 0px 0px; - list-style-image: url(chrome://mozapps/skin/pref/dot.gif); + 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); + list-style-image: url("chrome://mozapps/skin/pref/check.gif"); } .biggerIndent { - margin-left: 28px; + margin-left: 28px; } #typeField { - font-weight: bold; + font-weight: bold; } #defaultAppName { - margin-left: 6px !important; + margin-left: 6px !important; } diff --git a/EarlyBlue/mozapps/profile/profileSelection.css b/EarlyBlue/mozapps/profile/profileSelection.css new file mode 100644 index 00000000..0016db7c --- /dev/null +++ b/EarlyBlue/mozapps/profile/profileSelection.css @@ -0,0 +1,52 @@ +/* ***** 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 new Mozilla XUL toolkit. + * + * The Initial Developer of the Original Code is + * Benjamin Smedberg + * Portions created by the Initial Developer are Copyright (C) 2004 + * the Initial Developer. All Rights Reserved. + * + * Contributor(s): + * + * 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 ***** */ + + +@import url("chrome://global/skin/global.css"); + +@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); + +#profiles > listitem { + list-style-image: url("chrome://mozapps/skin/profile/profileicon.png"); +} + +box#managebuttons > button { + min-width: 8em; +} + +#managebuttons { + padding-top: 1em; +} diff --git a/EarlyBlue/mozapps/profile/profileicon.png b/EarlyBlue/mozapps/profile/profileicon.png new file mode 100644 index 00000000..93a5687d Binary files /dev/null and b/EarlyBlue/mozapps/profile/profileicon.png differ diff --git a/EarlyBlue/mozapps/shared/richview.css b/EarlyBlue/mozapps/shared/richview.css new file mode 100644 index 00000000..2b2e2ffc --- /dev/null +++ b/EarlyBlue/mozapps/shared/richview.css @@ -0,0 +1,11 @@ +/* Generic RichView */ + +view { + margin: 10px 10px 5px 10px; + -moz-user-focus: normal; + background-color: #CCD0DD; +} + +.richviewInner { + padding: 0px; +} diff --git a/EarlyBlue/mozapps/shared/richview.xml b/EarlyBlue/mozapps/shared/richview.xml new file mode 100644 index 00000000..551362ff --- /dev/null +++ b/EarlyBlue/mozapps/shared/richview.xml @@ -0,0 +1,20 @@ + + + + + + + + + + + + + + + + + diff --git a/EarlyBlue/mozapps/update/update.png b/EarlyBlue/mozapps/update/update.png new file mode 100644 index 00000000..b46114a3 Binary files /dev/null and b/EarlyBlue/mozapps/update/update.png differ diff --git a/EarlyBlue/mozapps/update/updates.css b/EarlyBlue/mozapps/update/updates.css new file mode 100644 index 00000000..c93e89bd --- /dev/null +++ b/EarlyBlue/mozapps/update/updates.css @@ -0,0 +1,171 @@ +/** + * General + */ +.wizard-button[dlgtype="finish"] { + font-weight: bold; +} + +link { + color: blue; + border: 1px solid transparent; + margin-top: 1px; + margin-bottom: 4px; + -moz-margin-start: 5px; + -moz-margin-end: 5px; + text-decoration: underline !important; +} + +link > label { + margin: 0px; + padding: 1px; + text-decoration: underline !important; +} + +link:hover:active { + color: red; +} + +link:focus { + border: 1px dotted black; +} + +/** + * License Page + */ +license { + margin-top: 1px; + margin-bottom: 2px; + -moz-margin-start: 6px; + -moz-margin-end: 5px; + -moz-appearance: listbox; + padding-bottom: 1px; +} + +.loadingBox { + padding: 3px 5px 3px 5px; +} +.licenseLoadingThrobber { + margin-top: 3px; +} +.licenseLoadingThrobber[state="loading"] { + list-style-image: url("chrome://global/skin/icons/loading.gif"); +} +.licenseLoadingThrobber[state="error"] { + list-style-image: url("chrome://global/skin/icons/notfound.png"); +} + +/** + * Update Found Page + */ +#moreDetails { + margin: 1px 5px 4px 3px; +} + +wizard[currentpageid="updatesfound"] .wizard-button[dlgtype="next"] { + font-weight: bold; +} + +wizard[currentpageid="updatesfound"] .wizard-button[dlgtype="next"] > .button-box { + padding-left: 15px; + padding-right: 15px; +} + +#updateForMoreInfo { + margin-left: 5px; +} + +#updateName, #updateFinishedName { + font-weight: bold; + font-size: larger; +} + +#alertImage { + list-style-image: url("chrome://global/skin/icons/alert-exclam.gif"); + margin-right: 5px; +} + +#incompatibleWarning { + background-color : #FFFFCC; + color: #000000; + border: 1px outset #CCD0DD; + padding: 3px; + margin: 1px 5px 4px 5px; +} + +/** + * Downloading Page + */ +#downloadName { + margin-top: 3px; +} + +#downloadStatus { + margin-top: 6px; + height: 3em !important; +} +#downloadThrobber { + margin: 5px 3px 0px 5px; + list-style-image: url("chrome://global/skin/filepicker/blank.gif"); +} +#downloadThrobber[state="loading"] { + list-style-image: url("chrome://global/skin/icons/loading.gif"); +} +#downloadStatusLine { + -moz-box-align: start; +} + +#verificationFailedIcon { + list-style-image: url("chrome://global/skin/icons/notfound.png"); + margin: 5px 3px 0px 5px; +} + +/** + * Error Page + */ +#errorReason { + margin-top: 1px; + margin-bottom: 2px; + -moz-margin-start: 6px !important; + -moz-margin-end: 5px; + font-weight: bold; +} + +/** + * Update History Window + */ +update { + border-bottom: 1px dotted #666699; +} + +.update-name { + font-weight: bold; +} + +.update-label-column { + -moz-box-align: end; +} + +.update-details-link { + margin: 0px; +} + +.update-type { + font-weight: bold; + color: #990000; +} + +#historyItems { + height: 200px; + margin: 1px 5px 4px 5px; +} + +#historyItems > scrollbox { + margin-bottom: 1px; +} + +.updatePrefsInfo { + font-size: smaller; + margin-left: 27px; + margin-bottom: 10px; +} + diff --git a/EarlyBlue/mozapps/update/warning.gif b/EarlyBlue/mozapps/update/warning.gif new file mode 100644 index 00000000..309543fc Binary files /dev/null and b/EarlyBlue/mozapps/update/warning.gif differ diff --git a/EarlyBlue/mozapps/xpinstall/xpinstallConfirm.css b/EarlyBlue/mozapps/xpinstall/xpinstallConfirm.css new file mode 100644 index 00000000..99ce3860 --- /dev/null +++ b/EarlyBlue/mozapps/xpinstall/xpinstallConfirm.css @@ -0,0 +1,63 @@ +.listbox { +} + +#itemList { + margin: 10px 4px 10px 4px; + border: 1px inset #CCD0DD; + background-color: #FFFFFF; + color: #000000; +} + +#dialogContentBox { + padding: 5px; +} + +installitem { + padding-top: 5px; + padding-bottom: 5px; + -moz-padding-start: 5px; + -moz-padding-end: 0px; + border-bottom: 1px dotted #666699; + margin-bottom: 5px; +} + +.warning { + font-weight: bold; +} + +.xpinstallItemIcon { + width: 32px; + height: 32px; + max-width: 32px !important; + max-height: 32px !important; + -moz-margin-end: 5px; +} + +.xpinstallItemName { + font-weight: bold; +} + +.xpinstallItemSigned { + font-style: italic; +} + +.xpinstallItemSigned[signed=false] { + color: #ED1C24; + font-style: normal; + font-weight: bold; +} + +.xpinstallItemNameRow { + padding-bottom: 3px; +} + +.xpinstallItemURL { + -moz-appearance: none; + border: none; + background-color: #FFFFFF; + color: #000000; +} + +.xpinstallItemIcon { + list-style-image: url("chrome://mozapps/skin/xpinstall/xpinstallItemGeneric.png"); +} diff --git a/EarlyBlue/mozapps/xpinstall/xpinstallItemGeneric.png b/EarlyBlue/mozapps/xpinstall/xpinstallItemGeneric.png new file mode 100644 index 00000000..66893f9d Binary files /dev/null and b/EarlyBlue/mozapps/xpinstall/xpinstallItemGeneric.png differ