1
0

Adapt CSS to changes in theme list layout.

References #165
This commit is contained in:
Matthias Mees
2014-05-21 15:48:21 +02:00
parent 99d354224e
commit ed6b4e4c6a

View File

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