From 70dd339fa37c0e4c4009ca0c567875383b8e4449 Mon Sep 17 00:00:00 2001 From: Mark Jaquith Date: Mon, 27 Jul 2015 03:33:24 +0000 Subject: [PATCH] Fix the padding for the feature filter box on the Add Themes screen. fixes #33132 props SergeyBiryukov git-svn-id: https://develop.svn.wordpress.org/trunk@33439 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/css/themes.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/wp-admin/css/themes.css b/src/wp-admin/css/themes.css index 3e0eacaf2a..3121a1e408 100644 --- a/src/wp-admin/css/themes.css +++ b/src/wp-admin/css/themes.css @@ -1085,6 +1085,10 @@ body.folded .theme-overlay .theme-wrap { display: none !important; } +.theme-install-php .wp-filter { + padding: 0 20px; +} + .theme-install-php a.upload, .theme-install-php a.browse-themes { cursor: pointer;