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:
parent
4bbc7e8cbf
commit
9a5703979a
@ -1142,34 +1142,21 @@ th.action-links {
|
|||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.filter-drawer,
|
||||||
.wp-filter .favorites-form {
|
.wp-filter .favorites-form {
|
||||||
display: none;
|
display: none;
|
||||||
margin: 0 -20px;
|
margin: 0 -10px 0 -20px;
|
||||||
padding: 20px;
|
padding: 20px;
|
||||||
border-top: 1px solid #eee;
|
border-top: 1px solid #eee;
|
||||||
background: #fafafa;
|
background: #fafafa;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
width: 100%;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.show-filters .filter-drawer,
|
||||||
.show-favorites-form .favorites-form {
|
.show-favorites-form .favorites-form {
|
||||||
display: block;
|
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 {
|
.show-filters .filter-links a.current {
|
||||||
border-bottom: none;
|
border-bottom: none;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user