From b800d4721c8dccb5bd0ad6a0d793219d27cf25bd Mon Sep 17 00:00:00 2001 From: Per Jensen Date: Sat, 22 Dec 2012 09:35:47 +0100 Subject: Prevent distortion of group icon --- mod/groups/views/default/groups/css.php | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'mod') diff --git a/mod/groups/views/default/groups/css.php b/mod/groups/views/default/groups/css.php index 20cd947f8..f475f7d9e 100644 --- a/mod/groups/views/default/groups/css.php +++ b/mod/groups/views/default/groups/css.php @@ -9,7 +9,10 @@ .groups-profile > .elgg-image { margin-right: 10px; } - +.groups-profile img { + width: 100%; + height: auto; +} .groups-stats { background: #eeeeee; padding: 5px; @@ -74,4 +77,4 @@ .elgg-menu-groups-my-status li.elgg-state-selected > a { background-color: #4690D6; color: white; -} \ No newline at end of file +} -- cgit v1.2.3