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%;
}
#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;