From 58bd19d7cf35e6159124716d0da48d91354d3a2f Mon Sep 17 00:00:00 2001 From: cash Date: Sat, 25 Dec 2010 17:07:41 +0000 Subject: amtrak does not have wifi so here is one big commit with group blogs, blog widget, and improved blog sidebar git-svn-id: http://code.elgg.org/elgg/trunk@7720 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/groups/views/default/groups/css.php | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) (limited to 'mod/groups') diff --git a/mod/groups/views/default/groups/css.php b/mod/groups/views/default/groups/css.php index acd18550e..da80cc7a7 100644 --- a/mod/groups/views/default/groups/css.php +++ b/mod/groups/views/default/groups/css.php @@ -6,6 +6,29 @@ */ ?> +#group_tools_latest > .elgg-module { + float: left; + margin-bottom: 40px; + min-height: 200px; + width: 350px; +} + +#group_tools_latest > .elgg-module .elgg-head { + padding: 5px 5px 3px; + background-color: #e4e4e4; + border-bottom: 1px solid #cccccc; + -moz-border-radius: 4px 4px 0 0; +} + +#group_tools_latest > .elgg-module .elgg-head h3 { + color: #333333; +} + +.group-widget-viewall { + float: right; + font-size: 85%; +} + /* group listings */ .group_count { float:right; -- cgit v1.2.3