From f23a9a0b7cc9518ec955b35ec2e3822caa8487f5 Mon Sep 17 00:00:00 2001 From: Matthias Mees Date: Mon, 18 Feb 2013 18:38:02 +0100 Subject: [PATCH] Fixed display of theme options (dropping floats). --- templates/2k11/admin/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/2k11/admin/style.css b/templates/2k11/admin/style.css index 51b72b93..773d66b9 100644 --- a/templates/2k11/admin/style.css +++ b/templates/2k11/admin/style.css @@ -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; } }