do not load ajax loader on picture page because of comments
added some minor margins to avoid runin on small devices on calendar bars git-svn-id: http://piwigo.org/svn/trunk@24831 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
parent
d1838b99bc
commit
b75d88bdf0
2 changed files with 7 additions and 7 deletions
|
|
@ -1,16 +1,16 @@
|
|||
{if isset($comment_derivative_params)}
|
||||
{strip}{html_style}
|
||||
.commentElement .illustration{ldelim}
|
||||
.commentElement .illustration{
|
||||
width:{$comment_derivative_params->max_width()+5}px
|
||||
}
|
||||
|
||||
.content .commentElement .description{ldelim}
|
||||
.content .commentElement .description{
|
||||
min-height:{$comment_derivative_params->max_height()+5}px
|
||||
}
|
||||
{/html_style}{/strip}
|
||||
{/if}
|
||||
{footer_script}var error_icon = "{$ROOT_URL}{$themeconf.icon_dir}/errors_small.png";{/footer_script}
|
||||
<div class="loader"><img src="{$ROOT_URL}{$themeconf.img_dir}/ajax_loader.gif"></div>
|
||||
{/if}
|
||||
<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}">
|
||||
|
|
|
|||
|
|
@ -2,10 +2,10 @@
|
|||
{foreach from=$chronology_navigation_bars item=bar}
|
||||
<div class="calendarBar">
|
||||
{if isset($bar.previous)}
|
||||
<div style="float:left">« <a href="{$bar.previous.URL}">{$bar.previous.LABEL}</a></div>
|
||||
<div style="float:left;margin-right:5px">« <a href="{$bar.previous.URL}">{$bar.previous.LABEL}</a></div>
|
||||
{/if}
|
||||
{if isset($bar.next)}
|
||||
<div style="float:right"><a href="{$bar.next.URL}">{$bar.next.LABEL}</a> »</div>
|
||||
<div style="float:right;margin-left:5px"><a href="{$bar.next.URL}">{$bar.next.LABEL}</a> »</div>
|
||||
{/if}
|
||||
{if empty($bar.items)}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue