Posted by george@dynapres.nl on April 26, 2007 at 3:05pm
2 followers
Jump to:
| Project: | Taxonomy Super Select (TSS) |
| Version: | 5.x-1.5-1 |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | NancyDru |
| Status: | closed (fixed) |
Issue Summary
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.
| Attachment | Size |
|---|---|
| taxonomy_super_select-custom-class.txt | 807 bytes |
Comments
#1
Also see http://drupal.org/node/133150
#2
I did it with no patch:
.node-form fieldset {position:relative; width: 100%; clear: both;}.node-form label {position:relative; width: 16%; /*margin-right: 2px;*/ float: left; border-right: 1px dotted #ccc; font-size: 0.92em;}
#3
Well, actually it messed up some other forms. Your patch is probably better.
#4
I 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).
#5
This is now in 5.x-1.10.
#6
Automatically closed -- issue fixed for two weeks with no activity.