Details
-
Bug
-
Status: Closed
-
Resolution: Fixed
-
None
-
None
-
None
Description
Portlet-icons lose the consistent look and feel they should otherwise have that are caused by changing font-size or line-height to any portlet, content-wrapper, wrapper, or body. The fix is:
.portlet-icons nobr {
display: block;
float: left;
min-width: 0;
padding: 1px;
}
.ie .portlet-icons nobr {
zoom: 1;
}
Attachments
Issue Links
- relates
-
LPE-11 Portlet Icons Improperly Aligned
-
- Closed
-