X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Fmozapps%2Fupdate%2Fupdates.css;h=d9adc0a5752fd549d507c09302445a06a466bf04;hp=930a76c5a5567bc215e8c6c7f4b9413d54f2dabe;hb=18f5421a753324176299d1a66883253f6658d863;hpb=3bcb0be1c49d0eb6fc25c218570adebf59ffecd5 diff --git a/EarlyBlue/mozapps/update/updates.css b/EarlyBlue/mozapps/update/updates.css index 930a76c5..d9adc0a5 100644 --- a/EarlyBlue/mozapps/update/updates.css +++ b/EarlyBlue/mozapps/update/updates.css @@ -6,8 +6,8 @@ } .wizard-button > .button-box { - padding-left: 15px !important; - padding-right: 15px !important; + -moz-padding-start: 15px !important; + -moz-padding-end: 15px !important; } link { @@ -26,12 +26,8 @@ link > label { text-decoration: underline !important; } -link:hover:active { - color: red; -} - link:focus { - border: 1px dotted black; + border: 1px dotted #000000; } remotecontent { @@ -47,7 +43,7 @@ remotecontent { * License Page */ .loadingBox { - padding: 3px 5px 3px 5px; + padding: 3px 5px; } .remoteLoadingThrobber { margin-top: 3px; @@ -63,11 +59,14 @@ remotecontent { * Update Found Page */ #moreDetails { - margin: 1px 5px 4px 3px; + margin-top: 1px; + margin-bottom: 4px; + -moz-margin-start: 3px; + -moz-margin-end: 5px; } #updateForMoreInfo { - margin-left: 5px; + -moz-margin-start: 5px; } #updateName, #updateFinishedName { @@ -77,7 +76,7 @@ remotecontent { #alertImage { list-style-image: url("chrome://global/skin/icons/alert-exclam.gif"); - margin-right: 5px; + -moz-margin-end: 5px; } #incompatibleWarning { @@ -85,7 +84,7 @@ remotecontent { color: #000000; border: 1px outset #CCD0DD; padding: 3px; - margin: 1px 5px 4px 5px; + margin: 1px 5px 4px; } /** @@ -100,7 +99,7 @@ remotecontent { } #downloadThrobber { - margin-left: 5px; + -moz-margin-start: 5px; list-style-image: url("chrome://global/skin/filepicker/blank.gif"); } @@ -109,7 +108,7 @@ remotecontent { } #downloadStatusProgress { - padding-right: 5px; + -moz-padding-end: 5px; } #pauseButton { @@ -158,7 +157,7 @@ remotecontent { } #verificationFailedIcon { - margin-left: 5px; + -moz-margin-start: 5px; list-style-image: url("chrome://global/skin/icons/notfound.png"); } @@ -199,7 +198,7 @@ update { #historyItems { height: 200px; - margin: 1px 5px 4px 5px; + margin: 1px 5px 4px; } #historyItems > scrollbox { @@ -208,7 +207,6 @@ update { .updatePrefsInfo { font-size: smaller; - margin-left: 27px; + -moz-margin-start: 27px; margin-bottom: 10px; } -