From 9f9009acca4e28b0ce6610ad01131a592796cb42 Mon Sep 17 00:00:00 2001 From: foockinho Date: Tue, 9 Oct 2012 17:26:02 +0200 Subject: fixed margins and paddings of elgg-menu-page a and changed elgg-owner-block images border radius --- views/default/css/elements/icons.php | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'views/default/css/elements/icons.php') diff --git a/views/default/css/elements/icons.php b/views/default/css/elements/icons.php index 1642f26..c7f3555 100644 --- a/views/default/css/elements/icons.php +++ b/views/default/css/elements/icons.php @@ -353,6 +353,7 @@ -moz-border-radius: 3px; border-radius: 3px; } + .elgg-avatar-large > a > img { width: 200px; height: 200px; @@ -368,6 +369,10 @@ background-color: #eee; box-shadow: 0px 1px 2px #333; padding: 1px; + + -webkit-border-radius: 1px; + -moz-border-radius: 1px; + border-radius: 1px; } .subgroups-icons a img { @@ -377,6 +382,10 @@ box-shadow: 0px 1px 2px #333; padding: 1px; margin: 0px 3px 3px 0px; + + -webkit-border-radius: 1px; + -moz-border-radius: 1px; + border-radius: 1px; } -- cgit v1.2.3