diff options
Diffstat (limited to 'views/default/css/elements/icons.php')
| -rw-r--r-- | views/default/css/elements/icons.php | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/views/default/css/elements/icons.php b/views/default/css/elements/icons.php index ee166b5be..9b12e0a57 100644 --- a/views/default/css/elements/icons.php +++ b/views/default/css/elements/icons.php @@ -288,8 +288,8 @@ .elgg-ajax-loader { background: white url(<?php echo elgg_get_site_url(); ?>_graphics/ajax_loader_bw.gif) no-repeat center center; - min-height: 33px; - min-width: 33px; + min-height: 31px; + min-width: 31px; } /* *************************************** @@ -297,6 +297,7 @@ *************************************** */ .elgg-avatar { position: relative; + display: inline-block; } .elgg-avatar > a > img { display: block; |
