Hello,
We need to modify the logon page with custom elements, like new pictures, new links... and a new "style". We're migrating from Portal 7.0, and we should do the same logon page in Portal 7.3.
I followed http://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/25225 I could modify some elements... but I don't know how to modify the "style". I mean, I must to modify the Logon button style. How can I do it? I see the .jsp code is far different from Portal 7.0, and right now, the button code line is:
<sap:button type="logon" styleClass="urBtnStdNew"/>
Where can I modify this "urBtnStdNew" styleClass? Under WebContent > css > ur, I can see some .css files... is it here? There's an entry for "urBtnStdNew" style... but I need to modify it for all the browsers, not just for "ie5", "ie6", "nn6"...
Thanks!
Miguel.