From 2b70ef0203286763768d24ee616b261bf674dac1 Mon Sep 17 00:00:00 2001 From: Matthias Mees Date: Mon, 24 Oct 2016 11:14:03 +0200 Subject: [PATCH] Fix layout regression in filtered installable plugins --- templates/2k11/admin/oldie.css | 1 - templates/2k11/admin/style.css | 1 - 2 files changed, 2 deletions(-) diff --git a/templates/2k11/admin/oldie.css b/templates/2k11/admin/oldie.css index e162dded..c9217062 100644 --- a/templates/2k11/admin/oldie.css +++ b/templates/2k11/admin/oldie.css @@ -234,7 +234,6 @@ 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), #template_select > .current_backend_template, #template_select > ul li:nth-of-type(even) { margin: 0 0 1em 2%; diff --git a/templates/2k11/admin/style.css b/templates/2k11/admin/style.css index 4e1de9d0..38beb458 100644 --- a/templates/2k11/admin/style.css +++ b/templates/2k11/admin/style.css @@ -3282,7 +3282,6 @@ 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), #template_select > .current_backend_template, #template_select > ul li:nth-of-type(even) { margin: 0 0 1em 2%;