Closed (fixed)
Project:
Taxonomy Super Select (TSS)
Version:
5.x-1.5-1
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
26 Apr 2007 at 15:05 UTC
Updated:
14 Oct 2008 at 13:15 UTC
I'd like to be able to style the contents of the super select form-items. This way I can have a much more compact display with the addition of some css in my stylesheet:
.super_select .form-item {
float: left;
width: 15em;
margin: 0 0 0.5em 0;
}
Please see the attached patch for the modification needed in the module.
| Comment | File | Size | Author |
|---|---|---|---|
| taxonomy_super_select-custom-class.txt | 807 bytes | mo6 |
Comments
Comment #1
nancydruAlso see http://drupal.org/node/133150
Comment #2
nancydruI did it with no patch:
Comment #3
nancydruWell, actually it messed up some other forms. Your patch is probably better.
Comment #4
nancydruI have a more complete fix for this, but have so many other changes in my copy of the module that turning it into a patch is really difficult (commit is much easier).
Comment #5
nancydruThis is now in 5.x-1.10.
Comment #6
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.