From da78f2cf03d4586845cc31c86e026661a5ae0fa1 Mon Sep 17 00:00:00 2001 From: pete Date: Mon, 4 Aug 2008 15:24:59 +0000 Subject: updates to toolbar menu fixes, error messages, owner block git-svn-id: https://code.elgg.org/elgg/trunk@1683 36083f99-b078-4883-b0ff-0f9b5a30f544 --- views/default/css.php | 30 ++++--- views/default/navigation/topbar_tools.php | 130 +++++++++++++++--------------- views/default/page_elements/footer.php | 2 + 3 files changed, 87 insertions(+), 75 deletions(-) diff --git a/views/default/css.php b/views/default/css.php index 6ce71b224..9d0daa2a9 100644 --- a/views/default/css.php +++ b/views/default/css.php @@ -571,12 +571,15 @@ h6 { font-size: 0.8em; } } #tools_menu ul a:hover { color:white; - background: #4690d6 url(_graphics/tools_over.png) repeat-x top left !important; + background: #4690d6 !important; /* url(_graphics/tools_over.png) repeat-x top left !important; */ + border-left:1px solid #99ccff; + border-top:1px solid #99ccff; } -/* IE 6 - remove transparent png in menu */ +/* IE 6 - remove transparent png in menu * html #tools_menu ul a:hover { background: #4690d6; } +*/ #tools_menu li ul a { width:120px; height:auto; @@ -609,7 +612,8 @@ h6 { font-size: 0.8em; } margin:20px 20px 0px 20px; z-index: 99999; position:absolute; - width:611px; + /* width:611px; */ + width:936px; } .messages_error { border:1px solid #D3322A; @@ -619,23 +623,24 @@ h6 { font-size: 0.8em; } margin:20px 20px 0px 20px; z-index: 99999; position:absolute; - width:611px; + width:936px; } -/* IE6 fix */ +/* IE6 fix * html .messages { margin:20px 20px 0px 20px; } * html .messages_error { margin:20px 20px 0px 20px; } -/* IE7 */ +*/ +/* IE7 *:first-child+html .messages { margin:20px 20px 0px 20px; } *:first-child+html .messages_error { margin:20px 20px 0px 20px; } - +*/ @@ -1241,7 +1246,9 @@ table.search_gallery { margin:0 10px 0 0; } #owner_block_rss_feed { + border-top:1px solid #cccccc; margin:0 0 4px 0; + padding:5px 0 0 0; } #owner_block_odd_feed { padding:0 0 7px 0; @@ -1265,12 +1272,17 @@ table.search_gallery { #owner_block_odd_feed a:hover { color: #0054a7; } +#owner_block_desc { + padding:4px 0 0 0; + margin:0 0 5px 0; + line-height: 1.2em; + border-top:1px solid #cccccc; + color:#666666; +} #owner_block_content { margin:0 0 4px 0; padding:3px 0 0 0; min-height:35px; - border-bottom:1px solid #cccccc; - font-weight: bold; } #owner_block_submenu { diff --git a/views/default/navigation/topbar_tools.php b/views/default/navigation/topbar_tools.php index b6968d9ea..bb9021380 100644 --- a/views/default/navigation/topbar_tools.php +++ b/views/default/navigation/topbar_tools.php @@ -1,66 +1,64 @@ - 0) { - -?> - - - - - - - + 0) { + +?> + + + + + + + diff --git a/views/default/page_elements/footer.php b/views/default/page_elements/footer.php index a2e01b932..2f8a48043 100644 --- a/views/default/page_elements/footer.php +++ b/views/default/page_elements/footer.php @@ -24,9 +24,11 @@
+ -- cgit v1.2.3