Hi CzechBoy,
the Zen css-buttons code is based on some code I wrote as a contribution. The reason I added the automatic width calculation is because I could not find any other (practicle) way to create buttons that adjusted automaticly to the width of the text. (one way that works across browsers is wrapping each button in a table, but that would obviously (?) not be an improvement).
If anyone knows a better way to create css buttons (i.c.w. the current Zen Code of course) that adjust automaticly to the containing text please tell! It would not suprise me if a better solution exists, and I just overlooked it at the time i wrote it.
The change all buttons to the same fixed width you can add this at the bottom of the stylesheet_css_buttons.css file:
Code:
.cssButton, .cssButtonHover{
width: 200px !important;
}