Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
ed3c7d8b
Commit
ed3c7d8b
authored
Dec 23, 2011
by
Nathaniel Catchpole
Browse files
Issue
#769936
by fago, Jacine, quicksketch, jenlampton: Fixed .ajax-progress divs floating problem.
parent
d9c93a90
Changes
3
Hide whitespace changes
Inline
Side-by-side
core/modules/file/file.admin.css
View file @
ed3c7d8b
...
...
@@ -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
;
...
...
core/modules/system/system.base-rtl.css
View file @
ed3c7d8b
...
...
@@ -27,9 +27,6 @@ html.js input.throbbing {
.ajax-progress
{
float
:
right
;
}
.ajax-progress
.throbber
{
float
:
right
;
}
/**
* TableDrag behavior.
...
...
core/modules/system/system.base.css
View file @
ed3c7d8b
...
...
@@ -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
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment