Spinners: Ensure one appears in the lost connection notice.

fixes #32914.

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


git-svn-id: http://core.svn.wordpress.org/trunk@33103 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Helen Hou-Sandí 2015-07-08 20:20:24 +00:00
parent 9e26f1db4c
commit 54428b546e
5 changed files with 7 additions and 7 deletions

View File

@ -30,7 +30,7 @@
}
#lost-connection-notice .spinner {
display: block;
visibility: visible;
float: right;
margin: 0 0 0 5px;
}

View File

@ -30,7 +30,7 @@
}
#lost-connection-notice .spinner {
display: block;
visibility: visible;
float: left;
margin: 0 5px 0 0;
}

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.3-beta1-33131';
$wp_version = '4.3-beta1-33132';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.