Skip to content
Snippets Groups Projects
Commit ed3c7d8b authored by catch's avatar catch
Browse files

Issue #769936 by fago, Jacine, quicksketch, jenlampton: Fixed .ajax-progress divs floating problem.

parent d9c93a90
No related branches found
No related tags found
No related merge requests found
......@@ -15,12 +15,6 @@
display: inline;
float: none;
}
.form-managed-file div.ajax-progress,
.form-managed-file div.throbber {
display: inline;
float: none;
padding: 1px 5px 2px 5px;
}
.form-managed-file div.ajax-progress-bar {
display: none;
margin-top: 4px;
......
......@@ -27,9 +27,6 @@ html.js input.throbbing {
.ajax-progress {
float: right;
}
.ajax-progress .throbber {
float: right;
}
/**
* TableDrag behavior.
......
......@@ -160,18 +160,18 @@ table.sticky-header {
/* Throbber */
.ajax-progress {
display: inline-block;
padding: 1px 5px 2px 5px;
}
.ajax-progress .throbber {
.ajax-progress-throbber .throbber {
background: transparent url(../../misc/throbber.gif) no-repeat 0px -18px;
float: left; /* LTR */
height: 15px;
margin: 2px;
width: 15px;
display: inline;
padding: 1px 5px 2px;
}
.ajax-progress .message {
padding-left: 20px;
.ajax-progress-throbber .message {
display: inline;
padding: 1px 5px 2px;
}
tr .ajax-progress .throbber {
tr .ajax-progress-throbber .throbber {
margin: 0 2px;
}
.ajax-progress-bar {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment