#11422: Broken html in CheckboxSelectMultiple widget (with fix)
-------------------------------+--------------------------------------------
          Reporter:  Adys      |         Owner:  bmihelac
            Status:  new       |     Milestone:  1.2     
         Component:  Forms     |       Version:  SVN     
        Resolution:            |      Keywords:          
             Stage:  Accepted  |     Has_patch:  1       
        Needs_docs:  0         |   Needs_tests:  1       
Needs_better_patch:  0         |  
-------------------------------+--------------------------------------------
Changes (by bmihelac):

  * owner:  Adys => bmihelac

Comment:

 I agree with patrys, CSS for admin is problematic and not HTML.
 In forms.css `label`s are floated to the left which is not ok good for
 multiple checkboxes because it makes whole `li` element floated.
 The simplest solution is to remove floating form label if it is inside
 `li` element.
 I am attaching patch for this.

-- 
Ticket URL: <http://code.djangoproject.com/ticket/11422#comment:8>
Django <http://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-upda...@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.

Reply via email to