From ed6b4e4c6aa5ab2a6fe1b9087fef650e5998cb13 Mon Sep 17 00:00:00 2001 From: Matthias Mees Date: Wed, 21 May 2014 15:48:21 +0200 Subject: [PATCH] Adapt CSS to changes in theme list layout. References #165 --- templates/2k11/admin/style.css | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) 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;