aboutsummaryrefslogtreecommitdiffstats
path: root/themes/default/template/index.tpl
diff options
context:
space:
mode:
authorflop25 <flop25@piwigo.org>2013-01-29 18:35:50 +0000
committerflop25 <flop25@piwigo.org>2013-01-29 18:35:50 +0000
commit6b1b98df15686a020341e96c60203b855efed088 (patch)
tree89679366be8da7d5640395f66cd55b3c258edca2 /themes/default/template/index.tpl
parent4708e6c75e7a681b44a5cd3631209dc64a5fbc1b (diff)
moved inline css in theme.css
removed useless theme conf ready for rc git-svn-id: http://piwigo.org/svn/trunk@20452 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'themes/default/template/index.tpl')
-rw-r--r--themes/default/template/index.tpl2
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>