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;
}
div.tagresulttags{
- padding: 5px 10px 5px 10px;
+ padding: 5px 0px 5px 10px;
background-color: #eeeeee;
+ vertical-align: middle;
+}
+
+div.tagresulttag{
+ padding: 0 0 0 5px;
+ background-color: #eeeeee;
+ display: inline;
}
div.photo{
color: #4761ab;
}
-.cb { clear: both; }
+.cb {
+ clear: both;
+}
#photo_details {
width: 150px;