update to suite default status of 2009-01-30: bug 474807 - replace 4-piece margin...
[themes.git] / LCARStrek / mozapps / update / updates.css
index f92636fa3aafe7041f324d634efa369e469d4211..c67c0a0e93976a53f9009d6b4fd0d55cfdf77026 100644 (file)
@@ -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 {
@@ -86,7 +89,7 @@ remotecontent {
   -moz-border-radius: 5px;
   border: 1px solid #9C9CFF;
   padding: 3px;
-  margin: 1px 5px 4px 5px;
+  margin: 1px 5px 4px;
 }
 
 /**
@@ -101,7 +104,7 @@ remotecontent {
 }
 
 #downloadThrobber {
-  margin-left: 5px;
+  -moz-margin-start: 5px;
   list-style-image: url("chrome://global/skin/filepicker/blank.gif");
 }
 
@@ -110,7 +113,7 @@ remotecontent {
 }
 
 #downloadStatusProgress {
-  padding-right: 5px;
+  -moz-padding-end: 5px;
 }
 
 #pauseButton {
@@ -159,7 +162,7 @@ remotecontent {
 }
 
 #verificationFailedIcon {
-  margin-left: 5px;
+  -moz-margin-start: 5px;
   list-style-image: url("chrome://global/skin/icons/notfound.png");
 }
 
@@ -200,7 +203,7 @@ update {
 
 #historyItems {
   height: 200px;
-  margin: 1px 5px 4px 5px;
+  margin: 1px 5px 4px;
 }
 
 #historyItems > scrollbox {
@@ -209,7 +212,6 @@ update {
 
 .updatePrefsInfo {
   font-size: smaller;
-  margin-left: 27px;
+  -moz-margin-start: 27px;
   margin-bottom: 10px;
 }
-