Dashboard: Improve the Events widget spinner position after [40789].

Props iandunn.
Fixes #40735.


git-svn-id: https://develop.svn.wordpress.org/trunk@40794 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrea Fercia 2017-05-19 14:43:45 +00:00
parent 83e1634d5e
commit 345bdb4fc8

View File

@ -318,8 +318,8 @@
.community-events .spinner {
float: none;
margin: 0;
padding-bottom: 3px;
margin: 5px 2px 0;
vertical-align: top;
}
.community-events-errors[aria-hidden="true"],
@ -1251,6 +1251,8 @@ a.rsswidget {
#community-events-submit {
margin-bottom: 0;
/* Override .wp-core-ui .button */
vertical-align: top;
}
.community-events-form label,
@ -1262,6 +1264,10 @@ a.rsswidget {
padding: 6px 0;
border: 1px solid transparent;
}
.community-events .spinner {
margin-top: 7px;
}
}
/* Smartphone */