]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
Prevent distortion of group icon
authorPer Jensen <admin@perjensen-online.dk>
Sat, 22 Dec 2012 08:35:47 +0000 (09:35 +0100)
committerBrett Profitt <brett.profitt@gmail.com>
Tue, 8 Jan 2013 16:55:14 +0000 (11:55 -0500)
mod/groups/views/default/groups/css.php

index 20cd947f8927c36339d3ff4cd8b90675cea341e1..f475f7d9e907dd7b203c586c63923243cdcb6850 100644 (file)
@@ -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
+}