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:
parent
80c9c8cfca
commit
70dd339fa3
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user