update to suite default status of 2009-01-30: bug 474807 - replace 4-piece margin...
[themes.git] / EarlyBlue / mozapps / extensions / extensions.css
index 512c6f1bd6c4569b75eb5dbeaec306f2ef51285a..23f2dac9bc9d9dade5688c97e99704042266c38c 100644 (file)
@@ -1,5 +1,5 @@
 #extensionsBox {
-  margin: 10px 10px 0px 10px;
+  margin: 10px 10px 0px;
   min-width: 1px;
 }
 
 
 /* Command Bar */
 #commandBarBottom {
-  margin: 5px 5px 10px 10px;
+  margin-top: 5px;
+  margin-bottom: 10px;
+  -moz-margin-start: 10px;
+  -moz-margin-end: 5px;
   min-width: 1px;
 }
 
@@ -339,7 +342,7 @@ vbox[typeName="status"][type="header-recommended"] {
 }
 
 #progressBox {
-  padding: 5px 5px 5px 5px;
+  padding: 5px;
 }
 
 #progressBox > hbox {
@@ -427,7 +430,7 @@ richlistitem[selected="true"] .includeUpdate {
 #infoDisplay h3 {
   text-align: left;
   font-weight: bold;
-  margin: 0 0 0.7em 0;
+  margin: 0 0 0.7em;
 }
 
 #infoDisplay h1 {
@@ -444,7 +447,7 @@ richlistitem[selected="true"] .includeUpdate {
 
 #infoDisplay ol,
 #infoDisplay ul {
-  margin: 0 0 0.7em 0;
+  margin: 0 0 0.7em;
 }
 
 #infoDisplay li {
@@ -453,5 +456,5 @@ richlistitem[selected="true"] .includeUpdate {
 
 #infoDisplay p {
   text-align: justify;
-  margin: 0 0 0.7em 0;
+  margin: 0 0 0.7em;
 }