From 2e18c9f778ed65bf6a48b71004e3211ead3fa0f2 Mon Sep 17 00:00:00 2001 From: pete Date: Wed, 13 Aug 2008 16:08:04 +0000 Subject: numerous polishing and rendering fixes to groups git-svn-id: https://code.elgg.org/elgg/trunk@1906 36083f99-b078-4883-b0ff-0f9b5a30f544 --- views/default/css.php | 78 --------------------------------------------------- 1 file changed, 78 deletions(-) (limited to 'views/default') diff --git a/views/default/css.php b/views/default/css.php index 30540ad9c..bd3b71d42 100644 --- a/views/default/css.php +++ b/views/default/css.php @@ -2024,85 +2024,7 @@ a.toggle_customise_edit_panel:hover { padding-top: 4px; } -/* *************************************** - GROUPS -*************************************** */ -#content_area_group_title h2 { - background:#FDFFC3; - padding:5px; - margin:0 0 10px 0; - border-top:2px solid #4690D6; - color:#0054A7; - font-size:1.35em; - line-height:1.2em; -} - -#two_column_left_sidebar_maincontent #owner_block_content { - margin:0 0 10px 0 !important; -} - -#groups_info_column_left { - float:left: - width:465px; - margin-left:220px; -} -#groups_info_column_left .odd { - background:#f5f5f5; -} -#groups_info_column_left p { - margin:0 0 7px 0; - padding:2px 4px; -} - -#groups_info_column_right { - float:left; - width:220px; -} -#group_stats { - width:180px; - background: #eeeeee; - padding:10px; - margin:10px 0 20px 0; -} -#group_stats p { - margin:0; -} -#group_members { - margin:10px; -} - -.right_column { - clear:left; - float:right; - width:330px; -} -#left_column { - width:330px; - float:left; - margin:0 20px 0 0; - -} -#group_members h2, -.right_column h2, -#left_column h2 { - background:#F5F5F5; - border-top:2px solid #4690D6; - margin:0 0 5px 0; - padding:5px; - color:#0054A7; - font-size:1.25em; - line-height:1.2em; -} - -#left_column #mb_input_wrapper { - background:white; - border:none; - padding:0px; -} -#left_column #mb_input_wrapper .input_textarea { - width:318px; -} /* *************************************** BREADCRUMBS -- cgit v1.2.3