From 538a22b85384008533aeef2ac356ff668766e0cb Mon Sep 17 00:00:00 2001 From: pete Date: Wed, 7 Apr 2010 14:10:51 +0000 Subject: Riverdashboard refreshed, and updated display of comments and likes (the loading of these needs to be moved to ajax callbacks) git-svn-id: http://code.elgg.org/elgg/trunk@5643 36083f99-b078-4883-b0ff-0f9b5a30f544 --- views/default/css.php | 29 +++++++++++------------------ 1 file changed, 11 insertions(+), 18 deletions(-) (limited to 'views/default/css.php') diff --git a/views/default/css.php b/views/default/css.php index cc3c82d4b..70cc7ab4d 100644 --- a/views/default/css.php +++ b/views/default/css.php @@ -10,7 +10,7 @@ PAGE LAYOUT main page content blocks: header, sidebar, footer... GENERIC SELECTORS reusable generic classes ELGG TOPBAR elgg topbar - TOOLS MENU drop-down tools menu in topbar + [ TOOLS MENU drop-down tools menu in topbar ] HEADER CONTENTS ELGG SITE NAVIGATION Primary site navigation in header FOOTER CONTENTS @@ -354,7 +354,7 @@ h2 { width:100%; } #elgg_topbar_contents a { - margin-right:20px; + margin-right:30px; padding-top:2px; display:inline; float:left; @@ -410,6 +410,7 @@ h2 { /* *************************************** TOOLS MENU *************************************** */ +/* #elgg_topbar_contents ul.tools_menu, #elgg_topbar_contents ul.tools_menu ul { margin:0; @@ -448,7 +449,9 @@ h2 { #elgg_topbar_contents ul.tools_menu ul li { float: none; } +*/ /* elgg toolbar drop-down menu style */ +/* #elgg_topbar_contents ul.tools_menu ul { width: 150px; top: 24px; @@ -469,7 +472,7 @@ h2 { text-decoration: none; } #elgg_topbar_contents ul.tools_menu ul li a { - background-color: #333333; /* menu off-state color */ + background-color: #333333; font-weight: bold; padding-left:6px; padding-top:4px; @@ -480,11 +483,12 @@ h2 { border-bottom: 1px solid white; } #elgg_topbar_contents ul.tools_menu ul a.hover { - background-color: #0054a7; /* menu hover-state color */ + background-color: #0054a7; } #elgg_topbar_contents ul.tools_menu ul a { opacity: 0.9; } +*/ @@ -1058,7 +1062,8 @@ li.navigation_more ul li { } .entity_subtext { color:#666666; - font-size: 90%; + font-size: 85%; + font-style: italic; } /* entity metadata block */ .entity_metadata { @@ -1614,16 +1619,4 @@ a.action_button:focus { .admin_settings.menuitems li.custom_menuitem { margin-bottom:20px; } -.plugin_info_label { - font-weight: bold; -} -.plugin_description { - font-style: italic; -} -.plugin_screenshot { - display: inline; - margin: 3px; -} -.plugin_screenshot img { - width: 100px; -} \ No newline at end of file + -- cgit v1.2.3