Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Goldthorpe2009-03-20 17:37:40 +0000
committerChris Goldthorpe2009-03-20 17:37:40 +0000
commit80ea85111038b9a81d5cd18284545477a983f169 (patch)
tree446a11c346415687d4054508703df8ff71490774 /org.eclipse.ui.intro.universal/themes/slate/html/migrate.css
parent687631384a671599517011296a0c514f7579a2d4 (diff)
downloadeclipse.platform.ua-80ea85111038b9a81d5cd18284545477a983f169.tar.gz
eclipse.platform.ua-80ea85111038b9a81d5cd18284545477a983f169.tar.xz
eclipse.platform.ua-80ea85111038b9a81d5cd18284545477a983f169.zip
Bug 153295 – [Intro] Labels for links should always be visible in the intro
Diffstat (limited to 'org.eclipse.ui.intro.universal/themes/slate/html/migrate.css')
-rw-r--r--org.eclipse.ui.intro.universal/themes/slate/html/migrate.css37
1 files changed, 37 insertions, 0 deletions
diff --git a/org.eclipse.ui.intro.universal/themes/slate/html/migrate.css b/org.eclipse.ui.intro.universal/themes/slate/html/migrate.css
new file mode 100644
index 000000000..1fb7e6c76
--- /dev/null
+++ b/org.eclipse.ui.intro.universal/themes/slate/html/migrate.css
@@ -0,0 +1,37 @@
+/*******************************************************************************
+ * Copyright (c) 2006, 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
+ * http://www.eclipse.org/legal/epl-v10.html
+ *
+ * Contributors:
+ * IBM Corporation - initial API and implementation
+ *******************************************************************************/
+
+/*
+ * We are not using titles on this page.
+ */
+.intro-header {
+ display : none;
+}
+
+/* show the "selected" image for this page */
+#navigation-links a#migrate img {
+ background-image : url(../graphics/icons/ctool/mi_nav_64.gif);
+ width : 64px;
+ height: 64px;
+ margin-top : 12px
+}
+
+#navigation-links a#.high-contrast#migrate img {
+ display : none;
+}
+
+.page {
+ background-image: url(../graphics/contentpage/mi_banner.jpg);
+}
+
+#navigation-links #migrate .link-label {
+ display : none;
+} \ No newline at end of file

Back to the top