Skip to content

Commit

Permalink
- Patch #1280674 by TR, DamZ: submit button 'floats' during ajax subm…
Browse files Browse the repository at this point in the history
…ission.
  • Loading branch information
dbuytaert committed Nov 23, 2011
1 parent b96a83b commit 8c8e291
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions modules/system/system.base.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -171,6 +168,9 @@ table.sticky-header {
margin: 2px;
width: 15px;
}
.ajax-progress .message {
padding-left: 20px;
}
tr .ajax-progress .throbber {
margin: 0 2px;
}
Expand Down

0 comments on commit 8c8e291

Please sign in to comment.