[
https://issues.apache.org/jira/browse/OFBIZ-892?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12488964
]
Chris Howe commented on OFBIZ-892:
----------------------------------
There was some "niftyness" to the previous app bar, that can't be easily
reproduced but you can come close...
http://www.webcredible.co.uk/user-friendly-resources/css/css-round-corners.shtml
In order to implement the above requires the following changes
currently the markup is...
<li><a>App Name</a></li>
the markup needs to be...
<li><a><span>App Name</span></a></li>
Then some playing with the CSS
> Refactor UI elements in the Common component
> --------------------------------------------
>
> Key: OFBIZ-892
> URL: https://issues.apache.org/jira/browse/OFBIZ-892
> Project: OFBiz (The Open for Business Project)
> Issue Type: Improvement
> Components: framework
> Reporter: Adrian Crum
> Assigned To: Jacopo Cappellato
> Priority: Minor
> Attachments: appbar.patch, common.patch
>
>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.