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 --- mod/groups/views/default/groups/css.php | 94 +++++++++++++++++++++++++++++++-- 1 file changed, 89 insertions(+), 5 deletions(-) (limited to 'mod/groups/views/default/groups/css.php') diff --git a/mod/groups/views/default/groups/css.php b/mod/groups/views/default/groups/css.php index 67a4d6804..0da9550c0 100644 --- a/mod/groups/views/default/groups/css.php +++ b/mod/groups/views/default/groups/css.php @@ -1,7 +1,7 @@ -/* forums overview page */ + +#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; +} + +.member_icon { + margin:3px; + float:left; +} + + +/* group forums overview page */ .forums_table_head { background: #4690d6; color:#ffffff; @@ -83,7 +167,7 @@ } -/* latest discussions widget on groups homepage */ +/* group latest discussions widget */ #latest_discussion_widget { margin:0 0 20px 0; } @@ -132,11 +216,11 @@ a.add_topic_button:hover { text-decoration: none; } -/* group files widget on group homepage */ +/* group files widget */ #filerepo_widget_layout { margin:0 0 20px 0; } -/* group pages widget on groups homepage */ +/* group pages widget */ #group_pages_widget { margin:0 0 20px 0; } -- cgit v1.2.3