Ticket #12260: admin-forms.css.diff

File admin-forms.css.diff, 441 bytes (added by Tim Valenta, 14 years ago)

Adds a CSS rule to forms.css in the admin media files. (fixed indentation inconsistency)

  • django/contrib/admin/media/css/forms.css

     
    6767    width: 8em;
    6868}
    6969
     70.aligned ul label {
     71    float: none;
     72    width: auto;
     73}
     74
    7075.colMS .aligned .vLargeTextField, .colMS .aligned .vXMLLargeTextField {
    7176    width: 350px;
    7277}
Back to Top