mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-06-02 04:15:05 +02:00
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:
@@ -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>
|
||||
|
||||
|
||||
@@ -87,6 +87,7 @@ FORM#quickconnect FIELDSET DIV {
|
||||
|
||||
#menubar #menuTagCloud SPAN {
|
||||
white-space: nowrap;
|
||||
margin-right: 5px;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user