Adding simple up, down, left, right arrow images for use by Composer Table Properties dialog (bug 20973) and also needed by prefs dialog. Changed editor CSS files to use these images. r=ben
git-svn-id: svn://10.0.0.236/trunk@72774 18797224-902f-48f8-a5cc-f745e15eee43
@ -27,7 +27,10 @@
|
||||
*/
|
||||
/* Most should be moved to global files */
|
||||
|
||||
/* The defaults are WAY to big! */
|
||||
titledbox {
|
||||
margin: 2px 5px; 4px; 5px;
|
||||
padding-top: 2px;
|
||||
padding-bottom: 4px;
|
||||
}
|
||||
|
||||
@ -128,6 +131,22 @@ tree.list {
|
||||
min-width: 10em;
|
||||
}
|
||||
|
||||
#PreviousButton {
|
||||
list-style-image: url(chrome://global/skin/arrow-left.gif);
|
||||
}
|
||||
|
||||
#NextButton {
|
||||
list-style-image: url(chrome://global/skin/arrow-right.gif);
|
||||
}
|
||||
|
||||
#PreviousButton[type="row"] {
|
||||
list-style-image: url(chrome://global/skin/arrow-up.gif);
|
||||
}
|
||||
|
||||
#NextButton[type="row"] {
|
||||
list-style-image: url(chrome://global/skin/arrow-down.gif);
|
||||
}
|
||||
|
||||
#MisspelledWord {
|
||||
font-weight: bold;
|
||||
}
|
||||
@ -143,6 +162,8 @@ tree.list {
|
||||
/* use outset shape for a button look */
|
||||
.colorpicker {
|
||||
border: 1px outset #CCCCCC;
|
||||
/* This should be the same as for textfield */
|
||||
margin-left: 4px;
|
||||
/* For a little extra space between buttons */
|
||||
margin-bottom: 2px;
|
||||
}
|
||||
|
||||
@ -55,6 +55,10 @@ progressmeter-busy.gif
|
||||
question-icon.gif
|
||||
return-disabled.gif
|
||||
return.gif
|
||||
arrow-up.gif
|
||||
arrow-down.gif
|
||||
arrow-left.gif
|
||||
arrow-right.gif
|
||||
scroll-down-disabled.gif
|
||||
scroll-down-hover.gif
|
||||
scroll-down.gif
|
||||
|
||||
@ -83,6 +83,10 @@ EXPORT_RESOURCE_SAMPLES = \
|
||||
progressmeter-busy.gif \
|
||||
return-disabled.gif \
|
||||
return.gif \
|
||||
arrow-up.gif \
|
||||
arrow-down.gif \
|
||||
arrow-left.gif \
|
||||
arrow-right.gif \
|
||||
scroll-down-disabled.gif \
|
||||
scroll-down-hover.gif \
|
||||
scroll-down.gif \
|
||||
|
||||
BIN
mozilla/themes/classic/global/arrow-down.gif
Normal file
|
After Width: | Height: | Size: 61 B |
BIN
mozilla/themes/classic/global/arrow-left.gif
Normal file
|
After Width: | Height: | Size: 61 B |
BIN
mozilla/themes/classic/global/arrow-right.gif
Normal file
|
After Width: | Height: | Size: 61 B |
BIN
mozilla/themes/classic/global/arrow-up.gif
Normal file
|
After Width: | Height: | Size: 59 B |
@ -83,6 +83,10 @@ install::
|
||||
$(MAKE_INSTALL) progressmeter-busy.gif $(DIST)\bin\chrome\skins\$(THEME)\global\skin
|
||||
$(MAKE_INSTALL) return-disabled.gif $(DIST)\bin\chrome\skins\$(THEME)\global\skin
|
||||
$(MAKE_INSTALL) return.gif $(DIST)\bin\chrome\skins\$(THEME)\global\skin
|
||||
$(MAKE_INSTALL) arrow-up.gif $(DIST)\bin\chrome\skins\$(THEME)\global\skin
|
||||
$(MAKE_INSTALL) arrow-down.gif $(DIST)\bin\chrome\skins\$(THEME)\global\skin
|
||||
$(MAKE_INSTALL) arrow-left.gif $(DIST)\bin\chrome\skins\$(THEME)\global\skin
|
||||
$(MAKE_INSTALL) arrow-right.gif $(DIST)\bin\chrome\skins\$(THEME)\global\skin
|
||||
$(MAKE_INSTALL) scroll-down-disabled.gif $(DIST)\bin\chrome\skins\$(THEME)\global\skin
|
||||
$(MAKE_INSTALL) scroll-down-hover.gif $(DIST)\bin\chrome\skins\$(THEME)\global\skin
|
||||
$(MAKE_INSTALL) scroll-down.gif $(DIST)\bin\chrome\skins\$(THEME)\global\skin
|
||||
|
||||
@ -27,7 +27,10 @@
|
||||
*/
|
||||
/* Most should be moved to global files */
|
||||
|
||||
/* The defaults are WAY to big! */
|
||||
titledbox {
|
||||
margin: 2px 5px; 4px; 5px;
|
||||
padding-top: 2px;
|
||||
padding-bottom: 4px;
|
||||
}
|
||||
|
||||
@ -128,6 +131,22 @@ tree.list {
|
||||
min-width: 10em;
|
||||
}
|
||||
|
||||
#PreviousButton {
|
||||
list-style-image: url(chrome://global/skin/arrow-left.gif);
|
||||
}
|
||||
|
||||
#NextButton {
|
||||
list-style-image: url(chrome://global/skin/arrow-right.gif);
|
||||
}
|
||||
|
||||
#PreviousButton[type="row"] {
|
||||
list-style-image: url(chrome://global/skin/arrow-up.gif);
|
||||
}
|
||||
|
||||
#NextButton[type="row"] {
|
||||
list-style-image: url(chrome://global/skin/arrow-down.gif);
|
||||
}
|
||||
|
||||
#MisspelledWord {
|
||||
font-weight: bold;
|
||||
}
|
||||
@ -143,6 +162,8 @@ tree.list {
|
||||
/* use outset shape for a button look */
|
||||
.colorpicker {
|
||||
border: 1px outset #CCCCCC;
|
||||
/* This should be the same as for textfield */
|
||||
margin-left: 4px;
|
||||
/* For a little extra space between buttons */
|
||||
margin-bottom: 2px;
|
||||
}
|
||||
|
||||
@ -68,6 +68,10 @@ question-icon.gif
|
||||
radio.css
|
||||
return-disabled.gif
|
||||
return.gif
|
||||
arrow-up.gif
|
||||
arrow-down.gif
|
||||
arrow-left.gif
|
||||
arrow-right.gif
|
||||
scroll-down-disabled.gif
|
||||
scroll-down-hover.gif
|
||||
scroll-down.gif
|
||||
|
||||
@ -100,6 +100,10 @@ EXPORT_RESOURCE_SAMPLES = \
|
||||
radio.css \
|
||||
return-disabled.gif \
|
||||
return.gif \
|
||||
arrow-up.gif \
|
||||
arrow-down.gif \
|
||||
arrow-left.gif \
|
||||
arrow-right.gif \
|
||||
scroll-down-disabled.gif \
|
||||
scroll-down-hover.gif \
|
||||
scroll-down.gif \
|
||||
|
||||
BIN
mozilla/themes/modern/global/arrow-down.gif
Normal file
|
After Width: | Height: | Size: 61 B |
BIN
mozilla/themes/modern/global/arrow-left.gif
Normal file
|
After Width: | Height: | Size: 61 B |
BIN
mozilla/themes/modern/global/arrow-right.gif
Normal file
|
After Width: | Height: | Size: 61 B |
BIN
mozilla/themes/modern/global/arrow-up.gif
Normal file
|
After Width: | Height: | Size: 59 B |
@ -98,6 +98,10 @@ install::
|
||||
$(MAKE_INSTALL) radio.css $(DIST)\bin\chrome\skins\$(THEME)\global\skin
|
||||
$(MAKE_INSTALL) return-disabled.gif $(DIST)\bin\chrome\skins\$(THEME)\global\skin
|
||||
$(MAKE_INSTALL) return.gif $(DIST)\bin\chrome\skins\$(THEME)\global\skin
|
||||
$(MAKE_INSTALL) arrow-up.gif $(DIST)\bin\chrome\skins\$(THEME)\global\skin
|
||||
$(MAKE_INSTALL) arrow-down.gif $(DIST)\bin\chrome\skins\$(THEME)\global\skin
|
||||
$(MAKE_INSTALL) arrow-left.gif $(DIST)\bin\chrome\skins\$(THEME)\global\skin
|
||||
$(MAKE_INSTALL) arrow-right.gif $(DIST)\bin\chrome\skins\$(THEME)\global\skin
|
||||
$(MAKE_INSTALL) scroll-down-disabled.gif $(DIST)\bin\chrome\skins\$(THEME)\global\skin
|
||||
$(MAKE_INSTALL) scroll-down-hover.gif $(DIST)\bin\chrome\skins\$(THEME)\global\skin
|
||||
$(MAKE_INSTALL) scroll-down.gif $(DIST)\bin\chrome\skins\$(THEME)\global\skin
|
||||
|
||||