aboutsummaryrefslogtreecommitdiff
path: root/views/default
diff options
context:
space:
mode:
authorpete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-08-12 12:35:40 +0000
committerpete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-08-12 12:35:40 +0000
commit79916b49fbea384981eba250080ce92a61d4c350 (patch)
tree86c2b93f429c450c55a0a5d170dce131f9e2523d /views/default
parent449768615c8a67da41d02412b2bc670649c31a81 (diff)
downloadelgg-79916b49fbea384981eba250080ce92a61d4c350.tar.gz
elgg-79916b49fbea384981eba250080ce92a61d4c350.tar.bz2
groups pages interface fixes/cleanup
git-svn-id: https://code.elgg.org/elgg/trunk@1854 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'views/default')
-rw-r--r--views/default/css.php5
1 files changed, 4 insertions, 1 deletions
diff --git a/views/default/css.php b/views/default/css.php
index 3bba536c0..39bdfbe1d 100644
--- a/views/default/css.php
+++ b/views/default/css.php
@@ -2035,9 +2035,12 @@ a.toggle_customise_edit_panel:hover {
#group_stats {
width:180px;
background: #eeeeee;
- padding:10px 10px 1px 10px;
+ padding:10px;
margin:10px 0 20px 0;
}
+#group_stats p {
+ margin:0;
+}
#group_members {
margin:10px;
}