Thanks for your answer –
In the meanwhile I’ve solved the problem in this way:
I’ve defined a class: spanbutton_5, which I included in the maxbutton settings under “Advanced / Extra Classes”
It looks like this:
.spanbutton_5 {
position:relative;
top: 1px;
display: inline-block;
overflow: hidden;
max-width:10px;}
the purpose of the “top: 1px” is just to valign the button with the text.
It’s the inline-block and the max-width that is important.
-
This reply was modified 8 years, 6 months ago by eriksten.