Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse 4 » e4 css; removing extra padding around the styled font(How to remove extra padding around the styled font.)
e4 css; removing extra padding around the styled font [message #1490378] Fri, 28 November 2014 05:20
rohit kumar is currently offline rohit kumarFriend
Messages: 2
Registered: September 2014
Junior Member
Hello,

I am using css to style my e4 rcp application. I have set the font size as 44px to one my label. With that, I am getting extra padding around the font. I want to reduce the extra padding, since i have to place another label at precisely 5 px below it.

Can anybody provide any clue regarding the management of extra space around font.

I tried all of the following attributes in css with no luck.
#label3 {
color: #FFFFFF;
font-size: 44px;
font-weight: bold;
line-height: 0px;
padding:0px;
margin:0px;
corner-radius:0px;
swt-corner-radius:0px;

}

Thanks in advance.
Previous Topic:e3 editor in e4 RCP?
Next Topic:Missing main toolbar contributions after migration to Eclipse 4.4
Goto Forum:
  


Current Time: Tue Mar 19 09:48:52 GMT 2024

Powered by FUDForum. Page generated in 0.02009 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top