diff options
author | Cash Costello <cash.costello@gmail.com> | 2012-06-02 18:21:46 -0400 |
---|---|---|
committer | Cash Costello <cash.costello@gmail.com> | 2012-06-02 18:21:46 -0400 |
commit | a333c200e30fc85c2c4b43f7b665561146a61334 (patch) | |
tree | 83006687fb36603be62f26b16eb4c15b98fb8098 /views | |
parent | 15af429ad8a760179bab0b7ffed546735949f8f6 (diff) | |
download | elgg-a333c200e30fc85c2c4b43f7b665561146a61334.tar.gz elgg-a333c200e30fc85c2c4b43f7b665561146a61334.tar.bz2 |
Fixes #4539 debrand ajax spinner
Diffstat (limited to 'views')
-rw-r--r-- | views/default/css/elements/icons.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/views/default/css/elements/icons.php b/views/default/css/elements/icons.php index f7c789e33..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; } /* *************************************** |