diff options
author | pete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-08-13 16:08:04 +0000 |
---|---|---|
committer | pete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-08-13 16:08:04 +0000 |
commit | 2e18c9f778ed65bf6a48b71004e3211ead3fa0f2 (patch) | |
tree | d7056b5ccc0292a09a3fdca4a8e768775442a923 /views/default/css.php | |
parent | 2d05ba231aa8f39a9330d1fa38cfeb3f8ae8368d (diff) | |
download | elgg-2e18c9f778ed65bf6a48b71004e3211ead3fa0f2.tar.gz elgg-2e18c9f778ed65bf6a48b71004e3211ead3fa0f2.tar.bz2 |
numerous polishing and rendering fixes to groups
git-svn-id: https://code.elgg.org/elgg/trunk@1906 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'views/default/css.php')
-rw-r--r-- | views/default/css.php | 78 |
1 files changed, 0 insertions, 78 deletions
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 |