It looks like Django 1.6 finally added a span around form field help texts so take advantage of that and apply our help text style to it
- Legacy-Id: 7775
This commit is contained in:
parent
17cf1095c7
commit
f9407c57b8
|
@ -177,7 +177,7 @@ form table th {
|
|||
vertical-align: top;
|
||||
}
|
||||
|
||||
form table .help {
|
||||
form table .help, form table .helptext {
|
||||
font-style: italic;
|
||||
font-size: 11px;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue