Bug 597953 - "Downloads: Dependent behavior on other files" [r=mark.finkle]

This commit is contained in:
Wesley Johnston 2010-09-21 11:53:00 -04:00
parent 04cfa553d6
commit 2e93d90efd
2 changed files with 6 additions and 2 deletions

View File

@ -137,7 +137,7 @@
</xul:hbox>
<xul:hbox>
<xul:label class="normal" xbl:inherits="value=status" crop="end" flex="1"/>
<xul:label class="hide-on-select download-retry-failed normal" value="&downloadFailed.label;"/>
<xul:label class="hide-on-select download-retry-failed normal" value="&downloadFailed.label;" xbl:inherits="state" />
<xul:button class="show-on-select download-retry" label="&downloadRetry.label;"
oncommand="DownloadsView.retryDownload(document.getBindingParent(this));"/>
<xul:button class="show-on-select download-remove" label="&downloadRemove.label;"

View File

@ -562,6 +562,11 @@ richlistitem[isDisabled="true"] image {
/* downloads panel UI ---------------------------------------------------- */
.download-retry-failed {
color: red !important;
display: none;
}
.download-retry-failed[state="2"] {
display: -moz-box;
}
/* special "no downloads" items */
@ -580,7 +585,6 @@ richlistitem[isDisabled="true"] image {
color: grey;
}
/* console panel UI ------------------------------------------------------ */
@media (min-width: 500px) {
#console-filter-warnings,