Active
Project:
HTMLBox
Version:
5.x-1.0-2
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Reporter:
Created:
16 Jul 2008 at 12:15 UTC
Updated:
30 Aug 2008 at 12:15 UTC
In htmlbox.css at line 62 is div.htmlbox div.htmlbox-toolbar button span.p { background-position: -840px -20px; }
I think it should be
div.htmlbox div.htmlbox-toolbar button span.paragraph { background-position: -840px -20px; }
----------
Bloggero
Comments
Comment #1
Poetro commentedThanks for pointing this out. Doing a fix, and some new features really soon.
Comment #2
idflorin commentedI also think it shoud be better if you'll change for example
<span class="left">to something more specific to this module like<span class="left-html-button">Because for example
<span class="left">it's used also by the image moduleComment #3
Poetro commented