From 0a57c94d1cf8173eb8d182a381e416fd0c9a3f6a Mon Sep 17 00:00:00 2001 From: pete Date: Fri, 15 Aug 2008 22:15:20 +0000 Subject: owner block menu git-svn-id: https://code.elgg.org/elgg/trunk@1957 36083f99-b078-4883-b0ff-0f9b5a30f544 --- views/default/css.php | 46 ++++++++++++++++++++++++++++++++++++++-------- 1 file changed, 38 insertions(+), 8 deletions(-) (limited to 'views/default/css.php') diff --git a/views/default/css.php b/views/default/css.php index 86440fefb..6f0ebe8c6 100644 --- a/views/default/css.php +++ b/views/default/css.php @@ -1354,20 +1354,20 @@ table.search_gallery { #owner_block_submenu { margin:20px 0 20px 0; padding: 0; - border-bottom: 1px solid #cccccc; + /* border-bottom: 1px solid #cccccc; */ width:100%; } -#owner_block ul { +#owner_block_submenu ul { list-style: none; padding: 0; margin: 0; } -#owner_block ul li.selected a { +#owner_block_submenu ul li.selected a { background: url(_graphics/owner_block_menu_arrow.gif) no-repeat left 6px; padding-left:10px; } -#owner_block ul li a { +#owner_block_submenu ul li a { text-decoration: none; display: block; padding: 0; @@ -1379,19 +1379,49 @@ table.search_gallery { line-height: 1.1em; } -#owner_block ul li a:hover { +#owner_block_submenu ul li a:hover { color:white; - background: #4690d6; /* url(_graphics/tools_over.png) repeat-x top left; */ + background: #4690d6; } /* IE 6 + 7 menu arrow position fix */ -* html #owner_block ul li.selected a { +* html #owner_block_submenu ul li.selected a { background-position: left 8px; } -*:first-child+html #owner_block ul li.selected a { +*:first-child+html #owner_block_submenu ul li.selected a { background-position: left 8px; } +#owner_block_submenu .submenu_group { + border-bottom: 1px solid #cccccc; + margin:22px 0 0 0; +} + +/* filetypes filter menu */ +#owner_block_submenu .submenu_group .submenu_group_filetypes ul li a { + color:#666666; +} +#owner_block_submenu .submenu_group .submenu_group_filetypes ul li.selected a { + background: url(_graphics/owner_block_menu_dot.gif) no-repeat left 7px; +} +#owner_block_submenu .submenu_group .submenu_group_filetypes ul li a:hover { + color:white; + background: #999999; +} + +/* pages actions menu */ +#owner_block_submenu .submenu_group .submenu_group_pagesactions ul li a { + color:#666666; +} +#owner_block_submenu .submenu_group .submenu_group_pagesactions ul li.selected a { + background: url(_graphics/owner_block_menu_dot.gif) no-repeat left 7px; +} +#owner_block_submenu .submenu_group .submenu_group_pagesactions ul li a:hover { + color:white; + background: #999999; +} + + /* *************************************** PAGINATION *************************************** */ -- cgit v1.2.3