button display not showing full label

I have installed the latest version of fop2, with the payed for upgrade but I have a problem with the display of the buttons.
The display is behaving as documented but this makes the display almost unusable for my purpose. I want my users to see the full text of the label parameter as configured, preferably on a new line, but with a long phone number there is no room left in the button.

Is there a way to make fop2 do what I want?

Comments

  • Hello,

    You can edit operator.css and make buttons wider. Look at the .extbutton definition, and increase width, decrese font size, etc. It is plain html/css.

    Best regards,
  • Thanks,
    After playing with CSS I have improved the situation, but It would be very helpful , if possible, to be able to put the label on a separate line in the button.
  • Using .css you can remove the height to the .labelname entry in operator.css, and it will overflow to a 2nd line if it's long.

    You can also remove the float:left; to see how it behaves. Or changing it to "clear:both;". I am not sure what the outcome might be.. but you can try it out!
  • Thanks again.
    I have made more changes and my users are happy.
Sign In or Register to comment.