Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Remote Application Platform (RAP) » About RAP1.5 default.css
About RAP1.5 default.css [message #836890] Thu, 05 April 2012 02:25 Go to next message
ocean xue is currently offline ocean xueFriend
Messages: 107
Registered: November 2011
Senior Member
In the RAP1.5 DEFAULT.CSS, Text padding: 5px 10px 5px 10px.
Modify the padding: 2px 3px after, the text is not center
Re: About RAP1.5 default.css [message #836991 is a reply to message #836890] Thu, 05 April 2012 06:07 Go to previous messageGo to next message
ocean xue is currently offline ocean xueFriend
Messages: 107
Registered: November 2011
Senior Member
Use BY IE9
Re: About RAP1.5 default.css [message #837028 is a reply to message #836890] Thu, 05 April 2012 07:20 Go to previous messageGo to next message
Ivan Furnadjiev is currently offline Ivan FurnadjievFriend
Messages: 2426
Registered: July 2009
Location: Sofia, Bulgaria
Senior Member
Hi,
I've tested the Text padding with current CVS HEAD (1.5M6) and it's
working fine for me. Which exact RAP milestone are you using?
Best,
Ivan


On 4/5/2012 5:25 AM, ocean wrote:
> In the RAP1.5 DEFAULT.CSS, Text padding: 5px 10px 5px 10px.
> Modify the padding: 2px 3px after, the text is not center

--
Ivan Furnadjiev

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

Professional services for RAP and RCP?
http://eclipsesource.com/services/rap/
Re: About RAP1.5 default.css [message #837064 is a reply to message #837028] Thu, 05 April 2012 08:28 Go to previous messageGo to next message
ocean xue is currently offline ocean xueFriend
Messages: 107
Registered: November 2011
Senior Member
using 1.5M6
--------------------------------------------------------------------
Text {
font: 12px Verdana, "Lucida Sans", Arial, Helvetica, sans-serif;
border: none;
border-radius: 0;
padding: 2px 3px;
color: #4a4a4a;
background-color: #ffffff;
background-image: none;
}

Text[MULTI] {
/*
* padding currently has no effect because of bug 253644
* [TODO] remove comment if bug fixed
*/
padding: 2px 3px;
}

Text[BORDER],
Text[MULTI][BORDER] {
border: 1px solid #aaaaaa;
border-radius: 0;
}

Text[BORDER]:focused,
Text[MULTI][BORDER]:focused {
border: 1px solid #4f7cb1;
}

Text-Message {
color: #4a4a4a;
}
Re: About RAP1.5 default.css [message #837131 is a reply to message #837064] Thu, 05 April 2012 09:54 Go to previous message
Ivan Furnadjiev is currently offline Ivan FurnadjievFriend
Messages: 2426
Registered: July 2009
Location: Sofia, Bulgaria
Senior Member
Thanks for reporting it. There was a 2px adjustment for IE, which is not
needed anymore for IE9 (standard rendering). Fixed in CVS HEAD.
Best,
Ivan

On 4/5/2012 11:28 AM, ocean wrote:
> using 1.5M6
> --------------------------------------------------------------------
> Text {
> font: 12px Verdana, "Lucida Sans", Arial, Helvetica, sans-serif;
> border: none;
> border-radius: 0;
> padding: 2px 3px;
> color: #4a4a4a;
> background-color: #ffffff;
> background-image: none;
> }
>
> Text[MULTI] {
> /*
> * padding currently has no effect because of bug 253644
> * [TODO] remove comment if bug fixed
> */
> padding: 2px 3px;
> }
>
> Text[BORDER],
> Text[MULTI][BORDER] {
> border: 1px solid #aaaaaa;
> border-radius: 0;
> }
>
> Text[BORDER]:focused,
> Text[MULTI][BORDER]:focused {
> border: 1px solid #4f7cb1;
> }
>
> Text-Message {
> color: #4a4a4a;
> }

--
Ivan Furnadjiev

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

Professional services for RAP and RCP?
http://eclipsesource.com/services/rap/
Previous Topic:Javascript Error when changing view using ViewStack
Next Topic:How to disable the selected perspective right-click menu?
Goto Forum:
  


Current Time: Fri Apr 26 05:18:21 GMT 2024

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

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

Back to the top