fix IE menubar_tags.tpl display + move style to css

git-svn-id: http://piwigo.org/svn/trunk@5722 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
rvelices
2010-04-08 20:18:02 +00:00
parent 699109873e
commit 07813e6af7
2 changed files with 4 additions and 5 deletions
+3 -5
View File
@@ -2,14 +2,12 @@
<dd>
<div id="menuTagCloud">
{foreach from=$block->data item=tag}
<span style="margin-right:5px;">
<span>
<a class="tagLevel{$tag.level}" href="{$tag.U_ADD}"
title="{$pwg->l10n_dec('%d image is also linked to current tags', '%d images are also linked to current tags', $tag.counter)}"
rel="nofollow">
+{$tag.name}
</a>
</span>
+{$tag.name}</a></span>
{* 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 *}
{/foreach}
</div>
</dd>
+1
View File
@@ -87,6 +87,7 @@ FORM#quickconnect FIELDSET DIV {
#menubar #menuTagCloud SPAN {
white-space: nowrap;
margin-right: 5px;
}
/**