summaryrefslogtreecommitdiff
path: root/views/default/css/elements/icons.php
diff options
context:
space:
mode:
Diffstat (limited to 'views/default/css/elements/icons.php')
-rw-r--r--views/default/css/elements/icons.php22
1 files changed, 15 insertions, 7 deletions
diff --git a/views/default/css/elements/icons.php b/views/default/css/elements/icons.php
index c9d0c3d..57de34a 100644
--- a/views/default/css/elements/icons.php
+++ b/views/default/css/elements/icons.php
@@ -291,7 +291,7 @@
}
.elgg-ajax-loader {
- background: white url(<?php echo elgg_get_site_url(); ?>_graphics/ajax_loader_bw.gif) no-repeat center center;
+ background: transparent url(<?php echo elgg_get_site_url(); ?>_graphics/ajax_loader_bw.gif) no-repeat center center;
min-height: 31px;
min-width: 31px;
}
@@ -311,9 +311,9 @@
height: 25px;
/* remove the border-radius if you don't want rounded avatars in supported browsers */
- -webkit-border-radius: 13px;
- -moz-border-radius: 13px;
- border-radius: 13px;
+ -webkit-border-radius: 3px;
+ -moz-border-radius: 3px;
+ border-radius: 3px;
-moz-background-clip: border;
background-clip: border;
@@ -329,9 +329,9 @@
height: 40px;
/* remove the border-radius if you don't want rounded avatars in supported browsers */
- -webkit-border-radius: 20px;
- -moz-border-radius: 20px;
- border-radius: 20px;
+ -webkit-border-radius: 3px;
+ -moz-border-radius: 3px;
+ border-radius: 3px;
-moz-background-clip: border;
background-clip: border;
@@ -345,8 +345,16 @@
.elgg-avatar-medium > a > img {
width: 100px;
height: 100px;
+
+ -webkit-border-radius: 3px;
+ -moz-border-radius: 3px;
+ border-radius: 3px;
}
.elgg-avatar-large > a > img {
width: 200px;
height: 200px;
+
+ -webkit-border-radius: 3px;
+ -moz-border-radius: 3px;
+ border-radius: 3px;
}