From c2a67ec55e27dac4ed4f07f2df595faf222f9f34 Mon Sep 17 00:00:00 2001 From: Chris Goldthorpe Date: Tue, 12 Jan 2010 19:04:17 +0000 Subject: Bug 274911 – [Intro] Placement of Workbench Item in Slate Theme --- .../themes/slate/html/root.css | 13 ++++++++++++- .../themes/slate/html/shared.css | 17 +++++++++-------- 2 files changed, 21 insertions(+), 9 deletions(-) (limited to 'org.eclipse.ui.intro.universal') 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 7a546bf77..bab4f785a 100644 --- a/org.eclipse.ui.intro.universal/themes/slate/html/root.css +++ b/org.eclipse.ui.intro.universal/themes/slate/html/root.css @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2006, 2009 IBM Corporation and others. + * Copyright (c) 2006, 2010 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 @@ -249,6 +249,16 @@ html, body { top : 0px; width : auto; text-align:center; + margin-bottom : 0px; +} + +#page-links a#workbench img { + padding : 0px; +} + +#page-links a#workbench span { + margin-top : 0px; + line-height : normal; } #page-links a#workbench .link-label { @@ -256,4 +266,5 @@ html, body { color:white; font-weight:bold; text-align:center; + margin-left: 0; } \ No newline at end of file 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 17befb636..8cd104667 100644 --- a/org.eclipse.ui.intro.universal/themes/slate/html/shared.css +++ b/org.eclipse.ui.intro.universal/themes/slate/html/shared.css @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2006, 2009 IBM Corporation and others. + * Copyright (c) 2006, 2010 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 @@ -61,6 +61,8 @@ HR { float : none; clear : both; margin-left: 70px; + position : relative; + top : -25px; } a { @@ -211,7 +213,6 @@ body, .page { } .page { - background-image : url(../graphics/contentpage/background.jpg); background-repeat : repeat-x; background-position : top left; @@ -237,11 +238,6 @@ body, .page { top : 0px; padding-left: 12px; height : 118px; - width : 100%; -} - -.page > #navigation-links { - width: 98.1%; } #navigation-links a { @@ -421,11 +417,16 @@ h1, p { margin-left : 10px; } /* required in mozilla so the page description is #page-content * a > .link-label { left: 65px; } -#page-content * a p .text { +#page-content * a p { display : block; position : relative; top : -45px; margin-bottom: -25px; +} + +#page-content * a p .text { + display : block; + position : relative; left : 53px; margin-right: 53px; } -- cgit v1.2.3