Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
It seems that this package affect size of icons in Umbraco listview grid mode.
Umbraco use font-size: 40px; here, but this package overwrite it to 14px.
font: normal normal normal 14px/1 FontAwesome;
http://issues.umbraco.org/issue/U4-8248
Furthemore it also affect size of font icons in listview list mode, when a font awesome icon is used, which is a smaller size than the "checkmark". So when you select a listview row, it jumps a bit because of a larger height.
/Bjarne
It seems to font shorthand overwrite the font-size Umbraco sets for the icons in e.g. listview list and grid layouts.
And font-size: inherit; doesn't have any effect because the styles Umbraco add to the icons first is added later in code.
font-size: inherit;
But it might work only to set font-family: FontAwesome and let Umbraco controls the rest.
font-family: FontAwesome
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Font Awesome package affect size icons of Umbraco listview grid
It seems that this package affect size of icons in Umbraco listview grid mode.
Umbraco use font-size: 40px; here, but this package overwrite it to 14px.
http://issues.umbraco.org/issue/U4-8248
Furthemore it also affect size of font icons in listview list mode, when a font awesome icon is used, which is a smaller size than the "checkmark". So when you select a listview row, it jumps a bit because of a larger height.
/Bjarne
It seems to font shorthand overwrite the font-size Umbraco sets for the icons in e.g. listview list and grid layouts.
And
font-size: inherit;
doesn't have any effect because the styles Umbraco add to the icons first is added later in code.But it might work only to set
font-family: FontAwesome
and let Umbraco controls the rest.http://issues.umbraco.org/issue/U4-8248
is working on a reply...