some small popup tweaks in both themes
[themes.git] / EarlyBlue / mozapps / downloads / unknownContentType.css
index 8411b1cc46f0b15546ea9e8719a2743c4f491bf1..205b6c07524d637e12d34f5c2e1bc19c61436dde 100644 (file)
@@ -8,11 +8,19 @@
 }
 
 #contentTypeImage {
-  margin: 0px 5px 0px 0px;
+  height: 16px;
+  width: 16px;
+  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; 
+}