Ticket #2205: admin-stacked.patch
File admin-stacked.patch, 1.3 KB (added by , 18 years ago) |
---|
-
forms.css
9 9 /* FORM LABELS */ 10 10 form h4 { margin:0 !important; padding:0 !important; border:none !important; } 11 11 label { font-weight:normal !important; color:#666; font-size:12px; } 12 label.inline { margin-left:20px; } 12 /* label.inline { margin-left:20px; } */ 13 13 .required label, label.required { font-weight:bold !important; color:#333 !important; } 14 14 15 15 /* RADIO BUTTONS */ … … 20 20 21 21 /* ALIGNED FIELDSETS */ 22 22 .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; } */ 24 24 .colMS .aligned .vLargeTextField, .colMS .aligned .vXMLLargeTextField { width:350px; } 25 25 form .aligned p, form .aligned ul { margin-left:7em; padding-left:30px; } 26 26 form .aligned table p { margin-left:0; padding-left:0; } … … 57 57 .vURLField { width:30em; } 58 58 .vLargeTextField, .vXMLLargeTextField { width:48em; } 59 59 .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; }