Jump to content

How to change the position of glyph in UnimBitBtn?


likemike

Recommended Posts

Hello!

This is a little problem, but I can't find a way to handle it.

I have a UnimBitBtn with a glyph. Becaus the glyph is displayed in a very small size, I use the CSS:

.customGlyph .x-icon-el {
   width: 25px !important;
   height: 25px !important;
}

But the glyph begins too far from the top-border of the BitBtn:

Snap_001_.jpg.a66fd31153d38de33b1fcc3cab6e4f33.jpg

So I've tried a lot of CSS-params (e.g.):

.customGlyph .x-icon-el {
   width: 25px !important;
   height: 25px !important;
   margin: 0px !important;
   padding-top: 0 !important; 
}

But nothing changes the top position of the glyph.

Which is the right CSS-parameter to manage the vertical position of the glyph???

And BTW: where can I get a list of all CSS-parameters which are valid to use here? (I know, I'm not alone with this general problem...)

 

Regards

Mike

Link to comment
Share on other sites

  • 5 weeks later...
  • 1 month later...
×
×
  • Create New...