Details
-
Type: Improvement
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 4.1
-
Fix Version/s: EE-4.1.0.RC1, EE-4.1.0.GA, 4.2.BETA, 4.2
-
Component/s: ACE-Components
-
Labels:None
-
Environment:ICEfaces 4 trunk r47603 Tomcat 8, all browsers.
Description
When adding a border to an ace:pushButton via the styleClass attribute, the border width is not sized appropriately unless an exact width is included in the styleClass. If no width is specified the border stretches across the page.
Example:
<style type="text/css">
.customStyle {
border: 25px double green !important;
}
</style>
See screenshot noWidth.png
Example:
<style type="text/css">
.customStyle {
border: 25px double green !important;
}
</style>
See screenshot noWidth.png
Issue Links
- blocks
-
ICE-11009 Render 'style' attribute on main element instead of root container
- Closed
r47788: made ace:pushButton and ace:linkButton display as inline-block