I think we should remove the 'height' attribute from line 34 of taxonomy_manager.css so that the default height of the widow is the number of items returned as specified in the taxonomy manager settings. I end up over-riding this every time.

so the new css would be:

#taxonomy2-manager-tree-outer-div,
#taxonomy-manager-tree-outer-div {	
  overflow: auto;
  width: 46%;
}
CommentFileSizeAuthor
#2 taxonomy_manager-1793612-2.patch304 bytesstar-szr
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

break9’s picture

Issue summary: View changes

Updated issue summary.

break9’s picture

Issue summary: View changes

Updated issue summary.

mh86’s picture

good point, I'll try that later!

star-szr’s picture

Status: Active » Needs review
FileSize
304 bytes

Simple patch :)

mh86’s picture

Status: Needs review » Fixed

Thanks for the patch :-)
Just committed it.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

Anonymous’s picture

Issue summary: View changes

Updated issue summary.