summaryrefslogtreecommitdiffstats
path: root/phpfspot.class.php
diff options
context:
space:
mode:
authorAndreas Unterkircher <unki@netshadow.at>2008-05-23 10:39:04 +0200
committerAndreas Unterkircher <unki@netshadow.at>2008-05-23 10:42:40 +0200
commitf5e9c6d998d5f625b0694db4c7a47f9c63cfdd3a (patch)
treece3f88167f268ce53f71f87c541600567d68e8d2 /phpfspot.class.php
parent597c52097954f47e89451fea0086cf9c606be7d2 (diff)
issue115, fix style of tag-result icon-bar
Signed-off-by: Andreas Unterkircher <unki@netshadow.at>
Diffstat (limited to 'phpfspot.class.php')
-rw-r--r--phpfspot.class.php15
1 files changed, 4 insertions, 11 deletions
diff --git a/phpfspot.class.php b/phpfspot.class.php
index d2bb907..9c4321a 100644
--- a/phpfspot.class.php
+++ b/phpfspot.class.php
@@ -778,17 +778,10 @@ class PHPFSPOT {
break;
case 'img':
$output.= "
- <div style=\"display: table-cell;\">
- <div style=\"display: table-row; text-align: center;\">
- <a href=\"javascript:Tags('del', ". $tag .");\" title=\"". $this->tags[$tag] ."\">
- <img src=\"". $this->cfg->web_path ."/phpfspot_img.php?tagidx=". $tag ."\" />
- </a>
- </div>
- <div style=\"display: table-row; text-align: center;\">
- <a href=\"javascript:Tags('del', ". $tag .");\" title=\"". $this->tags[$tag] ."\">
- <img src=\"". $this->cfg->web_path ."/resources/underbar.png\" />
- </a>
- </div>
+ <div class=\"tagresulttag\">
+ <a href=\"javascript:Tags('del', ". $tag .");\" title=\"". $this->tags[$tag] ."\">
+ <img src=\"". $this->cfg->web_path ."/phpfspot_img.php?tagidx=". $tag ."\" />
+ </a>
</div>
";
break;