update both themes to toolkit winstripe changes up to 2010-04-12 and try to get resiz...
[themes.git] / EarlyBlue / mozapps / downloads / downloads.css
index 87035c384dca09f492f42ba8295147ec70531914..898785dc4c93aca67ddf63ca001c67aea9e708f6 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;
 }
@@ -20,7 +21,7 @@ richlistitem[type="download"][selected="true"] {
   background-image: url("chrome://mozapps/skin/extensions/itemEnabledFader.png");
 }
 
-richlistitem[type="download"][alternate="true"]:not([selected="true"]) {
+richlistitem[type="download"]:not([selected="true"]):nth-child(odd) {
   background-color: #9999CC;
 }
 
@@ -117,4 +118,4 @@ richlistitem[type="download"] .dateTime {
   min-height: 0;
   min-width: 0;
   margin-top: 3px;
-}
\ No newline at end of file
+}