Download
Getting Started
Members
Projects
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
More
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
Toggle navigation
Bugzilla – Attachment 231436 Details for
Bug 408553
Theming][Text] background-position and background-repeat are not defined in business/fancy
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
Terms of Use
|
Copyright Agent
Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read
this important communication.
[patch]
Proposed patch
bug-408553.patch (text/plain), 3.00 KB, created by
Ivan Furnadjiev
on 2013-05-24 03:47:52 EDT
(
hide
)
Description:
Proposed patch
Filename:
MIME Type:
Creator:
Ivan Furnadjiev
Created:
2013-05-24 03:47:52 EDT
Size:
3.00 KB
patch
obsolete
>diff --git a/examples/org.eclipse.rap.design.example/theme/business/business.css b/examples/org.eclipse.rap.design.example/theme/business/business.css >index 7b9d676..e973cf5 100644 >--- a/examples/org.eclipse.rap.design.example/theme/business/business.css >+++ b/examples/org.eclipse.rap.design.example/theme/business/business.css >@@ -1050,6 +1050,8 @@ > color: #464a4e; > background-color: #fcfcfc; > background-image: none; >+ background-repeat: repeat; >+ background-position: left top; > text-shadow: none; > box-shadow: none > } >diff --git a/examples/org.eclipse.rap.design.example/theme/fancy/fancy.css b/examples/org.eclipse.rap.design.example/theme/fancy/fancy.css >index 26cfa11..48b883d 100644 >--- a/examples/org.eclipse.rap.design.example/theme/fancy/fancy.css >+++ b/examples/org.eclipse.rap.design.example/theme/fancy/fancy.css >@@ -1031,6 +1031,8 @@ > color: #464a4e; > background-color: #fcfcfc; > background-image: none; >+ background-repeat: repeat; >+ background-position: left top; > text-shadow: none; > box-shadow: none; > } >diff --git a/tests/org.eclipse.rap.rwt.themes.test/src/org/eclipse/rap/rwt/themes/test/business/Text.test.css b/tests/org.eclipse.rap.rwt.themes.test/src/org/eclipse/rap/rwt/themes/test/business/Text.test.css >index 44012e8..2622c3a 100644 >--- a/tests/org.eclipse.rap.rwt.themes.test/src/org/eclipse/rap/rwt/themes/test/business/Text.test.css >+++ b/tests/org.eclipse.rap.rwt.themes.test/src/org/eclipse/rap/rwt/themes/test/business/Text.test.css >@@ -1,5 +1,5 @@ > /******************************************************************************* >- * Copyright (c) 2010, 2012 EclipseSource and others. >+ * Copyright (c) 2010, 2013 EclipseSource and others. > * All rights reserved. This program and the accompanying materials > * are made available under the terms of the Eclipse Public License v1.0 > * which accompanies this distribution, and is available at >@@ -14,6 +14,8 @@ > Text { > color: #464a4e; > background-color: #fcfcfc; >+ background-repeat: repeat; >+ background-position: left top; > } > > Text[BORDER] { >diff --git a/tests/org.eclipse.rap.rwt.themes.test/src/org/eclipse/rap/rwt/themes/test/fancy/Text.test.css b/tests/org.eclipse.rap.rwt.themes.test/src/org/eclipse/rap/rwt/themes/test/fancy/Text.test.css >index 44012e8..2622c3a 100644 >--- a/tests/org.eclipse.rap.rwt.themes.test/src/org/eclipse/rap/rwt/themes/test/fancy/Text.test.css >+++ b/tests/org.eclipse.rap.rwt.themes.test/src/org/eclipse/rap/rwt/themes/test/fancy/Text.test.css >@@ -1,5 +1,5 @@ > /******************************************************************************* >- * Copyright (c) 2010, 2012 EclipseSource and others. >+ * Copyright (c) 2010, 2013 EclipseSource and others. > * All rights reserved. This program and the accompanying materials > * are made available under the terms of the Eclipse Public License v1.0 > * which accompanies this distribution, and is available at >@@ -14,6 +14,8 @@ > Text { > color: #464a4e; > background-color: #fcfcfc; >+ background-repeat: repeat; >+ background-position: left top; > } > > Text[BORDER] {
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
tbuschto
:
review+
Actions:
View
|
Diff
Attachments on
bug 408553
: 231436