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:
Ole Laursen 2014-05-23 16:24:40 +00:00
parent 17cf1095c7
commit f9407c57b8

View file

@ -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;
}