Ignore:
Timestamp:
Oct 10, 2013, 6:40:46 AM (11 years ago)
Author:
rvelices
Message:

do not load ajax loader on picture page because of comments
added some minor margins to avoid runin on small devices on calendar bars

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/themes/default/template/comment_list.tpl

    r23384 r24831  
    11{if isset($comment_derivative_params)}
    22{strip}{html_style}
    3 .commentElement .illustration{ldelim}
    4         width: {$comment_derivative_params->max_width()+5}px
     3.commentElement .illustration{
     4        width:{$comment_derivative_params->max_width()+5}px
    55}
    66
    7 .content .commentElement .description{ldelim}
    8         min-height: {$comment_derivative_params->max_height()+5}px
     7.content .commentElement .description{
     8        min-height:{$comment_derivative_params->max_height()+5}px
    99}
    1010{/html_style}{/strip}
    11 {/if}
    1211{footer_script}var error_icon = "{$ROOT_URL}{$themeconf.icon_dir}/errors_small.png";{/footer_script}
    1312<div class="loader"><img src="{$ROOT_URL}{$themeconf.img_dir}/ajax_loader.gif"></div>
     13{/if}
    1414<ul class="commentsList">
    1515{foreach from=$comments item=comment name=comment_loop}
Note: See TracChangeset for help on using the changeset viewer.