Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--org.eclipse.ui.intro.universal/themes/purpleMesh/html/rtl.css25
-rw-r--r--org.eclipse.ui.intro.universal/themes/slate/html/rtl.css23
2 files changed, 47 insertions, 1 deletions
diff --git a/org.eclipse.ui.intro.universal/themes/purpleMesh/html/rtl.css b/org.eclipse.ui.intro.universal/themes/purpleMesh/html/rtl.css
index c3de355bf..45b1814f1 100644
--- a/org.eclipse.ui.intro.universal/themes/purpleMesh/html/rtl.css
+++ b/org.eclipse.ui.intro.universal/themes/purpleMesh/html/rtl.css
@@ -1,5 +1,5 @@
/*******************************************************************************
- * Copyright (c) 2008 IBM Corporation and others.
+ * Copyright (c) 2008, 2009 IBM Corporation 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
@@ -84,3 +84,26 @@ div ul#eclipse-news {
background-image : url(../graphics/icons/ctool/widget_closed_hov_rtl.gif);
}
+#standby #links-background {
+ text-align:right;
+}
+
+#standby #page-links a {
+ text-align : right;
+}
+
+#standby #page-links a .link-label {
+ left:auto;
+ right : 60px;
+}
+
+#standby #page-links p {
+ right : 60px;
+}
+
+#standby #page-links a p .text {
+ margin-right:auto;
+ left:auto;
+ right : 60px;
+}
+
diff --git a/org.eclipse.ui.intro.universal/themes/slate/html/rtl.css b/org.eclipse.ui.intro.universal/themes/slate/html/rtl.css
index ebdf6c883..888b3cc32 100644
--- a/org.eclipse.ui.intro.universal/themes/slate/html/rtl.css
+++ b/org.eclipse.ui.intro.universal/themes/slate/html/rtl.css
@@ -94,3 +94,26 @@ div ul.news-list {
background-image : url(../graphics/icons/ctool/widget_closed_hov_rtl.gif);
}
+#standby #links-background {
+ text-align:right;
+}
+
+#standby #page-links a {
+ text-align : right;
+}
+
+#standby #page-links a .link-label {
+ left:auto;
+ right : 60px;
+}
+
+#standby #page-links p {
+ right : 60px;
+}
+
+#standby #page-links a p .text {
+ margin-right:auto;
+ left:auto;
+ right : 60px;
+}
+

Back to the top