|
|
|
I am using revision 19096 and the button appears correctly under Firefox.
It's the "Save" button in the creation form that is not displayed correctly.
the style specifies "input.button" as a selector
<!-- buttons --> <style name="default buttons"> <selector path="input.button"> <background>url(/nuxeo/img/button_1.gif) 0 0 repeat-x #e3e6ea</background> .... </selector> and the html contains <a class="button"> the style should be changed to: <selector path=".button"> |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
This is true for most buttons on the users/hgroups screens.