update both themes for toolkit winstripe trunk changes between 2008-11-29 adn 2009...
[themes.git] / LCARStrek / mozapps / update / updates.css
index cc1b0a7b6ed2c62d79939959ae85b3b9bcfe7da1..4ce1e45286884528e111ef014fc97faa0ba98761 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 {
@@ -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 {
@@ -86,7 +85,7 @@ remotecontent {
   -moz-border-radius: 5px;
   border: 1px solid #9C9CFF;
   padding: 3px;
-  margin: 1px 5px 4px 5px;
+  margin: 1px 5px 4px;
 }
 
 /**
@@ -101,7 +100,7 @@ remotecontent {
 }
 
 #downloadThrobber {
-  margin-left: 5px;
+  -moz-margin-start: 5px;
   list-style-image: url("chrome://global/skin/filepicker/blank.gif");
 }
 
@@ -110,12 +109,12 @@ remotecontent {
 }
 
 #downloadStatusProgress {
-  padding-right: 5px;
+  -moz-padding-end: 5px;
 }
 
 #pauseButton {
   -moz-appearance: none;
-  list-style-image: url(chrome://mozapps/skin/downloads/downloadButtons.png);
+  list-style-image: url("chrome://mozapps/skin/downloads/downloadButtons.png");
   -moz-image-region: rect(0px, 48px, 16px, 32px);
   background-color: transparent;
   border: none;
@@ -159,7 +158,7 @@ remotecontent {
 }
 
 #verificationFailedIcon {
-  margin-left: 5px;
+  -moz-margin-start: 5px;
   list-style-image: url("chrome://global/skin/icons/notfound.png");
 }
 
@@ -200,7 +199,7 @@ update {
 
 #historyItems {
   height: 200px;
-  margin: 1px 5px 4px 5px;
+  margin: 1px 5px 4px;
 }
 
 #historyItems > scrollbox {
@@ -209,7 +208,6 @@ update {
 
 .updatePrefsInfo {
   font-size: smaller;
-  margin-left: 27px;
+  -moz-margin-start: 27px;
   margin-bottom: 10px;
 }
-