diff options
Diffstat (limited to 'themes/default/template/index.tpl')
-rw-r--r-- | themes/default/template/index.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/default/template/index.tpl b/themes/default/template/index.tpl index e6874567e..c24f4e364 100644 --- a/themes/default/template/index.tpl +++ b/themes/default/template/index.tpl @@ -171,7 +171,7 @@ jQuery("#derivativeSwitchBox").on("mouseleave", function() { {/if} {if !empty($THUMBNAILS)} -<div class="loader" style="display: none; position: fixed; right: 0;bottom: 0;"><img src="{$ROOT_URL}{$themeconf.img_dir}/ajax_loader.gif"></div> +<div class="loader"><img src="{$ROOT_URL}{$themeconf.img_dir}/ajax_loader.gif"></div> <ul class="thumbnails" id="thumbnails"> {$THUMBNAILS} </ul> |