About RAP1.5 default.css [message #836890] |
Wed, 04 April 2012 22:25  |
Eclipse User |
|
|
|
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 #837131 is a reply to message #837064] |
Thu, 05 April 2012 05:54  |
Eclipse User |
|
|
|
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/
|
|
|
Powered by
FUDForum. Page generated in 0.27485 seconds