Download & Extend

UI not aligned correctly when "Make vocabularies collapsible" is off

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) ?

AttachmentSize
TaxonomyBrowserUI1.jpg24.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;
}
nobody click here