X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fmozapps%2Fupdate%2Fupdates.css;h=8f45c670e8f870a4e50d2031a016d66dbd7624ae;hp=f92636fa3aafe7041f324d634efa369e469d4211;hb=8caa872d050772c572257f23011c668f70dcaef7;hpb=a6100a5d5ff3f80b4433ba209c2b896c017f1b43 diff --git a/LCARStrek/mozapps/update/updates.css b/LCARStrek/mozapps/update/updates.css index f92636fa..8f45c670 100644 --- a/LCARStrek/mozapps/update/updates.css +++ b/LCARStrek/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 { @@ -67,7 +67,7 @@ remotecontent { } #updateForMoreInfo { - margin-left: 5px; + -moz-margin-start: 5px; } #updateName, #updateFinishedName { @@ -77,7 +77,7 @@ remotecontent { #alertImage { list-style-image: url("chrome://global/skin/icons/alert-exclam.gif"); - margin-right: 5px; + -moz-margin-end: 5px; } #incompatibleWarning { @@ -101,7 +101,7 @@ remotecontent { } #downloadThrobber { - margin-left: 5px; + -moz-margin-start: 5px; list-style-image: url("chrome://global/skin/filepicker/blank.gif"); } @@ -110,7 +110,7 @@ remotecontent { } #downloadStatusProgress { - padding-right: 5px; + -moz-padding-end: 5px; } #pauseButton { @@ -159,7 +159,7 @@ remotecontent { } #verificationFailedIcon { - margin-left: 5px; + -moz-margin-start: 5px; list-style-image: url("chrome://global/skin/icons/notfound.png"); } @@ -209,7 +209,7 @@ update { .updatePrefsInfo { font-size: smaller; - margin-left: 27px; + -moz-margin-start: 27px; margin-bottom: 10px; }