Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
drupal
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
drupal
Commits
ed3c7d8b
Commit
ed3c7d8b
authored
13 years ago
by
catch
Browse files
Options
Downloads
Patches
Plain Diff
Issue
#769936
by fago, Jacine, quicksketch, jenlampton: Fixed .ajax-progress divs floating problem.
parent
d9c93a90
No related branches found
Branches containing commit
No related tags found
Tags containing commit
2 merge requests
!7452
Issue #1797438. HTML5 validation is preventing form submit and not fully...
,
!789
Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
core/modules/file/file.admin.css
+0
-6
0 additions, 6 deletions
core/modules/file/file.admin.css
core/modules/system/system.base-rtl.css
+0
-3
0 additions, 3 deletions
core/modules/system/system.base-rtl.css
core/modules/system/system.base.css
+8
-8
8 additions, 8 deletions
core/modules/system/system.base.css
with
8 additions
and
17 deletions
core/modules/file/file.admin.css
+
0
−
6
View file @
ed3c7d8b
...
@@ -15,12 +15,6 @@
...
@@ -15,12 +15,6 @@
display
:
inline
;
display
:
inline
;
float
:
none
;
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
{
.form-managed-file
div
.ajax-progress-bar
{
display
:
none
;
display
:
none
;
margin-top
:
4px
;
margin-top
:
4px
;
...
...
This diff is collapsed.
Click to expand it.
core/modules/system/system.base-rtl.css
+
0
−
3
View file @
ed3c7d8b
...
@@ -27,9 +27,6 @@ html.js input.throbbing {
...
@@ -27,9 +27,6 @@ html.js input.throbbing {
.ajax-progress
{
.ajax-progress
{
float
:
right
;
float
:
right
;
}
}
.ajax-progress
.throbber
{
float
:
right
;
}
/**
/**
* TableDrag behavior.
* TableDrag behavior.
...
...
This diff is collapsed.
Click to expand it.
core/modules/system/system.base.css
+
8
−
8
View file @
ed3c7d8b
...
@@ -160,18 +160,18 @@ table.sticky-header {
...
@@ -160,18 +160,18 @@ table.sticky-header {
/* Throbber */
/* Throbber */
.ajax-progress
{
.ajax-progress
{
display
:
inline-block
;
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
;
background
:
transparent
url(../../misc/throbber.gif)
no-repeat
0px
-18px
;
float
:
left
;
/* LTR */
display
:
inline
;
height
:
15px
;
padding
:
1px
5px
2px
;
margin
:
2px
;
width
:
15px
;
}
}
.ajax-progress
.message
{
.ajax-progress-throbber
.message
{
padding-left
:
20px
;
display
:
inline
;
padding
:
1px
5px
2px
;
}
}
tr
.ajax-progress
.throbber
{
tr
.ajax-progress
-throbber
.throbber
{
margin
:
0
2px
;
margin
:
0
2px
;
}
}
.ajax-progress-bar
{
.ajax-progress-bar
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment