some small popup tweaks in both themes
[themes.git] / EarlyBlue / mozapps / downloads / downloads.css
index b0cb1575cabc2088ac3e64f27f974f6b5862ed55..daca4f817386209a326a2369b47f1ff41f3b3811 100644 (file)
@@ -11,7 +11,8 @@
 
 /* Download View Items */
 richlistitem[type="download"] {
-  padding: 4px 8px 4px 4px;
+  padding: 4px;
+  -moz-padding-end: 8px;
   min-height: 46px;
   border-bottom: 1px solid #9999CC;
 }
@@ -109,12 +110,8 @@ richlistitem[type="download"] .dateTime {
   min-width: 32px;
 }
 
-#searchbox[empty] {
-  color: #808080;
-}
-
 #clearListButton {
   min-height: 0;
   min-width: 0;
   margin-top: 3px;
-}
\ No newline at end of file
+}