diff options
author | Chris Goldthorpe | 2010-01-12 19:04:17 +0000 |
---|---|---|
committer | Chris Goldthorpe | 2010-01-12 19:04:17 +0000 |
commit | c2a67ec55e27dac4ed4f07f2df595faf222f9f34 (patch) | |
tree | 6e74961a8cf666b806579e0a72c8fc24b940a9ee /org.eclipse.ui.intro.universal | |
parent | 124df5b7e8df340a7b9531ced51701e5d0472a58 (diff) | |
download | eclipse.platform.ua-c2a67ec55e27dac4ed4f07f2df595faf222f9f34.tar.gz eclipse.platform.ua-c2a67ec55e27dac4ed4f07f2df595faf222f9f34.tar.xz eclipse.platform.ua-c2a67ec55e27dac4ed4f07f2df595faf222f9f34.zip |
Bug 274911 [Intro] Placement of Workbench Item in Slate Theme
Diffstat (limited to 'org.eclipse.ui.intro.universal')
-rw-r--r-- | org.eclipse.ui.intro.universal/themes/slate/html/root.css | 13 | ||||
-rw-r--r-- | org.eclipse.ui.intro.universal/themes/slate/html/shared.css | 17 |
2 files changed, 21 insertions, 9 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 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; } |