Details
-
Type: Improvement
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 4.0.0-b1
-
Fix Version/s: 4.0.0-b1
-
Component/s: Staff Interface
-
Labels:None
-
Epic Link:
Description
The icons are blurry because font awesome inherits the font size.
- Update the icons for vCard and Notes by updating the following style (bold is new style):
.client_detail_box .address_box .bottom_row {
float: left;
width: 100%;
padding: 9px 0 0;
font-size: 14px;
}
- Update the Account Action section icons by updating the following style (bold is new style)
.account_actions ul li i {
top: 20%;
font-size: 14px;
}