Fix the padding of the waiting spinner when replying to comments. props lessbloat, SergeyBiryukov. fixes #22449.
git-svn-id: https://develop.svn.wordpress.org/trunk@22627 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
d22207c523
commit
436f8a519e
@ -2876,6 +2876,12 @@ tr.inline-edit-row td,
|
||||
width: 6em;
|
||||
}
|
||||
|
||||
.inline-edit-save .spinner {
|
||||
padding: 4px 10px 0;
|
||||
vertical-align: top;
|
||||
float: right;
|
||||
}
|
||||
|
||||
/* Styling */
|
||||
.inline-edit-row h4 {
|
||||
text-transform: uppercase;
|
||||
@ -4512,9 +4518,8 @@ span.imgedit-scale-warn {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
#replysubmit .spinner,
|
||||
.inline-edit-save .spinner {
|
||||
padding: 4px 10px 0;
|
||||
#replysubmit .spinner {
|
||||
padding: 2px 0 0;
|
||||
vertical-align: top;
|
||||
float: right;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user