summaryrefslogtreecommitdiff
path: root/views/default
diff options
context:
space:
mode:
Diffstat (limited to 'views/default')
-rw-r--r--views/default/css/elements/layout.php4
-rw-r--r--views/default/css/n1_theme/landing.php (renamed from views/default/n1_theme/css.php)8
2 files changed, 10 insertions, 2 deletions
diff --git a/views/default/css/elements/layout.php b/views/default/css/elements/layout.php
index c19666f..d332437 100644
--- a/views/default/css/elements/layout.php
+++ b/views/default/css/elements/layout.php
@@ -42,8 +42,7 @@ body {
/***** TOPBAR ******/
.elgg-page-topbar {
- background: #333333 url(<?php echo elgg_get_site_url(); ?>_graphics/toptoolbar_background.gif) repeat-x top left;
- border-bottom: 1px solid #000000;
+ background-color: #27282d;
position: relative;
height: 24px;
z-index: 9000;
@@ -74,6 +73,7 @@ body {
}
.elgg-page-header > .elgg-inner {
position: relative;
+ background: transparent url(<?php echo elgg_get_site_url(); ?>mod/n1_theme/_graphics/n1_small.png) no-repeat 650px bottom;
}
/***** PAGE BODY LAYOUT ******/
diff --git a/views/default/n1_theme/css.php b/views/default/css/n1_theme/landing.php
index 3f27d96..1e8c9d1 100644
--- a/views/default/n1_theme/css.php
+++ b/views/default/css/n1_theme/landing.php
@@ -22,3 +22,11 @@
font-size: 1.4em;
color: #666;
}
+
+#login-dropdown {
+ display:none;
+}
+
+.elgg-page-header > .elgg-inner {
+ background-image: none;
+}