Bug #239136 --> qute download css files are out of date.

This commit is contained in:
scott%scott-macgregor.org 2006-02-11 00:29:08 +00:00
Родитель 8270be210c
Коммит 2af102a750
2 изменённых файлов: 28 добавлений и 28 удалений

Просмотреть файл

@ -4,25 +4,14 @@
/* Download View */
#downloadView {
-moz-binding: url("chrome://mozapps/skin/downloads/downloads.xml#download-view");
margin: 10px 10px 5px 10px;
-moz-appearance: listbox;
-moz-user-focus: normal;
}
.downloadViewInner2 {
.downloadViewInner {
background-image: url("chrome://mozapps/skin/downloads/viewFader.png");
padding: 0px;
}
.downloadViewInner1 {
background-color: Window;
background-image: url("chrome://mozapps/skin/downloads/downloadsBG.png");
background-attachment: fixed;
background-repeat: no-repeat;
background-position: bottom right;
}
/* Download Manager Command Bar */
#commandBar {
padding: 0px 10px 5px 10px;
@ -30,21 +19,14 @@
#cleanUpButton {
margin: 0px;
-moz-user-focus: ignore;
list-style-image: url("chrome://mozapps/skin/downloads/downloadCleanup.png");
}
#optionsButton {
margin: 0px;
-moz-user-focus: ignore;
list-style-image: url("chrome://mozapps/skin/downloads/downloadOptions.png");
}
#cleanUpButton .button-icon, #optionsButton .button-icon {
margin-top: 0px !important;
margin-bottom: 0px !important;
-moz-margin-start: 0px !important;
-moz-margin-end: 5px !important;
#cleanUpButton .button-icon {
margin-top: 0px;
margin-bottom: 0px;
-moz-margin-start: 0px;
-moz-margin-end: 5px;
}
#cleanUpButton[disabled="true"] {
@ -89,3 +71,23 @@ download[state="5"], download[state="6"] {
-moz-margin-end: 10px;
}
#folderIcon {
width: 16px;
height: 16px;
}
#folderName {
width: 0px;
}
#saveToFolder {
padding-top: 1px;
padding-bottom: 3px;
-moz-padding-start: 5px;
-moz-padding-end: 6px;
}
#saveToFolder .toolbarbutton-text {
text-align: left;
-moz-margin-start: 5px !important;
}

Просмотреть файл

@ -7,11 +7,9 @@
<binding id="download-view" extends="chrome://mozapps/content/downloads/download.xml#download-view">
<content>
<xul:vbox flex="1" class="downloadViewInner1">
<xul:vbox flex="1" class="downloadViewInner2">
<xul:vbox flex="1" class="downloadViewInner">
<children/>
</xul:vbox>
</xul:vbox>
</content>
</binding>