Posted by idflorin on July 16, 2008 at 12:15pm
Jump to:
| Project: | HTMLBox |
| Version: | 5.x-1.0-2 |
| Component: | Code |
| Category: | bug report |
| Priority: | minor |
| Assigned: | Poetro |
| Status: | active |
Issue Summary
In htmlbox.css at line 62 is div.htmlbox div.htmlbox-toolbar button span.p { background-position: -840px -20px; }
I think it should bediv.htmlbox div.htmlbox-toolbar button span.paragraph { background-position: -840px -20px; }
----------
Bloggero
Comments
#1
Thanks for pointing this out. Doing a fix, and some new features really soon.
#2
I 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 module#3