update to current trunk
[themes.git] / EarlyBlue / mozapps / downloads / downloads.css
index 214ffb78db65fab057015e62daf231720c7632ac..8da29166c26603996481510d43cf72f315346730 100644 (file)
@@ -23,17 +23,8 @@ richlistitem[type="download"] .name {
   font-size: larger;
 }
 
-#information {
-  -moz-appearance: none;
-  background-color: white;
-  width: 300px;
-  max-width: 300px;
-}
-
-#information > button .button-text {
-  -moz-box-flex: 1;
-  text-align: left;
-  -moz-padding-start: 2px;
+richlistitem[type="download"] .dateTime {
+  font-size: smaller;
 }
 
 .mini-button {
@@ -54,27 +45,17 @@ richlistitem[type="download"] .name {
 .cancel {
   -moz-image-region: rect(0px, 32px, 16px, 16px);
 }
-.info {
-  -moz-image-region: rect(0px, 16px, 16px, 0px);
-}
-.open {
-  -moz-image-region: rect(16px, 32px, 32px, 16px);
-}
 .pause {
-  -moz-image-region: rect(32px, 32px, 48px, 16px);
+  -moz-image-region: rect(0px, 48px, 16px, 32px);
+}
+.pause[disabled="true"] {
+  -moz-image-region: rect(16px, 48px, 16px, 32px);
 }
 .resume {
-  -moz-image-region: rect(16px, 48px, 32px, 32px);
+  -moz-image-region: rect(0px, 16px, 16px, 0px);
 }
 .retry {
-  -moz-image-region: rect(0px, 48px, 16px, 32px);
-}
-
-#information-uri {
-  -moz-image-region: rect(16px, 16px, 32px, 0px);
-}
-#information-location {
-  -moz-image-region: rect(32px, 16px, 48px, 0px);
+  -moz-image-region: rect(0px, 64px, 16px, 48px);
 }
 
 .blockedIcon {