Quote:
Originally Posted by DragonByte Tech
This happens because you've customised the "dbtech_vbactivity_bar" template to remove the height limitation.
Please revert all vBActivity templates
Fillip
|
Here is what I have for dbtech_vbactivity_bar template
...
<div style="width:102px; height:11px; background-image:url(images/icons/vbactivity/{vb:raw color}_faded.png);">
<div style="width:1px; height:11px; background-image:url(images/icons/vbactivity/{vb:raw color}_left.png); display:inline; float:{vb:stylevar left};"></div>
<div style="width:1px; height:11px; background-image:url(images/icons/vbactivity/{vb:raw color}_right.png); display:inline; float:{vb:stylevar right};"></div>
<img src="images/icons/vbactivity/{vb:raw color}.png" width="{vb:raw percent}px" height="11" alt="" style="float:{vb:stylevar left};" />
</div>