Press This: fix spinner position relative to the split button.

See #32757.
Built from https://develop.svn.wordpress.org/trunk@32922


git-svn-id: http://core.svn.wordpress.org/trunk@32893 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Andrew Ozz 2015-06-24 03:32:25 +00:00
parent f8cf80e9b1
commit dfaa89d853
5 changed files with 5 additions and 3 deletions

View File

@ -393,6 +393,7 @@ strong {
.split-button {
position: relative;
display: inline-block;
vertical-align: middle;
}
.split-button-body {

File diff suppressed because one or more lines are too long

View File

@ -393,6 +393,7 @@ strong {
.split-button {
position: relative;
display: inline-block;
vertical-align: middle;
}
.split-button-body {

File diff suppressed because one or more lines are too long

View File

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