зеркало из https://github.com/mozilla/gecko-dev.git
Images and CSS for Publish Progress dialog, b=120124, r=brade, sr=hewitt, a=asa
This commit is contained in:
Родитель
1c71d6d8a2
Коммит
336bc57506
|
@ -233,6 +233,19 @@ tree.list {
|
||||||
min-height: 10px;
|
min-height: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* These should be the width of the checkbox and radio button images + margin + padding
|
||||||
|
Used to indent below those to the level of the text label next to image
|
||||||
|
*/
|
||||||
|
.checkbox-spacer {
|
||||||
|
width: 2em;
|
||||||
|
min-width: 2em;
|
||||||
|
}
|
||||||
|
|
||||||
|
.radio-spacer {
|
||||||
|
width: 2em;
|
||||||
|
min-width: 2em;
|
||||||
|
}
|
||||||
|
|
||||||
#alignTypeSelect {
|
#alignTypeSelect {
|
||||||
height: 34px;
|
height: 34px;
|
||||||
}
|
}
|
||||||
|
@ -294,3 +307,15 @@ tree.AttributesTree {
|
||||||
min-width : 200px;
|
min-width : 200px;
|
||||||
min-height: 200px;
|
min-height: 200px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* ::::: Publishing Progress ::::: */
|
||||||
|
|
||||||
|
.progressitem[progress="busy"] {
|
||||||
|
list-style-image: url("chrome://editor/skin/icons/progress-busy.gif");
|
||||||
|
}
|
||||||
|
.progressitem[progress="done"] {
|
||||||
|
list-style-image: url("chrome://editor/skin/icons/progress-done.gif");
|
||||||
|
}
|
||||||
|
.progressitem[progress="failed"] {
|
||||||
|
list-style-image: url("chrome://editor/skin/icons/progress-failed.gif");
|
||||||
|
}
|
||||||
|
|
Двоичный файл не отображается.
После Ширина: | Высота: | Размер: 597 B |
Двоичный файл не отображается.
После Ширина: | Высота: | Размер: 109 B |
Двоичный файл не отображается.
После Ширина: | Высота: | Размер: 130 B |
|
@ -105,6 +105,9 @@ classic.jar:
|
||||||
skin/classic/editor/icons/img-align-top.gif (editor/icons/img-align-top.gif)
|
skin/classic/editor/icons/img-align-top.gif (editor/icons/img-align-top.gif)
|
||||||
skin/classic/editor/icons/btn1.gif (editor/icons/btn1.gif)
|
skin/classic/editor/icons/btn1.gif (editor/icons/btn1.gif)
|
||||||
skin/classic/editor/icons/btn2.gif (editor/icons/btn2.gif)
|
skin/classic/editor/icons/btn2.gif (editor/icons/btn2.gif)
|
||||||
|
skin/classic/editor/icons/progress-busy.gif (editor/icons/progress-busy.gif)
|
||||||
|
skin/classic/editor/icons/progress-done.gif (editor/icons/progress-done.gif)
|
||||||
|
skin/classic/editor/icons/progress-failed.gif (editor/icons/progress-failed.gif)
|
||||||
skin/classic/global/filepicker/blank.gif (global/filepicker/blank.gif)
|
skin/classic/global/filepicker/blank.gif (global/filepicker/blank.gif)
|
||||||
skin/classic/global/filepicker/dir-closed.gif (global/filepicker/dir-closed.gif)
|
skin/classic/global/filepicker/dir-closed.gif (global/filepicker/dir-closed.gif)
|
||||||
skin/classic/global/filepicker/dir-open.gif (global/filepicker/dir-open.gif)
|
skin/classic/global/filepicker/dir-open.gif (global/filepicker/dir-open.gif)
|
||||||
|
|
|
@ -160,6 +160,19 @@
|
||||||
min-height: 10px;
|
min-height: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* These should be the width of the checkbox and radio button images + margin + padding
|
||||||
|
Used to indent below those to the level of the text label next to image
|
||||||
|
*/
|
||||||
|
.checkbox-spacer {
|
||||||
|
width: 20px;
|
||||||
|
min-width: 20px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.radio-spacer {
|
||||||
|
width: 20px;
|
||||||
|
min-width: 20px;
|
||||||
|
}
|
||||||
|
|
||||||
/* ::::: widget adjustments ::::: */
|
/* ::::: widget adjustments ::::: */
|
||||||
|
|
||||||
/* The defaults are WAY to big! */
|
/* The defaults are WAY to big! */
|
||||||
|
@ -296,3 +309,15 @@ tree.list {
|
||||||
min-width: 100px;
|
min-width: 100px;
|
||||||
min-height: 50px;
|
min-height: 50px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* ::::: Publishing Progress ::::: */
|
||||||
|
|
||||||
|
.progressitem[progress="busy"] {
|
||||||
|
list-style-image: url("chrome://editor/skin/icons/progress-busy.gif");
|
||||||
|
}
|
||||||
|
.progressitem[progress="done"] {
|
||||||
|
list-style-image: url("chrome://editor/skin/icons/progress-done.gif");
|
||||||
|
}
|
||||||
|
.progressitem[progress="failed"] {
|
||||||
|
list-style-image: url("chrome://editor/skin/icons/progress-failed.gif");
|
||||||
|
}
|
||||||
|
|
Двоичный файл не отображается.
После Ширина: | Высота: | Размер: 597 B |
Двоичный файл не отображается.
После Ширина: | Высота: | Размер: 109 B |
Двоичный файл не отображается.
После Ширина: | Высота: | Размер: 130 B |
|
@ -118,6 +118,9 @@ modern.jar:
|
||||||
skin/modern/editor/icons/mast-editor.gif (editor/icons/mast-editor.gif)
|
skin/modern/editor/icons/mast-editor.gif (editor/icons/mast-editor.gif)
|
||||||
skin/modern/editor/icons/btn1.gif (editor/icons/btn1.gif)
|
skin/modern/editor/icons/btn1.gif (editor/icons/btn1.gif)
|
||||||
skin/modern/editor/icons/btn2.gif (editor/icons/btn2.gif)
|
skin/modern/editor/icons/btn2.gif (editor/icons/btn2.gif)
|
||||||
|
skin/modern/editor/icons/progress-busy.gif (editor/icons/progress-busy.gif)
|
||||||
|
skin/modern/editor/icons/progress-done.gif (editor/icons/progress-done.gif)
|
||||||
|
skin/modern/editor/icons/progress-failed.gif (editor/icons/progress-failed.gif)
|
||||||
skin/modern/global/contents.rdf (global/contents.rdf)
|
skin/modern/global/contents.rdf (global/contents.rdf)
|
||||||
skin/modern/global/globalBindings.xml (global/globalBindings.xml)
|
skin/modern/global/globalBindings.xml (global/globalBindings.xml)
|
||||||
skin/modern/global/preview.gif (global/preview.gif)
|
skin/modern/global/preview.gif (global/preview.gif)
|
||||||
|
|
Загрузка…
Ссылка в новой задаче