From cfae8c7415f63c4e1fb5a13876f22ee0881b76ec Mon Sep 17 00:00:00 2001 From: Robert Kaiser Date: Sat, 29 Nov 2008 01:46:52 +0100 Subject: [PATCH] update LCARStrek changes for toolkit winstripe changes between 2008-09-21 and 2008-11-28 --- EarlyBlue/global/dirListing/dirListing.css | 2 +- EarlyBlue/global/richlistbox.css | 2 +- EarlyBlue/global/toolbarbutton.css | 2 +- LCARStrek/global/autocomplete.css | 16 +- LCARStrek/global/commonDialog.css | 0 LCARStrek/global/formatting.css | 214 ------------------- LCARStrek/global/global.css | 141 +++++++++++- LCARStrek/global/groupbox.css | 7 + LCARStrek/global/notification.css | 4 - LCARStrek/global/popup.css | 6 - LCARStrek/global/scrollbars.css | 4 +- LCARStrek/global/textbox.css | 5 +- LCARStrek/global/toolbarbutton.css | 3 +- LCARStrek/global/wizard.css | 8 +- LCARStrek/help/help.css | 4 - LCARStrek/mozapps/extensions/blocklist.css | 16 ++ LCARStrek/mozapps/extensions/extensions.css | 6 +- LCARStrek/mozapps/plugins/missingPlugin.css | 23 +- LCARStrek/mozapps/plugins/pluginBlocked.png | Bin 0 -> 267 bytes LCARStrek/mozapps/plugins/pluginDisabled.png | Bin 0 -> 265 bytes LCARStrek/mozapps/plugins/pluginGeneric.png | Bin 319 -> 237 bytes LCARStrek/mozapps/update/updates.css | 91 +++++--- LCARStrek/mozapps/update/warning.gif | Bin 99 -> 0 bytes 23 files changed, 268 insertions(+), 286 deletions(-) create mode 100644 LCARStrek/global/commonDialog.css delete mode 100644 LCARStrek/global/formatting.css create mode 100644 LCARStrek/mozapps/extensions/blocklist.css create mode 100644 LCARStrek/mozapps/plugins/pluginBlocked.png create mode 100644 LCARStrek/mozapps/plugins/pluginDisabled.png delete mode 100644 LCARStrek/mozapps/update/warning.gif diff --git a/EarlyBlue/global/dirListing/dirListing.css b/EarlyBlue/global/dirListing/dirListing.css index aa447b91..b5826dfb 100644 --- a/EarlyBlue/global/dirListing/dirListing.css +++ b/EarlyBlue/global/dirListing/dirListing.css @@ -103,7 +103,7 @@ th:hover > a { tbody > tr:hover { outline: 1px solid #808080; - -moz-outline-radius: .3em; + outline-radius: .3em; } /* let 'Size' and 'Last Modified' take only as much space as they need and 'Name' all the rest */ diff --git a/EarlyBlue/global/richlistbox.css b/EarlyBlue/global/richlistbox.css index 05264d37..80188a1c 100644 --- a/EarlyBlue/global/richlistbox.css +++ b/EarlyBlue/global/richlistbox.css @@ -62,7 +62,7 @@ richlistbox:focus > richlistitem[selected="true"] { richlistbox[seltype="multiple"]:focus > richlistitem[current="true"] { outline: 1px dotted #666699; - -moz-outline-offset: -1px; + outline-offset: -1px; } richlistbox[seltype="multiple"]:focus > richlistitem[current="true"][selected="true"] { diff --git a/EarlyBlue/global/toolbarbutton.css b/EarlyBlue/global/toolbarbutton.css index 23f6b719..f3f13b76 100644 --- a/EarlyBlue/global/toolbarbutton.css +++ b/EarlyBlue/global/toolbarbutton.css @@ -71,7 +71,7 @@ toolbarbutton.tabbable { toolbarbutton:focus { outline: 1px dotted #666699; - -moz-outline-offset: -1px; + outline-offset: -1px; } /* diff --git a/LCARStrek/global/autocomplete.css b/LCARStrek/global/autocomplete.css index 1576f0bf..84fc9f54 100644 --- a/LCARStrek/global/autocomplete.css +++ b/LCARStrek/global/autocomplete.css @@ -44,30 +44,26 @@ /* ::::: autocomplete ::::: */ -textbox { +/* .padded is used by autocomplete widgets that don't have an icon. Gross. -dwh */ +textbox:not(.padded) { cursor: default; padding: 0px; -moz-border-radius: 3px; } -/* Used by autocomplete widgets that don't have an icon. Gross. -dwh */ -textbox.padded { - padding-top: 1px; - padding-bottom: 1px; - -moz-padding-start: 2px; - -moz-padding-end: 0px; +textbox[nomatch="true"][highlightnonmatches="true"] { + color: red; } .autocomplete-textbox-container { -moz-box-align: center; } -textbox[nomatch="true"][highlightnonmatches="true"] { - color: red; +textbox:not(.padded) .textbox-input-box { + margin: 0 3px; } .textbox-input-box { - margin: 0 3px; -moz-box-align: center; -moz-border-radius: 3px; } diff --git a/LCARStrek/global/commonDialog.css b/LCARStrek/global/commonDialog.css new file mode 100644 index 00000000..e69de29b diff --git a/LCARStrek/global/formatting.css b/LCARStrek/global/formatting.css deleted file mode 100644 index f23264e9..00000000 --- a/LCARStrek/global/formatting.css +++ /dev/null @@ -1,214 +0,0 @@ -/* ***** 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 "Classic" theme of mozilla.org code. - * - * The Initial Developer of the Original Code is - * the Mozilla Organization. - * Portions created by the Initial Developer are Copyright (C) 1998-2001 - * the Initial Developer. All Rights Reserved. - * - * Contributor(s): - * 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 ***** */ - -@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); - -/* inset areas */ -.inset { -/* border: 1px inset #FF9F00; - margin: 0px 5px 5px 5px; */ -} - -.box-inset { - -moz-border-radius: 3px; - margin: 2px 4px; - border: 1px solid #9C9CFF; - background-color: #000000; - color: #FF9F00; -} - -/* formatting */ -.groove-top { - border-top: 2px groove #FF9F00; -} - -.groove-right { - border-right: 2px groove #FF9F00; -} - -.groove-left { - border-left: 2px groove #FF9F00; -} - -.groove-bottom { - border-bottom: 2px groove #FF9F00; -} - -.outset { -/* border: 1px outset #FF9F00; */ -} - -.outset-top-bottom { -/* border-top: 1px outset #FF9F00; - border-bottom: 1px outset #FF9F00; */ -} - -/** separator rules **/ -/* standard separators */ -separator, separator[orient="horizontal"] { - height: 1.5em; -} - -separator[orient="vertical"] { - width: 1.5em; -} - -/* thinner separators (50% size) */ -separator.thin, separator.thin[orient="horizontal"] { - height: 0.5em; -} - -separator.thin[orient="vertical"] { - width: 0.5em; -} - -/* groove separators (50% size) */ -separator.groove, -separator.groove[orient="horizontal"] { - border-top: 2px groove #FF9F00; - height: 0px; - margin-top: 0.4em; - margin-bottom: 0.4em; -} - -separator.groove[orient="vertical"] { - border-left: 2px groove #FF9F00; - margin-left: 0.4em; - margin-right: 0.4em; -} - -/* groove separators (0 padding, for dividing effects) */ -separator.groove-thin { - border-top: 2px groove #FF9F00; - height: 0px; -} - -separator[orient="vertical"].groove-thin { - border-left: 2px groove #FF9F00; -} - -/** text formatting rules **/ -/** Reduced Margin for some UI **/ -.small-margin { - margin: 0px 1px; -} - -.plain { - margin: 0px !important; - border: none; - padding: 0px; -} - -label[disabled="true"] { - color: #8050B0; -} - -description, label { - cursor: default; - margin: 1px 3px; -} - -description { -/* margin: 1px 5px 4px 5px; */ -} - -label { -/* - margin-top: 1px; - margin-bottom: 2px; - -moz-margin-start: 6px; - -moz-margin-end: 5px; -*/ -} - -.header { - font-weight: bold; -} - -.larger-text { - font-size: larger; -} - -.smaller-text { - font-size: smaller; -} - -.monospace { - font-family: monospace; -} - -.indent { -/* margin-left: 23px; */ - margin-left: 15px; -} - -.box-padded { - padding: 5px; -} - -.spaced { - margin: 1px 3px; -} - -.wizard-box { - padding: 15px 35px 10px 35px; -} - -.caption-text { - margin: 0px 2px 0px 1px !important; -} - -/* class for text with a 'link' appearance */ -.text-link { - color: blue; - text-decoration: underline; - cursor: pointer; -} - -.text-link:focus { - color: red; - /* Don't specify the outline-color, we should always use initial value. */ - outline: 1px dotted; -} - -.text-link:hover:active { - color: red; -} - -.text-link[visited="true"] { - color: purple; -} diff --git a/LCARStrek/global/global.css b/LCARStrek/global/global.css index b0da51ee..d8c0b162 100644 --- a/LCARStrek/global/global.css +++ b/LCARStrek/global/global.css @@ -42,8 +42,6 @@ /* all localizable skin settings shall live here */ @import url("chrome://global/locale/intl.css"); -@import url("chrome://global/skin/formatting.css"); - @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* ::::: XBL bindings ::::: */ @@ -109,10 +107,6 @@ window.dialog { padding: 8px 10px 10px 8px; } -[wait-cursor] { - cursor: wait !important; -} - /* ::::: alert icons :::::*/ .message-icon, @@ -191,20 +185,149 @@ statusbarpanel { padding: 0px; } -.statusbarpanel-iconic, .statusbarpanel-iconic-text, .statusbarpanel-menu-iconic { - padding: 0px 1px 0px 1px; +.statusbarpanel-iconic, +.statusbarpanel-iconic-text, +.statusbarpanel-menu-iconic { + padding: 0px 1px; } resizer[dir="bottomright"] { cursor: se-resize; } -/* ::::: miscellaneous ::::: */ +window:not([active="true"]) menubar > menu { + color: #8050B0; +} .toolbar-focustarget { -moz-user-focus: ignore !important; } +/* ::::: miscellaneous formatting ::::: */ + +.inset { +/* border: 1px inset #FF9F00; + margin: 0px 5px 5px 5px; */ +} + +.outset { +/* border: 1px outset #FF9F00; */ +} + +/* separators */ +separator:not([orient="vertical"]) { + height: 1.5em; +} + +separator[orient="vertical"] { + width: 1.5em; +} + +separator.thin:not([orient="vertical"]) { + height: 0.5em; +} + +separator.thin[orient="vertical"] { + width: 0.5em; +} + +separator.groove:not([orient="vertical"]) { + border-top: 2px groove #FF9F00; + height: 0px; + margin-top: 0.4em; + margin-bottom: 0.4em; +} + +separator.groove[orient="vertical"] { + border-left: 2px groove #FF9F00; + margin-left: 0.4em; + margin-right: 0.4em; +} + +/* groove separators (0 padding, for dividing effects) */ +separator.groove-thin { + border-top: 2px groove #FF9F00; + height: 0px; +} + +separator[orient="vertical"].groove-thin { + border-left: 2px groove #FF9F00; +} + +.small-margin { + margin: 0px 1px; +} + +.plain { + margin: 0px !important; + border: none; + padding: 0px; +} + +description, label { + cursor: default; + margin: 1px 3px; +} + +label[disabled="true"] { + color: #8050B0; +} + +description { +/* margin-bottom: 4px; */ +} + +.tooltip-label { + margin: 0px; +} + +.header { + font-weight: bold; +} + +.monospace { + font-family: monospace; +} + +.indent { +/* margin-left: 23px; */ + margin-left: 15px; +} + +.box-padded { + padding: 5px; +} + +.spaced { + margin: 1px 3px; +} + +.wizard-box { + padding: 15px 35px 10px 35px; +} + +.text-link { + color: blue; + text-decoration: underline; + cursor: pointer; +} + +.text-link:focus { + color: red; + /* Don't specify the outline-color, we should always use initial value. */ + outline: 1px dotted; +} + +.text-link:hover:active { + color: red; +} + +.text-link[visited="true"] { + color: purple; +} + + + /* :::::: autoscroll popup ::::: */ #autoscroller { diff --git a/LCARStrek/global/groupbox.css b/LCARStrek/global/groupbox.css index 44e3d172..8277b85b 100644 --- a/LCARStrek/global/groupbox.css +++ b/LCARStrek/global/groupbox.css @@ -61,3 +61,10 @@ caption { background-color: #9C9CFF; color: #000000; } + +.caption-text { + margin-top: 0; + margin-bottom: 0; + -moz-margin-start: 1px; + -moz-margin-end: 2px; +} diff --git a/LCARStrek/global/notification.css b/LCARStrek/global/notification.css index d0d74660..4db2ae77 100644 --- a/LCARStrek/global/notification.css +++ b/LCARStrek/global/notification.css @@ -39,10 +39,6 @@ notification[type="critical"] .messageImage { -moz-margin-start: 5px; } -.messageButton { - margin: 0px 5px 0px 5px; -} - .messageCloseButton { list-style-image: url("chrome://global/skin/icons/close-button.gif"); padding: 4px 2px; diff --git a/LCARStrek/global/popup.css b/LCARStrek/global/popup.css index 3d3fd19f..cfd00c68 100644 --- a/LCARStrek/global/popup.css +++ b/LCARStrek/global/popup.css @@ -62,12 +62,6 @@ tooltip { max-width: 40em; } -.tooltip-label { - border: 0px; - padding: 0px; - margin: 0px !important; -} - tooltip[titletip="true"] { /* See bug 32157 comment 128 * margin: -2px 0px 0px -3px; diff --git a/LCARStrek/global/scrollbars.css b/LCARStrek/global/scrollbars.css index f7d8bd6d..0109fca8 100644 --- a/LCARStrek/global/scrollbars.css +++ b/LCARStrek/global/scrollbars.css @@ -226,7 +226,7 @@ scrollbar[orient="vertical"] > scrollbarbutton[type="decrement"][disabled="true" /* ::::: scrollbar button ::::: */ html|div scrollbarbutton { - background: -moz-Dialog no-repeat 0px 1px; + background: -moz-Dialog no-repeat 50% 50%; min-width: 16px; min-height: 16px; } @@ -237,7 +237,7 @@ scrollbar[orient="vertical"] > scrollbarbutton[type="decrement"][disabled="true" -moz-border-right-colors: ThreeDShadow -moz-Dialog; -moz-border-bottom-colors: ThreeDShadow -moz-Dialog; -moz-border-left-colors: ThreeDShadow -moz-Dialog; - background-position: 1px 2px; + background-position: 60% 60%; } /* ..... increment .... */ diff --git a/LCARStrek/global/textbox.css b/LCARStrek/global/textbox.css index bbbb2442..d826781d 100644 --- a/LCARStrek/global/textbox.css +++ b/LCARStrek/global/textbox.css @@ -50,7 +50,8 @@ textbox { cursor: text; margin: 2px 3px; border: 1px solid #9C9CFF; - padding: 1px 0px 1px 2px; + padding: 1px 0px; + -moz-padding-start: 2px; background-color: #000000; color: #E7ADE7; min-height: 19px; @@ -109,7 +110,7 @@ textbox.plain { margin: 0px !important; border: none !important; outline: none !important; - background-color: inherit !important; + background-color: transparent; color: inherit !important; min-height: 0px; } diff --git a/LCARStrek/global/toolbarbutton.css b/LCARStrek/global/toolbarbutton.css index 24dea020..6341130b 100644 --- a/LCARStrek/global/toolbarbutton.css +++ b/LCARStrek/global/toolbarbutton.css @@ -102,7 +102,8 @@ toolbarbutton[open="true"] { toolbarbutton[disabled="true"], toolbarbutton[disabled="true"]:hover, toolbarbutton[disabled="true"]:hover:active, -toolbarbutton[disabled="true"][open="true"] { +toolbarbutton[disabled="true"][open="true"], +toolbarbutton[disabled="true"][checked="true"] { padding: 1px 2px; background-color: #000000; color: #8050B0; diff --git a/LCARStrek/global/wizard.css b/LCARStrek/global/wizard.css index 3ece9e7c..0be1925f 100644 --- a/LCARStrek/global/wizard.css +++ b/LCARStrek/global/wizard.css @@ -77,11 +77,11 @@ wizard[branded="true"] .wizard-header-icon { margin: 10px; } -.wizard-button[wizardbutton="finish"], -.wizard-button[wizardbutton="next"] { - -moz-margin-start: -1px !important; +.wizard-button[dlgtype="finish"], +.wizard-button[dlgtype="next"] { + -moz-margin-start: 0px !important; } -.wizard-button[wizardbutton="back"] { +.wizard-button[dlgtype="back"] { -moz-margin-end: 0px !important; } diff --git a/LCARStrek/help/help.css b/LCARStrek/help/help.css index 2577b97a..7e5f802f 100644 --- a/LCARStrek/help/help.css +++ b/LCARStrek/help/help.css @@ -64,10 +64,6 @@ /* Set the minimum sidebar width so the help contents aren't squeezed together.*/ #help-sidebar { min-width: 15em; width: 20em; max-width: 25em; } -#search-sidebar-closebutton { - list-style-image: url("chrome://global/skin/icons/close-button.gif"); -} - /* ----- BACK BUTTON ----- */ #help-back-button { diff --git a/LCARStrek/mozapps/extensions/blocklist.css b/LCARStrek/mozapps/extensions/blocklist.css new file mode 100644 index 00000000..b3d43ac1 --- /dev/null +++ b/LCARStrek/mozapps/extensions/blocklist.css @@ -0,0 +1,16 @@ +richlistitem { + padding-top: 6px; + padding-bottom: 6px; + -moz-padding-start: 7px; + -moz-padding-end: 7px; + border-bottom: 1px solid #8050B0; +} + +.addonName { + font-weight: bold; +} + +.blockedLabel { + font-weight: bold; + font-style: italic; +} diff --git a/LCARStrek/mozapps/extensions/extensions.css b/LCARStrek/mozapps/extensions/extensions.css index e58f9800..c0b1a090 100644 --- a/LCARStrek/mozapps/extensions/extensions.css +++ b/LCARStrek/mozapps/extensions/extensions.css @@ -154,6 +154,7 @@ richlistitem[availableUpdateURL][updateable="true"] .updateAvailableBox, richlistitem[compatible="false"] .notifyBadge, richlistitem[providesUpdatesSecurely="false"] .notifyBadge, richlistitem[blocklisted="true"] .notifyBadge, +richlistitem[blocklistedsoft="true"] .notifyBadge, richlistitem[satisfiesDependencies="false"] .notifyBadge { display: -moz-box; } @@ -187,7 +188,10 @@ richlistitem[satisfiesDependencies="false"] .notifyBadge { richlistitem[compatible="true"] .incompatibleBox, richlistitem[providesUpdatesSecurely="true"] .insecureUpdateBox, richlistitem[satisfiesDependencies="true"] .needsDependenciesBox, -richlistitem[blocklisted="false"] .blocklistedBox, +richlistitem:not([blocklisted="true"]):not([blocklistedsoft="true"]) .blocklistedBox, +richlistitem[blocklistedsoft="false"]:not([selected="true"]) .blocklistedBox, +richlistitem[blocklisted="false"] .blocklistedLabel, +richlistitem[blocklistedsoft="false"] .softBlocklistedLabel, richlistitem[opType="needs-uninstall"] .blocklistedBox, richlistitem[opType="needs-uninstall"] .incompatibleBox, richlistitem[opType="needs-uninstall"] .needsDependenciesBox, diff --git a/LCARStrek/mozapps/plugins/missingPlugin.css b/LCARStrek/mozapps/plugins/missingPlugin.css index fe9a3932..1db7f5f1 100644 --- a/LCARStrek/mozapps/plugins/missingPlugin.css +++ b/LCARStrek/mozapps/plugins/missingPlugin.css @@ -24,8 +24,7 @@ html|applet > *|* { height: inherit; } -html|a { - text-align: -moz-center; +html|a, html|div { display: inline-block; /* overflow:hidden makes baseline vertical-alignment act like plugins */ overflow: hidden; @@ -40,8 +39,28 @@ html|a { color: #FFCF00; } +vbox { + width: inherit; + height: inherit; + -moz-box-align: center; + -moz-box-pack: center; +} + #missingPluginPlaceholder { list-style-image: url("chrome://mozapps/skin/plugins/pluginGeneric.png"); +} + +#disabledPluginPlaceholder { + list-style-image: url("chrome://mozapps/skin/plugins/pluginDisabled.png"); +} + +#blockedPluginPlaceholder { + list-style-image: url("chrome://mozapps/skin/plugins/pluginBlocked.png"); +} + +#missingPluginPlaceholder, +#disabledPluginPlaceholder, +#blockedPluginPlaceholder { display: block; border: 0px; width: 32px; diff --git a/LCARStrek/mozapps/plugins/pluginBlocked.png b/LCARStrek/mozapps/plugins/pluginBlocked.png new file mode 100644 index 0000000000000000000000000000000000000000..8aa8e9657fecd8e83dd201f154554cfcbedc1b40 GIT binary patch literal 267 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnH3?%tPCZz)@#^NA%Cx&(BWL^R}JOMr-u0VRu zod3_)KL5|a&^kT98KkHr$S;_|;n|He5GTpo-G!lpRn`N@;VkfoEM{Qf76xHPhFNnY zfP(BLp1!W^H@IcQ)y;x8)ZYaPWqZ0fhDcmaPB_3GAuGXrfM=y~gGBJ* zWo?ZTYrHpyxiyMxboHIRt%RvVP|D0yq*akE$e1lIUFC}n0U(yGW7WXzg!MoWP~QiaP%oh6cmJNfJSuj>_* y{(o~``t5(S(Y60h;*BdEUmVIbx>I(Dfnj%nhs27{-<|+1W$<+Mb6Mw<&;$Vc7EUDq literal 0 HcmV?d00001 diff --git a/LCARStrek/mozapps/plugins/pluginGeneric.png b/LCARStrek/mozapps/plugins/pluginGeneric.png index 21d39cc3068bbb89a7b8b9f655358dbeacccf781..d5b03fc975512ee5ef1f471aa36c0017b359f542 100644 GIT binary patch delta 137 zcmV;40CxYs0__2iHVt*R0Gyov|IYxo$yHF1LpgB^92XuMZ|t6g0000`NklptyK__Lpgs65EBd%X?$3*0001@NklcoH&G#(jHgYF?A zTsTC?Lqs@pkO#gxagYHADZnZ+g@JM~xTTmBuE=i%A_R~*;I#-I70XdN .button-box { + padding-left: 15px !important; + padding-right: 15px !important; +} + link { color: blue; border: 1px solid transparent; @@ -29,10 +34,7 @@ link:focus { border: 1px dotted black; } -/** - * License Page - */ -license { +remotecontent { margin-top: 1px; margin-bottom: 2px; -moz-margin-start: 6px; @@ -41,16 +43,19 @@ license { padding-bottom: 1px; } +/** + * License Page + */ .loadingBox { padding: 3px 5px 3px 5px; } -.licenseLoadingThrobber { +.remoteLoadingThrobber { margin-top: 3px; } -.licenseLoadingThrobber[state="loading"] { +.remoteLoadingThrobber[state="loading"] { list-style-image: url("chrome://global/skin/icons/loading.gif"); } -.licenseLoadingThrobber[state="error"] { +.remoteLoadingThrobber[state="error"] { list-style-image: url("chrome://global/skin/icons/notfound.png"); } @@ -61,15 +66,6 @@ license { 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; } @@ -96,28 +92,75 @@ wizard[currentpageid="updatesfound"] .wizard-button[dlgtype="next"] > .button-bo /** * Downloading Page */ -#downloadName { - margin-top: 3px; +#downloadStatusTop, #downloadStatusLine { + -moz-box-align: center; } #downloadStatus { - margin-top: 6px; height: 3em !important; } + #downloadThrobber { - margin: 5px 3px 0px 5px; + margin-left: 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; + +#downloadStatusProgress { + padding-right: 5px; +} + +#pauseButton { + -moz-appearance: none; + list-style-image: url(chrome://mozapps/skin/downloads/downloadButtons.png); + -moz-image-region: rect(0px, 48px, 16px, 32px); + background-color: transparent; + border: none; + padding: 0; + margin: 0; + min-width: 0; + min-height: 0; +} + +/* !Important must be used otherwise this won't immediately take affect */ +#pauseButton > .button-box { + padding: 0 !important; +} + +#pauseButton:hover { + -moz-image-region: rect(16px, 48px, 32px, 32px); +} + +#pauseButton:active { + -moz-image-region: rect(32px, 48px, 48px, 32px); +} + +#pauseButton[disabled="true"] { + -moz-image-region: rect(48px, 48px, 64px, 32px); +} + +#pauseButton[paused="true"] { + -moz-image-region: rect(0px, 16px, 16px, 0px); +} + +#pauseButton[paused="true"]:hover { + -moz-image-region: rect(16px, 16px, 32px, 0px); +} + +#pauseButton[paused="true"]:active { + -moz-image-region: rect(32px, 16px, 48px, 0px); +} + +#pauseButton[paused="true"][disabled="true"] { + -moz-image-region: rect(48px, 16px, 64px, 0px); } #verificationFailedIcon { + margin-left: 5px; list-style-image: url("chrome://global/skin/icons/notfound.png"); - margin: 5px 3px 0px 5px; } /** diff --git a/LCARStrek/mozapps/update/warning.gif b/LCARStrek/mozapps/update/warning.gif deleted file mode 100644 index 8a8f69e842d6919464eabc916ad356e0e53f4e6b..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 99 zcmZ?wbhEHb6krfwSjf!K5U^p+od5sNGyMPmU-2gkBLf37gAM}_faDpNOy<}No{&%q zOV;;eU$`gqJ_}=md8m?Ss(Mw)>eiLX+Zv15ZvWsbf9P}hZW-6Si;Fz8rZ+P&SOWk+ C4I;k) -- 2.35.3