From 9aefe356f87750d2a66f8e7f0dd3f0247dafd3e0 Mon Sep 17 00:00:00 2001 From: ewinslow Date: Tue, 1 Mar 2011 05:52:58 +0000 Subject: Refs #2895: Content header now emits a "title" menu git-svn-id: http://code.elgg.org/elgg/trunk@8530 36083f99-b078-4883-b0ff-0f9b5a30f544 --- views/default/css/elements/navigation.php | 102 +++++++++++++++--------------- 1 file changed, 51 insertions(+), 51 deletions(-) (limited to 'views/default/css/elements/navigation.php') diff --git a/views/default/css/elements/navigation.php b/views/default/css/elements/navigation.php index c1a6b019b..d0bb4a630 100644 --- a/views/default/css/elements/navigation.php +++ b/views/default/css/elements/navigation.php @@ -82,46 +82,6 @@ background: white; } -/* *************************************** - FILTER MENU -*************************************** */ -.elgg-menu-filter { - margin-bottom: 5px; - border-bottom: 2px solid #cccccc; - display: table; - width: 100%; -} -.elgg-menu-filter > li { - float: left; - border: 2px solid #cccccc; - border-bottom: 0; - background: #eeeeee; - margin: 0 0 0 10px; - -moz-border-radius: 5px 5px 0 0; - -webkit-border-radius: 5px 5px 0 0; -} -.elgg-menu-filter > li > a { - text-decoration: none; - display: block; - padding: 3px 10px 0 10px; - text-align: center; - height: 21px; - color: #999999; -} -.elgg-menu-filter > li > a:hover { - background: #dedede; - color:#4690D6; -} -.elgg-menu-filter > .elgg-state-selected { - border-color: #cccccc; - background: white; -} -.elgg-menu-filter > .elgg-state-selected > a { - position: relative; - top: 2px; - background: white; -} - /* *************************************** * MENUS * @@ -288,6 +248,57 @@ -webkit-border-radius: 0 0 4px 4px; } +/* *************************************** + TITLE +*************************************** */ +.elgg-menu-title { + float:right; +} + +.elgg-menu-title > li { + display:inline-block +} + +/* *************************************** + FILTER MENU +*************************************** */ +.elgg-menu-filter { + margin-bottom: 5px; + border-bottom: 2px solid #cccccc; + display: table; + width: 100%; +} +.elgg-menu-filter > li { + float: left; + border: 2px solid #cccccc; + border-bottom: 0; + background: #eeeeee; + margin: 0 0 0 10px; + -moz-border-radius: 5px 5px 0 0; + -webkit-border-radius: 5px 5px 0 0; +} +.elgg-menu-filter > li > a { + text-decoration: none; + display: block; + padding: 3px 10px 0 10px; + text-align: center; + height: 21px; + color: #999999; +} +.elgg-menu-filter > li > a:hover { + background: #dedede; + color:#4690D6; +} +.elgg-menu-filter > .elgg-state-selected { + border-color: #cccccc; + background: white; +} +.elgg-menu-filter > .elgg-state-selected > a { + position: relative; + top: 2px; + background: white; +} + /* *************************************** PAGE MENU *************************************** */ @@ -401,15 +412,4 @@ /* Ick. Allows the horizontal menu to hold image blocks without breaking */ .elgg-menu-metadata .elgg-body:after { content: '.'; -} - -/* *************************************** - TITLE -*************************************** */ -.elgg-menu-title { - float:right; -} - -.elgg-menu-title > li { - display:inline-block } \ No newline at end of file -- cgit v1.2.3