update both themes for toolkit winstripe trunk changes up to 2009-11-06
[themes.git] / EarlyBlue / mozapps / xpinstall / xpinstallConfirm.css
index 7ffd0040d68681f54f6c575d006c25a6ed16fff1..511b465dc1a03c5389ae73eadeaf769477e63833 100644 (file)
@@ -1,10 +1,19 @@
+#xpinstallheader {
+  margin-bottom: 2em;
+}
+
 #itemList {
-  margin: 10px 4px 10px 4px;
+  margin: 3px 4px 10px;
+  height: 14em;
   border: 1px inset #CCD0DD;
   background-color: #FFFFFF;
   color: #000000;
 }
 
+#itemWarningIntro {
+  -moz-margin-start: 8px;
+}
+
 #dialogContentBox {
   padding: 5px;
 }
@@ -18,15 +27,19 @@ installitem {
   margin-bottom: 5px;
 }
 
+.alert-icon {
+  -moz-margin-end: 20px;
+}
+
 .warning {
   font-weight: bold;
+  font-size: 1.25em;
+  margin-bottom: 1em;
 }
 
-.xpinstallItemIcon {
+.xpinstallIconContainer {
   width: 32px;
   height: 32px;
-  max-width: 32px !important;
-  max-height: 32px !important;
   -moz-margin-end: 5px;
 }
 
@@ -36,25 +49,23 @@ installitem {
 
 .xpinstallItemSigned {
   font-style: italic;
-}
-
-.xpinstallItemSigned[signed=false] {
-  color: #ED1C24;
-  font-style: normal;
-  font-weight: bold;
-}
-
-.xpinstallItemNameRow {
-  padding-bottom: 3px;
+  font-size: 0.9em;
 }
 
 .xpinstallItemURL {
   -moz-appearance: none;
   border: none;
+  padding: 0;
   background-color: #FFFFFF;
   color: #000000;
+  margin-top: 1px;
+  margin-bottom: 1px;
+  -moz-margin-start: 6px;
+  -moz-margin-end: 5px;
 }
 
 .xpinstallItemIcon {
+  max-width: 32px;
+  max-height: 32px;
   list-style-image: url("chrome://mozapps/skin/xpinstall/xpinstallItemGeneric.png");
 }