mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 22:01:30 +00:00
Images and CSS for Publish Progress dialog, b=120124, r=brade, sr=hewitt, a=asa
This commit is contained in:
parent
1c71d6d8a2
commit
336bc57506
@ -233,6 +233,19 @@ tree.list {
|
||||
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 {
|
||||
height: 34px;
|
||||
}
|
||||
@ -294,3 +307,15 @@ tree.AttributesTree {
|
||||
min-width : 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");
|
||||
}
|
||||
|
BIN
themes/classic/editor/icons/progress-busy.gif
Normal file
BIN
themes/classic/editor/icons/progress-busy.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 597 B |
BIN
themes/classic/editor/icons/progress-done.gif
Normal file
BIN
themes/classic/editor/icons/progress-done.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 109 B |
BIN
themes/classic/editor/icons/progress-failed.gif
Normal file
BIN
themes/classic/editor/icons/progress-failed.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 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/btn1.gif (editor/icons/btn1.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/dir-closed.gif (global/filepicker/dir-closed.gif)
|
||||
skin/classic/global/filepicker/dir-open.gif (global/filepicker/dir-open.gif)
|
||||
|
@ -160,6 +160,19 @@
|
||||
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 ::::: */
|
||||
|
||||
/* The defaults are WAY to big! */
|
||||
@ -296,3 +309,15 @@ tree.list {
|
||||
min-width: 100px;
|
||||
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");
|
||||
}
|
||||
|
BIN
themes/modern/editor/icons/progress-busy.gif
Normal file
BIN
themes/modern/editor/icons/progress-busy.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 597 B |
BIN
themes/modern/editor/icons/progress-done.gif
Normal file
BIN
themes/modern/editor/icons/progress-done.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 109 B |
BIN
themes/modern/editor/icons/progress-failed.gif
Normal file
BIN
themes/modern/editor/icons/progress-failed.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 130 B |
@ -118,6 +118,9 @@ modern.jar:
|
||||
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/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/globalBindings.xml (global/globalBindings.xml)
|
||||
skin/modern/global/preview.gif (global/preview.gif)
|
||||
|
Loading…
Reference in New Issue
Block a user