Ticket #2205: admin-stacked.patch

File admin-stacked.patch, 1.3 KB (added by treborhudson@…, 18 years ago)

Not a fix, but this shows which CSS declarations breaks the stacked alignment. Possibly the inline CSS needs to account for both STACKED and TABULAR?

  • forms.css

     
    99/* FORM LABELS */
    1010form h4 { margin:0 !important; padding:0 !important; border:none !important; }
    1111label { font-weight:normal !important; color:#666; font-size:12px; }
    12 label.inline { margin-left:20px; }
     12/* label.inline { margin-left:20px; } */
    1313.required label, label.required { font-weight:bold !important; color:#333 !important; }
    1414
    1515/* RADIO BUTTONS */
     
    2020
    2121/* ALIGNED FIELDSETS */
    2222.aligned label { display:block; padding:0 1em 3px 0; float:left; width:8em; }
    23 .aligned label.inline { display:inline; float:none; }
     23/* .aligned label.inline { display:inline; float:none; } */
    2424.colMS .aligned .vLargeTextField, .colMS .aligned .vXMLLargeTextField { width:350px; }
    2525form .aligned p, form .aligned ul { margin-left:7em; padding-left:30px; }
    2626form .aligned table p { margin-left:0; padding-left:0; }
     
    5757.vURLField { width:30em; }
    5858.vLargeTextField, .vXMLLargeTextField { width:48em; }
    5959.flatpages-flatpage #id_content { height:40.2em; }
    60 .module table .vPositiveSmallIntegerField { width:2.2em; }
    61  No newline at end of file
     60.module table .vPositiveSmallIntegerField { width:2.2em; }
Back to Top