X-Git-Url: https://git-public.kairo.at/?a=blobdiff_plain;ds=sidebyside;f=EarlyBlue%2Fmozapps%2Fupdate%2Fupdates.css;h=114c46c56564623e537a37dad00cfca001d66ed4;hb=689d55520a6b693a10bd5ecb82afa7ee0deb8cac;hp=aa6560971acfcab96639afe39a69804d737722d7;hpb=25fe52645ef988436b57074ab129945504adf926;p=themes.git diff --git a/EarlyBlue/mozapps/update/updates.css b/EarlyBlue/mozapps/update/updates.css index aa656097..114c46c5 100644 --- a/EarlyBlue/mozapps/update/updates.css +++ b/EarlyBlue/mozapps/update/updates.css @@ -21,31 +21,10 @@ wizardpage { padding: 10px; } -.loadingBox { - padding: 3px 5px; -} - -.remoteLoadingThrobber { - margin-top: 3px; -} - -.remoteLoadingThrobber[state="loading"] { - list-style-image: url("chrome://global/skin/icons/loading.gif"); -} - -.remoteLoadingThrobber[state="error"] { - list-style-image: url("chrome://global/skin/icons/information-16.png"); -} - .wizard-buttons-separator { margin-top: 0 !important; } -#licenseContent, #incompatibleListbox { - -moz-margin-start: 6px; - -moz-margin-end: 6px; -} - .inline-link { color: blue; text-decoration: none; @@ -57,8 +36,8 @@ wizardpage { /* Unsupported Page */ #unsupportedLabel, #unsupportedLinkLabel { - -moz-margin-start: 0; - -moz-padding-start: 0; + margin-inline-start: 0; + padding-inline-start: 0; } /* Update Found Basic Page */ @@ -67,16 +46,6 @@ wizardpage { font-size: larger; } -/* License Page */ -#licenseContent { -/* -moz-appearance: listbox; */ -} - -/* Incompatible List Page */ -#incompatibleListbox { - margin-bottom: 6px; -} - /* Downloading Page */ #downloadStatusLine { -moz-box-align: center; @@ -87,7 +56,7 @@ wizardpage { } #downloadStatusProgress { - -moz-padding-end: 5px; + padding-inline-end: 5px; } #pauseButton { @@ -136,7 +105,7 @@ wizardpage { } #verificationFailedIcon { - -moz-margin-start: 5px; + margin-inline-start: 5px; list-style-image: url("chrome://global/skin/icons/notfound.png"); } @@ -144,8 +113,8 @@ wizardpage { #errorReason { margin-top: 1px; margin-bottom: 2px; - -moz-margin-start: 6px !important; - -moz-margin-end: 5px; + margin-inline-start: 6px !important; + margin-inline-end: 5px; font-weight: bold; }