Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Goldthorpe2010-03-11 19:24:51 +0000
committerChris Goldthorpe2010-03-11 19:24:51 +0000
commitfb18d75682e360a3c570c5ac5b79f7cee12f1966 (patch)
treeb0edcca288f2f098e3ec1db562c725cd56bff668 /org.eclipse.ui.intro.universal
parent1a620a2a9a2c0398ff7382751dac5494e59edf29 (diff)
downloadeclipse.platform.ua-fb18d75682e360a3c570c5ac5b79f7cee12f1966.tar.gz
eclipse.platform.ua-fb18d75682e360a3c570c5ac5b79f7cee12f1966.tar.xz
eclipse.platform.ua-fb18d75682e360a3c570c5ac5b79f7cee12f1966.zip
Part 2 of fix for Bug 305241 - [Intro] Overlapped text and tab image corruption in RTL Intro pages (Fixes Scrollbars)
Diffstat (limited to 'org.eclipse.ui.intro.universal')
-rw-r--r--org.eclipse.ui.intro.universal/themes/slate/html/rtl.css12
1 files changed, 12 insertions, 0 deletions
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 ded664e70..a3774ebbc 100644
--- a/org.eclipse.ui.intro.universal/themes/slate/html/rtl.css
+++ b/org.eclipse.ui.intro.universal/themes/slate/html/rtl.css
@@ -74,6 +74,18 @@ table {
padding-right : 45px;
}
+#navigation-links a {
+ float:right;
+ margin-left:auto;
+ margin-left : 10px;
+}
+
+#action-links a {
+ float:left;
+ margin-left:20px;
+ margin-right : auto;
+}
+
div div#rss-news {
position:static;
margin-left:0px;

Back to the top