From 7b8a18ab7f993aa5f4f7f643478f06a8e3f7ed52 Mon Sep 17 00:00:00 2001 From: cash Date: Sat, 1 Jan 2011 17:55:18 +0000 Subject: almost finished updating the file plugin to work with new html/css git-svn-id: http://code.elgg.org/elgg/trunk@7804 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/groups/views/default/groups/css.php | 5 +++++ 1 file changed, 5 insertions(+) (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 da80cc7a7..be4d152f8 100644 --- a/mod/groups/views/default/groups/css.php +++ b/mod/groups/views/default/groups/css.php @@ -13,11 +13,16 @@ width: 350px; } +#group_tools_latest > .elgg-module:nth-child(odd) { + margin-right: 30px; +} + #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; + -webkit-border-radius: 4px 4px 0 0; } #group_tools_latest > .elgg-module .elgg-head h3 { -- cgit v1.2.3