Tried playing with -moz-box-align, text-align etc
Thanks,
James
>Just wondering if theres a way to center images and text within the toolbarbutton element in an xulrunner application?
>
>Tried playing with -moz-box-align, text-align etc
>
>
I think it might be pack="center" or -moz-box-pack: center; in a style
sheet.
--
Warning: May contain traces of nuts.
toolbarbutton {
min-width: 40px;
-moz-box-orient: horizontal !important;
display: -moz-box !important;
-moz-box-pack: center !important;
-moz-box-align: center !important;
}
and the images are 22px wide. All properties seem to have no visual
change except the orientation with the text visible. I have seen
classes such as "toolbarbutton-text" and ones for drop marker etc but
the class name is slightly different on different sites. Do I need to
use one of these classes? And what are the correct ones?
Thanks
The label and image should already be centred. Maybe you're using a
different theme?
Neil