Changeset 5722


Ignore:
Timestamp:
Apr 8, 2010, 10:18:02 PM (14 years ago)
Author:
rvelices
Message:

fix IE menubar_tags.tpl display + move style to css

Location:
trunk/themes/default
Files:
2 edited

Legend:

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

    r5703 r5722  
    33        <div id="menuTagCloud">
    44                {foreach from=$block->data item=tag}
    5                 <span style="margin-right:5px;">
     5                <span>
    66                        <a class="tagLevel{$tag.level}" href="{$tag.U_ADD}"
    77                                title="{$pwg->l10n_dec('%d image is also linked to current tags', '%d images are also linked to current tags', $tag.counter)}"
    88                                rel="nofollow">
    9                                 +{$tag.name}
    10                         </a>
    11                 </span>
     9                                +{$tag.name}</a></span>
     10{* ABOVE there should be no space between text, </a> and </span> elements to avoid IE8 bug https://connect.microsoft.com/IE/feedback/ViewFeedback.aspx?FeedbackID=366567 *}
    1211                {/foreach}
    1312        </div>
    1413</dd>
    15 
  • trunk/themes/default/theme.css

    r5704 r5722  
    8888#menubar #menuTagCloud SPAN {
    8989        white-space: nowrap;
     90        margin-right: 5px;
    9091}
    9192
Note: See TracChangeset for help on using the changeset viewer.