update to suite default status of 2009-01-30: bug 474807 - replace 4-piece margin...
[themes.git] / EarlyBlue / browser / downloads / downloadmanager.css
index 897665dc93f49046740325fe18d26c27d0601cdc..8b4272799b8c1905f3623400f86d5d70b3e37ad0 100644 (file)
 }
 
 download {
-  padding: 3px 0px 3px 3px;
+  padding: 3px 0px 3px;
   min-height: 25px;
 }
 
 #downloadHistoryView > treechildren::-moz-tree-image(Name) {
-  margin-right: 2px;
+  -moz-margin-end: 2px;
 }
 
 .indented {
-  margin-left: 17px;
+  -moz-margin-start: 17px;
 }
 
 listcell {
   margin-top: 2px;
   margin-bottom: 2px;
-  margin-left: 4px;
-  margin-right: 4px;
+  -moz-margin-start: 4px;
+  -moz-margin-end: 4px;
 }
 
 .link {