mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-03-28 17:42:57 +01:00
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
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
{/html_style}{/strip}
|
||||
{/if}
|
||||
{footer_script}var error_icon = "{$ROOT_URL}{$themeconf.icon_dir}/errors_small.png";{/footer_script}
|
||||
<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="commentsList">
|
||||
{foreach from=$comments item=comment name=comment_loop}
|
||||
<li class="commentElement {if $smarty.foreach.comment_loop.index is odd}odd{else}even{/if}">
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
{footer_script}
|
||||
var error_icon = "{$ROOT_URL}{$themeconf.icon_dir}/errors_small.png", max_requests = {$maxRequests};
|
||||
{/footer_script}
|
||||
<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="thumbnailCategories">
|
||||
{foreach from=$category_thumbnails item=cat name=cat_loop}
|
||||
{assign var=derivative value=$pwg->derivative($derivative_params, $cat.representative.src_image)}
|
||||
|
||||
@@ -253,6 +253,13 @@ TD.calDayCellFull, TD.calDayCellEmpty {
|
||||
float: left;
|
||||
}
|
||||
|
||||
/* Loader gif new in 2.5 */
|
||||
.loader {
|
||||
display: none;
|
||||
position: fixed;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
}
|
||||
|
||||
/* User comments */
|
||||
#comments {
|
||||
|
||||
@@ -3,7 +3,6 @@ $themeconf = array(
|
||||
'name' => 'default',
|
||||
'icon_dir' => 'themes/default/icon',
|
||||
'img_dir' => 'themes/default/images',
|
||||
'loading_img' => 'themes/default/images/359_s.png',
|
||||
'mime_icon_dir' => 'themes/default/icon/mimetypes/',
|
||||
'local_head' => 'local_head.tpl',
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user