diff --git a/templates/2k11/admin/style.css b/templates/2k11/admin/style.css index ed7e4e80..bfb01c79 100644 --- a/templates/2k11/admin/style.css +++ b/templates/2k11/admin/style.css @@ -2772,7 +2772,8 @@ img.mfp-img { width: 48%; } - #template_select .even, + #template_select .current_backend_template, + #template_select li:nth-child(even) article, .media_pane .even, #dashboard > .even { margin: 0 0 1em 2%; @@ -2791,10 +2792,6 @@ img.mfp-img { margin-bottom: 2em; } - #template_select .current_backend_template { - margin: 0px 0px 2em 0px; - } - #mediaPropertyForm .media_file { float: none; margin: 1.5em 0; @@ -2893,7 +2890,8 @@ img.mfp-img { .configuration_group .form_field, .configuration_group .form_area, .configuration_group fieldset > fieldset, - #template_select .odd, + #template_select li:nth-child(odd), + #template_select h2, .media_pane .odd, #dashboard > section:last-child { clear: left;