From 15b5c69fdaebc16ff12f60ea1eee2e176622fd6f Mon Sep 17 00:00:00 2001 From: Sem Date: Thu, 16 Aug 2012 16:09:51 +0200 Subject: User icons made circles, shadow in river messages. --- views/default/css/elements/icons.php | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) (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 f7c789e..f99a41a 100644 --- a/views/default/css/elements/icons.php +++ b/views/default/css/elements/icons.php @@ -275,6 +275,10 @@ .elgg-icon-video { background-position: 0 -1512px; } +.elgg-icon-logout { + background: transparent url(mod/_graphics/usernavicons.png) no-repeat left; + background-position: 0 0; +} .elgg-avatar > .elgg-icon-hover-menu { @@ -307,9 +311,9 @@ height: 25px; /* remove the border-radius if you don't want rounded avatars in supported browsers */ - -webkit-border-radius: 3px; - -moz-border-radius: 3px; - border-radius: 3px; + -webkit-border-radius: 13px; + -moz-border-radius: 13px; + border-radius: 13px; -moz-background-clip: border; background-clip: border; @@ -325,9 +329,9 @@ height: 40px; /* remove the border-radius if you don't want rounded avatars in supported browsers */ - -webkit-border-radius: 5px; - -moz-border-radius: 5px; - border-radius: 5px; + -webkit-border-radius: 20px; + -moz-border-radius: 20px; + border-radius: 20px; -moz-background-clip: border; background-clip: border; -- cgit v1.2.3