What's new
Xen Factory

Register today to become a member! Once signed in, you'll be able to start purchasing our products, ask questions, request support and suggest new ideas!

Fixed CSS fix for the icon

Fuerto

New Member
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:

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.
 
Top