update to current trunk
[themes.git] / EarlyBlue / mozapps / xpinstall / xpinstallConfirm.css
index 7ffd0040d68681f54f6c575d006c25a6ed16fff1..41f38b7dbe1966f8f4973b0948df5402b2b18061 100644 (file)
@@ -1,10 +1,19 @@
+#xpinstallheader {
+  margin-bottom: 2em;
+}
+
 #itemList {
-  margin: 10px 4px 10px 4px;
+  margin: 3px 4px 10px 4px;
+  height: 14em;
   border: 1px inset #CCD0DD;
   background-color: #FFFFFF;
   color: #000000;
 }
 
+#itemWarningIntro {
+  -moz-margin-start: 8px;
+}
+
 #dialogContentBox {
   padding: 5px;
 }
@@ -18,8 +27,14 @@ installitem {
   margin-bottom: 5px;
 }
 
+.alert-icon {
+  -moz-margin-end: 20px;
+}
+
 .warning {
   font-weight: bold;
+  font-size: 1.25em;
+  margin-bottom: 1em;
 }
 
 .xpinstallItemIcon {
@@ -36,23 +51,19 @@ 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 {