- Patch #1280674 by TR, DamZ: submit button 'floats' during ajax submission.
parent
835068dda2
commit
26e0575cdf
|
@ -157,12 +157,9 @@ table.sticky-header {
|
|||
.progress .percentage {
|
||||
float: right; /* LTR */
|
||||
}
|
||||
.progress-disabled {
|
||||
float: left; /* LTR */
|
||||
}
|
||||
/* Throbber */
|
||||
.ajax-progress {
|
||||
float: left; /* LTR */
|
||||
display: inline-block;
|
||||
}
|
||||
.ajax-progress .throbber {
|
||||
background: transparent url(../../misc/throbber.gif) no-repeat 0px -18px;
|
||||
|
@ -171,6 +168,9 @@ table.sticky-header {
|
|||
margin: 2px;
|
||||
width: 15px;
|
||||
}
|
||||
.ajax-progress .message {
|
||||
padding-left: 20px;
|
||||
}
|
||||
tr .ajax-progress .throbber {
|
||||
margin: 0 2px;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue