Sorry, but just can't find it. In our old web we get padding left with this code:
The resulting source html with Enterprise, 12.1 is:
[<img src="...question_16.png" style="vertical-align:middle;margin-top:0px;margin-bottom:0px;margin-left:3px;display:block;cursor:pointer;-webkit-touch-callout:none" id="isc_VS" suppress="TRUE" draggable="true" width="16" height="16" border="0" align="TEXTTOP">]
I canot for the life of me find where the setting to achieve that padding-left 3px is defined. In our new 13.0 web, it is 0px. In your showcase it's also 3px still, so we must have changed some skin-setting that affects this - but i cannot see what we've changed that's related to this one. Heeeeeeeeeeelp :)
Code:
FormItem field... FormItemIcon helpFormIcon... field.setIcons(helpFormIcon);
[<img src="...question_16.png" style="vertical-align:middle;margin-top:0px;margin-bottom:0px;margin-left:3px;display:block;cursor:pointer;-webkit-touch-callout:none" id="isc_VS" suppress="TRUE" draggable="true" width="16" height="16" border="0" align="TEXTTOP">]
I canot for the life of me find where the setting to achieve that padding-left 3px is defined. In our new 13.0 web, it is 0px. In your showcase it's also 3px still, so we must have changed some skin-setting that affects this - but i cannot see what we've changed that's related to this one. Heeeeeeeeeeelp :)
Comment