Themes: Avoid jumping when selecting a feature in the feature filter on Add Themes screen.

props abhishekfdd.
fixes #31497.
Built from https://develop.svn.wordpress.org/trunk@31603


git-svn-id: http://core.svn.wordpress.org/trunk@31584 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2015-03-03 19:47:25 +00:00
parent 1750c89afb
commit b8bbd959e2
5 changed files with 5 additions and 5 deletions

View File

@ -1136,7 +1136,7 @@ th.action-links {
.wp-filter .button.clear-filters {
display: none;
margin: 0 10px 20px 0;
margin-right: 10px;
}
.filtered-by {

View File

@ -1136,7 +1136,7 @@ th.action-links {
.wp-filter .button.clear-filters {
display: none;
margin: 0 0 20px 10px;
margin-left: 10px;
}
.filtered-by {

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.2-alpha-31602';
$wp_version = '4.2-alpha-31603';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.