Fix the padding of the waiting spinner when replying to comments. props lessbloat, SergeyBiryukov. fixes #22449.
git-svn-id: http://core.svn.wordpress.org/trunk@22627 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
693cdfc2b4
commit
7db73c3be2
|
@ -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