From 57297a7e814f64bdc844321caabe6dafcef7b246 Mon Sep 17 00:00:00 2001 From: pete Date: Mon, 23 Feb 2009 17:29:05 +0000 Subject: right_column changed from class to id to match left_column git-svn-id: https://code.elgg.org/elgg/trunk@2902 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/groups/views/default/groups/css.php | 10 +++++----- mod/groups/views/default/groups/profileitems.php | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'mod/groups/views') diff --git a/mod/groups/views/default/groups/css.php b/mod/groups/views/default/groups/css.php index 430ca999e..d5dd374b8 100644 --- a/mod/groups/views/default/groups/css.php +++ b/mod/groups/views/default/groups/css.php @@ -74,7 +74,7 @@ background: white; } -.right_column { +#right_column { clear:left; float:right; width:350px; @@ -90,12 +90,12 @@ * html #left_column { /* width:328px; */ } -* html .right_column { +* html #right_column { /* width:328px; */ } #group_members h2, -.right_column h2, +#right_column h2, #left_column h2 { margin:0 0 10px 0; padding:5px; @@ -274,11 +274,11 @@ -webkit-border-radius: 8px; -moz-border-radius: 8px; } -.right_column .filerepo_widget_singleitem { +#right_column .filerepo_widget_singleitem { background: #dedede !important; margin:0 10px 5px 10px; } -.right_column .search_listing { +#right_column .search_listing { background: #dedede !important; } .forum_latest { diff --git a/mod/groups/views/default/groups/profileitems.php b/mod/groups/views/default/groups/profileitems.php index 29d07d4b9..c1cc37c45 100644 --- a/mod/groups/views/default/groups/profileitems.php +++ b/mod/groups/views/default/groups/profileitems.php @@ -16,7 +16,7 @@ echo ""; //right column - echo "
"; + echo "
"; echo elgg_view("groups/right_column",array('entity' => $vars['entity'])); echo "
"; -- cgit v1.2.3