summaryrefslogtreecommitdiff
path: root/views/default/css/elements/icons.php
diff options
context:
space:
mode:
authorSem <sembrestels@riseup.net>2012-08-16 16:09:51 +0200
committerSem <sembrestels@riseup.net>2012-08-16 16:09:51 +0200
commit15b5c69fdaebc16ff12f60ea1eee2e176622fd6f (patch)
tree0a6c1604ac787850712480f8d82878ea9b6646e7 /views/default/css/elements/icons.php
parent1ec8a5504a0f9ecb67ed1b932d9e4f41226b6c94 (diff)
downloadsaravea_theme-15b5c69fdaebc16ff12f60ea1eee2e176622fd6f.tar.gz
saravea_theme-15b5c69fdaebc16ff12f60ea1eee2e176622fd6f.tar.bz2
User icons made circles, shadow in river messages.
Diffstat (limited to 'views/default/css/elements/icons.php')
-rw-r--r--views/default/css/elements/icons.php16
1 files changed, 10 insertions, 6 deletions
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(<?php echo elgg_get_site_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;