Skip to main content



      Home
Home » Eclipse Projects » Remote Application Platform (RAP) » About RAP1.5 default.css
About RAP1.5 default.css [message #836890] Wed, 04 April 2012 22:25 Go to next message
Eclipse UserFriend
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 02:07 Go to previous messageGo to next message
Eclipse UserFriend
Use BY IE9
Re: About RAP1.5 default.css [message #837028 is a reply to message #836890] Thu, 05 April 2012 03:20 Go to previous messageGo to next message
Eclipse UserFriend
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 04:28 Go to previous messageGo to next message
Eclipse UserFriend
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 05:54 Go to previous message
Eclipse UserFriend
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: Sun Jun 22 11:42:42 EDT 2025

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

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

Back to the top