Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.ui.intro.universal/themes/circles/html/standby.css')
-rw-r--r--org.eclipse.ui.intro.universal/themes/circles/html/standby.css18
1 files changed, 17 insertions, 1 deletions
diff --git a/org.eclipse.ui.intro.universal/themes/circles/html/standby.css b/org.eclipse.ui.intro.universal/themes/circles/html/standby.css
index 4cde4b34a..cc9e98bd1 100644
--- a/org.eclipse.ui.intro.universal/themes/circles/html/standby.css
+++ b/org.eclipse.ui.intro.universal/themes/circles/html/standby.css
@@ -6,6 +6,16 @@
font-size : 15pt;
}
+/*
+ * We will not use the general-purpose group1 used in
+ * other pages for a curve image.
+ */
+
+#extra-group1 {
+ display : none;
+}
+
+
#page-links a .link-label, #action-links a .link-label {
font-size : 10pt;
font-weight : 600;
@@ -30,7 +40,13 @@ body {
background-color : #6d7e85;
}
-.page {
+#branding {
+ position: absolute;
+ bottom : 20px;
+ left : 20px;
+}
+
+.page {
background-repeat : no-repeat;
background-position : bottom left;
min-width : 230px;

Back to the top