Here's more flexible CSS code for the icon. This way we can use larger images that will always fit text size they are next to:
It eliminates need for inline CSS code of pixel-perfect adjustments in every template and can be applied to any position without problems.
CSS:
.xfa_cui_srv {
width: 1em;
height: 1em;
margin-left: 0.2em;
margin-right: 0.2em;
margin-bottom: -0.19em;
padding: 0;
}
It eliminates need for inline CSS code of pixel-perfect adjustments in every template and can be applied to any position without problems.