Download & Extend

More compact display of checkboxes in fieldsets

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.

AttachmentSize
taxonomy_super_select-custom-class.txt807 bytes

Comments

#1

#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

Assigned to:Anonymous» NancyDru
Status:needs review» fixed

This is now in 5.x-1.10.

#6

Status:fixed» closed (fixed)

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