Changeset 24831


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

Location:
trunk/themes/default/template
Files:
2 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}
  • trunk/themes/default/template/month_calendar.tpl

    r23618 r24831  
    33<div class="calendarBar">
    44        {if isset($bar.previous)}
    5                 <div style="float:left">&laquo; <a href="{$bar.previous.URL}">{$bar.previous.LABEL}</a></div>
     5                <div style="float:left;margin-right:5px">&laquo; <a href="{$bar.previous.URL}">{$bar.previous.LABEL}</a></div>
    66        {/if}
    77        {if isset($bar.next)}
    8                 <div style="float:right"><a href="{$bar.next.URL}">{$bar.next.LABEL}</a> &raquo;</div>
     8                <div style="float:right;margin-left:5px"><a href="{$bar.next.URL}">{$bar.next.LABEL}</a> &raquo;</div>
    99        {/if}
    1010        {if empty($bar.items)}
Note: See TracChangeset for help on using the changeset viewer.