Changes between Initial Version and Version 1 of Ticket #5603, comment 3


Ignore:
Timestamp:
May 14, 2011, 10:42:39 AM (12 years ago)
Author:
k_borchers
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #5603, comment 3

    initial v1  
    1 I am not sure there is a good solution to this issue as it is being caused by Firefox not following the standard box model when displaying buttons. If a height is set, Firefox converts that to a combination of a smaller height and top/bottom padding that total that set height. I am attempting to find a way to changes this during creation of the button but I'm not sure if Firefox will allow the change.
     1I am not sure there is a good solution to this issue as it is being caused by Firefox not following the standard box model when displaying buttons. If a height is set, Firefox converts that to a combination of a smaller height and top/bottom padding that total that set height. I am attempting to find a way to change this during creation of the button but I'm not sure if Firefox will allow the change.