Themes: Improve the theme installer Favorites and Feature Filter tabs alignment.

Props nitin kevadiya, darshan02, mp518.
Fixes #40315.


git-svn-id: https://develop.svn.wordpress.org/trunk@40797 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrea Fercia 2017-05-19 16:17:41 +00:00
parent 4bbc7e8cbf
commit 9a5703979a
1 changed files with 3 additions and 16 deletions

View File

@ -1142,34 +1142,21 @@ th.action-links {
color: #fff;
}
.filter-drawer,
.wp-filter .favorites-form {
display: none;
margin: 0 -20px;
margin: 0 -10px 0 -20px;
padding: 20px;
border-top: 1px solid #eee;
background: #fafafa;
overflow: hidden;
width: 100%;
}
.show-filters .filter-drawer,
.show-favorites-form .favorites-form {
display: block;
}
.filter-drawer {
display: none;
margin: 0 -20px;
padding: 20px;
border-top: 1px solid #eee;
background: #fafafa;
}
.show-filters .filter-drawer {
display: block;
overflow: hidden;
width: 100%;
}
.show-filters .filter-links a.current {
border-bottom: none;
}