From 5bc52635a81d2448dbbbb8f0b62062229706b4f1 Mon Sep 17 00:00:00 2001 From: ewinslow Date: Tue, 1 Mar 2011 05:40:42 +0000 Subject: Refs #2895: Converted content filter to a menu, duplicated styles to mimic tabs... ick. git-svn-id: http://code.elgg.org/elgg/trunk@8527 36083f99-b078-4883-b0ff-0f9b5a30f544 --- views/default/css/elements/navigation.php | 40 +++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) (limited to 'views/default/css/elements') diff --git a/views/default/css/elements/navigation.php b/views/default/css/elements/navigation.php index 783d64811..d7c225d8a 100644 --- a/views/default/css/elements/navigation.php +++ b/views/default/css/elements/navigation.php @@ -82,6 +82,46 @@ 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 * -- cgit v1.2.3