From ed3c7d8b0110321dc08865cf8c86733fc9fa0e1a Mon Sep 17 00:00:00 2001
From: catch <catch@35733.no-reply.drupal.org>
Date: Fri, 23 Dec 2011 12:31:10 +0900
Subject: [PATCH] Issue #769936 by fago, Jacine, quicksketch, jenlampton: Fixed
 .ajax-progress divs floating problem.

---
 core/modules/file/file.admin.css        |  6 ------
 core/modules/system/system.base-rtl.css |  3 ---
 core/modules/system/system.base.css     | 16 ++++++++--------
 3 files changed, 8 insertions(+), 17 deletions(-)

diff --git a/core/modules/file/file.admin.css b/core/modules/file/file.admin.css
index 0bfcb7743365..c299bc0368b7 100644
--- a/core/modules/file/file.admin.css
+++ b/core/modules/file/file.admin.css
@@ -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;
diff --git a/core/modules/system/system.base-rtl.css b/core/modules/system/system.base-rtl.css
index 9099c9d72b7f..8dd006833a6a 100644
--- a/core/modules/system/system.base-rtl.css
+++ b/core/modules/system/system.base-rtl.css
@@ -27,9 +27,6 @@ html.js input.throbbing {
 .ajax-progress {
   float: right;
 }
-.ajax-progress .throbber {
-  float: right;
-}
 
 /**
  * TableDrag behavior.
diff --git a/core/modules/system/system.base.css b/core/modules/system/system.base.css
index 99fcfcb3bb25..8519362360b3 100644
--- a/core/modules/system/system.base.css
+++ b/core/modules/system/system.base.css
@@ -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 {
-- 
GitLab