1
0

Fixed display of theme options (dropping floats).

This commit is contained in:
Matthias Mees
2013-02-18 18:38:02 +01:00
parent 2de81f9d1f
commit f23a9a0b7c

@ -1455,7 +1455,7 @@ form>.button_link:first-of-type { margin-top: 0; }
#uploadform .form_select select,
#uploadform .form_field input { max-width: 48%; }
.template_info dl { max-width: 12em; }
.template_info dl { font-size: .65em; }
.configuration_group .form_select,
.configuration_group .form_field,
@ -1605,7 +1605,7 @@ form>.button_link:first-of-type { margin-top: 0; }
margin: .75em 0;
}
.template_info dl { max-width: 16em; }
.template_info dl { max-width: .8125em; }
}