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
This commit is contained in:
Mark Jaquith 2015-07-27 03:33:24 +00:00
parent 80c9c8cfca
commit 70dd339fa3
1 changed files with 4 additions and 0 deletions

View File

@ -1085,6 +1085,10 @@ body.folded .theme-overlay .theme-wrap {
display: none !important; display: none !important;
} }
.theme-install-php .wp-filter {
padding: 0 20px;
}
.theme-install-php a.upload, .theme-install-php a.upload,
.theme-install-php a.browse-themes { .theme-install-php a.browse-themes {
cursor: pointer; cursor: pointer;