Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.ui.intro.universal')
-rw-r--r--org.eclipse.ui.intro.universal/themes/slate/html/root.css2
-rw-r--r--org.eclipse.ui.intro.universal/themes/slate/html/shared.css14
2 files changed, 12 insertions, 4 deletions
diff --git a/org.eclipse.ui.intro.universal/themes/slate/html/root.css b/org.eclipse.ui.intro.universal/themes/slate/html/root.css
index 81a46a57e..b14f8b7ee 100644
--- a/org.eclipse.ui.intro.universal/themes/slate/html/root.css
+++ b/org.eclipse.ui.intro.universal/themes/slate/html/root.css
@@ -77,7 +77,7 @@ html, body {
#page-links a img {
height : 48px;
- width : 103px;
+ width : 64px;
vertical-align : middle;
}
diff --git a/org.eclipse.ui.intro.universal/themes/slate/html/shared.css b/org.eclipse.ui.intro.universal/themes/slate/html/shared.css
index 9314b1a3a..1e3b96948 100644
--- a/org.eclipse.ui.intro.universal/themes/slate/html/shared.css
+++ b/org.eclipse.ui.intro.universal/themes/slate/html/shared.css
@@ -249,17 +249,20 @@ body, .page {
height : 64px;
float : left;
margin-left : 10px;
- display2 : block;
position : relative;
text-align : center;
}
+#action-links a {
+ float : right;
+ margin-right : 20px;
+}
+
#navigation-links a img {
height : 32px;
width : 32px;
vertical-align : center;
- horizontal-align : center;
- top : 10px;
+ horizontal-align : center;
display : block;
margin-top : 5px;
margin-bottom : 0px;
@@ -329,6 +332,11 @@ body, .page {
top : 5px;
}
+#page-links span {
+ display : block;
+ margin-top : -2px;
+}
+
/*
* Lay out the page title and description
*/

Back to the top