Posted by mvidelgauz on September 10, 2009 at 5:57pm
3 followers
Jump to:
| Project: | Taxonomy Browser |
| Version: | 6.x-1.4 |
| Component: | User interface |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
If option "Make vocabularies collapsible" is NOT checked then UI of the form is not correctly aligned.
As you can see in the attached screen shot the name of first vocabulary is aligned to left but name of second vocabulary just continues row where it ended after printing list of terms of first vocabulary
Could it be just style problem (h3) ?
| Attachment | Size |
|---|---|
| TaxonomyBrowserUI1.jpg | 24.32 KB |
Comments
#1
Is there a fix for this yet?
#2
Add the following to your theme's local.css
div.taxonomy_browser_checkboxes {clear: both;
padding-top: 10px;
}