update to suite default status of 2009-01-30: bug 474807 - replace margin/padding...
[themes.git] / LCARStrek / mozapps / downloads / unknownContentType.css
index 8411b1cc46f0b15546ea9e8719a2743c4f491bf1..1428a7597793a6ea54df81f950d346d41788ff53 100644 (file)
@@ -1,6 +1,6 @@
 
 #from {
-  margin-top: 1px; 
+  margin-top: 1px;
 }
 
 #location {
@@ -8,11 +8,17 @@
 }
 
 #contentTypeImage {
-  margin: 0px 5px 0px 0px;
+  margin-top: 0px;
+  margin-bottom: 0px;
+  -moz-margin-start: 0px;
+  -moz-margin-end: 5px;
 }
 
 .small-indent {
-  margin-left: 15px; 
-  margin-right: 15px;
+  -moz-margin-start: 15px;
+  -moz-margin-end: 15px;
 }
 
+.small-indent label {
+  -moz-margin-start: 0px;
+}