Spinners: Ensure one appears in the lost connection notice.

fixes #32914.


git-svn-id: https://develop.svn.wordpress.org/trunk@33132 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Helen Hou-Sandi 2015-07-08 20:19:44 +00:00
parent 3c0e4d3860
commit 013e8d2263

View File

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