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
This commit is contained in:
cmanske%netscape.com 2000-06-21 14:32:53 +00:00
parent 109c165e9a
commit 35ce501ebc
16 changed files with 66 additions and 0 deletions

View File

@ -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;
}

View File

@ -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

View File

@ -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 \

Binary file not shown.

After

Width:  |  Height:  |  Size: 61 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 61 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 61 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 59 B

View File

@ -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

View File

@ -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;
}

View File

@ -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

View File

@ -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 \

Binary file not shown.

After

Width:  |  Height:  |  Size: 61 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 61 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 61 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 59 B

View File

@ -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