Fix layout regression in installable plugins

This commit is contained in:
Matthias Mees 2016-10-23 17:37:46 +02:00
parent d3d205ece9
commit 8334348a13
2 changed files with 4 additions and 4 deletions

View File

@ -203,7 +203,7 @@ pre {
#dashboard > .dashboard_widget,
#maintenance > .quick_list,
.media_pane > .media_file,
.plugins_installable li,
.plugins_installable > li,
#template_select > article,
#template_select > ul li {
flex: 0 0 auto;
@ -234,7 +234,7 @@ pre {
#dashboard > .dashboard_widget:nth-of-type(even),
#maintenance > .quick_list:nth-of-type(even),
.media_pane > .media_file:nth-of-type(even),
.plugins_installable li:nth-of-type(even),
.plugins_installable > li:nth-of-type(even),
#template_select > .current_backend_template,
#template_select > ul li:nth-of-type(even) {
margin: 0 0 1em 2%;

View File

@ -3251,7 +3251,7 @@ img.mfp-img {
#dashboard > .dashboard_widget,
#maintenance > .quick_list,
.media_pane > .media_file,
.plugins_installable li,
.plugins_installable > li,
#template_select > article,
#template_select > ul li {
flex: 0 0 auto;
@ -3282,7 +3282,7 @@ img.mfp-img {
#dashboard > .dashboard_widget:nth-of-type(even),
#maintenance > .quick_list:nth-of-type(even),
.media_pane > .media_file:nth-of-type(even),
.plugins_installable li:nth-of-type(even),
.plugins_installable > li:nth-of-type(even),
#template_select > .current_backend_template,
#template_select > ul li:nth-of-type(even) {
margin: 0 0 1em 2%;