Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Remote Application Platform (RAP) » label size and css
label size and css [message #1718661] Mon, 28 December 2015 19:54 Go to next message
Dmitry Dukhov is currently offline Dmitry DukhovFriend
Messages: 190
Registered: February 2013
Senior Member
if change font size inside css to nothing changes

bug or not bug don't know, decide to change label size from java
Group-Label {
padding: 0px 3px 0px 4px;
font: 11px Verdana, "Lucida Sans", Arial, Helvetica, sans-serif;
background-color: transparent;
background-image: none;
background-repeat: repeat;
background-position: left top;
border: none;
border-radius: 0;
color: #464a4e;
margin: 1px 10px;
text-shadow: none;
}
Re: label size and css [message #1718798 is a reply to message #1718661] Wed, 30 December 2015 11:50 Go to previous message
Ivan Furnadjiev is currently offline Ivan FurnadjievFriend
Messages: 2426
Registered: July 2009
Location: Sofia, Bulgaria
Senior Member
Hi,
you have to set the "font" CSS property on Group element (not
Group-Label). See RAP Themeing Reference for complete list of supported
themeing properties [1].

[1]
http://download.eclipse.org/rt/rap/doc/3.0/guide/reference/theming/index.html
HTH,
Ivan

--
Ivan Furnadjiev

Twitter: @EclipseRAP
Blog: http://eclipsesource.com/blogs/

Professional services for RAP and RCP?
http://eclipsesource.com/services/rap/
Previous Topic:possible bugs
Next Topic:CTabItem and Border
Goto Forum:
  


Current Time: Tue Mar 19 11:24:38 GMT 2024

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

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

Back to the top