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:
parent
83e1634d5e
commit
345bdb4fc8
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user