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

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

Built from https://develop.svn.wordpress.org/trunk@40797


git-svn-id: http://core.svn.wordpress.org/trunk@40655 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Andrea Fercia 2017-05-19 16:18:41 +00:00
parent 359cc45e08
commit e008a5c7db
5 changed files with 9 additions and 35 deletions

View File

@ -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 -20px 0 -10px;
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;
} }

File diff suppressed because one or more lines are too long

View File

@ -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;
} }

File diff suppressed because one or more lines are too long

View File

@ -4,7 +4,7 @@
* *
* @global string $wp_version * @global string $wp_version
*/ */
$wp_version = '4.8-beta1-40796'; $wp_version = '4.8-beta1-40797';
/** /**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema. * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.