diff options
author | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-12-02 16:32:18 +0000 |
---|---|---|
committer | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-12-02 16:32:18 +0000 |
commit | 667f763b8fc68176762647805457b9539bd1669c (patch) | |
tree | ec7ebbbc96177aea5b6f544ba032519153888f04 /views/default/css | |
parent | 926e6b17a34c06ce52852324121f1fd4d89e2a30 (diff) | |
download | elgg-667f763b8fc68176762647805457b9539bd1669c.tar.gz elgg-667f763b8fc68176762647805457b9539bd1669c.tar.bz2 |
cleaned up header css for new layout
git-svn-id: http://code.elgg.org/elgg/trunk@7503 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'views/default/css')
-rw-r--r-- | views/default/css/screen.php | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/views/default/css/screen.php b/views/default/css/screen.php index 596da1b24..6fc967bb5 100644 --- a/views/default/css/screen.php +++ b/views/default/css/screen.php @@ -429,7 +429,12 @@ h2 { /* *************************************** HEADER CONTENTS *************************************** */ -#elgg-header-contents h1 a span.network-title { +.elgg-header > .elgg-inner { + position: relative; + height: 90px; +} + +.elgg-header h1 a span.network-title { font-size: 2em; line-height:1.4em; color: white; @@ -439,7 +444,7 @@ h2 { text-decoration: none; text-shadow:1px 2px 4px #333333; } -#elgg-header-contents #elgg-search input.search-input { +.elgg-header #elgg-search input.search-input { -webkit-border-radius: 10px; -moz-border-radius: 10px; background-color:transparent; @@ -454,19 +459,19 @@ h2 { background-position: 2px -220px; background-repeat: no-repeat; } -#elgg-header-contents #elgg-search input.search-input:focus { +.elgg-header #elgg-search input.search-input:focus { background-color:white; color:#0054A7; border:1px solid white; background-position: 2px -257px; } -#elgg-header-contents #elgg-search input.search-input:active { +.elgg-header #elgg-search input.search-input:active { background-color:white; color:#0054A7; border:1px solid white; background-position: 2px -257px; } -#elgg-header-contents #elgg-search input.search-submit-button { +.elgg-header #elgg-search input.search-submit-button { display:none; } |