X-Git-Url: https://git-public.kairo.at/?a=blobdiff_plain;f=EarlyBlue%2Fmozapps%2Fupdate%2Fupdates.css;h=08d0fa90587d5993a02b50548f4556807ad13779;hb=fd47b6b0a4f08749596a64fb037173cfcceba5cd;hp=930a76c5a5567bc215e8c6c7f4b9413d54f2dabe;hpb=3bcb0be1c49d0eb6fc25c218570adebf59ffecd5;p=themes.git diff --git a/EarlyBlue/mozapps/update/updates.css b/EarlyBlue/mozapps/update/updates.css index 930a76c5..08d0fa90 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 { @@ -47,7 +47,7 @@ remotecontent { * License Page */ .loadingBox { - padding: 3px 5px 3px 5px; + padding: 3px 5px; } .remoteLoadingThrobber { margin-top: 3px; @@ -63,11 +63,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 +80,7 @@ remotecontent { #alertImage { list-style-image: url("chrome://global/skin/icons/alert-exclam.gif"); - margin-right: 5px; + -moz-margin-end: 5px; } #incompatibleWarning { @@ -85,7 +88,7 @@ remotecontent { color: #000000; border: 1px outset #CCD0DD; padding: 3px; - margin: 1px 5px 4px 5px; + margin: 1px 5px 4px; } /** @@ -100,7 +103,7 @@ remotecontent { } #downloadThrobber { - margin-left: 5px; + -moz-margin-start: 5px; list-style-image: url("chrome://global/skin/filepicker/blank.gif"); } @@ -109,7 +112,7 @@ remotecontent { } #downloadStatusProgress { - padding-right: 5px; + -moz-padding-end: 5px; } #pauseButton { @@ -158,7 +161,7 @@ remotecontent { } #verificationFailedIcon { - margin-left: 5px; + -moz-margin-start: 5px; list-style-image: url("chrome://global/skin/icons/notfound.png"); } @@ -199,7 +202,7 @@ update { #historyItems { height: 200px; - margin: 1px 5px 4px 5px; + margin: 1px 5px 4px; } #historyItems > scrollbox { @@ -208,7 +211,6 @@ update { .updatePrefsInfo { font-size: smaller; - margin-left: 27px; + -moz-margin-start: 27px; margin-bottom: 10px; } -