Gitlab CSE Unil
Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
M. Chardon
ADIM
Commits
ba5d2d18
Commit
ba5d2d18
authored
Sep 18, 2014
by
Julien Furrer
Browse files
CSS fix: page-loader overlay below modal
parent
e586fca5
Changes
2
Hide whitespace changes
Inline
Side-by-side
adim_app/static/_src/less/adim.css
View file @
ba5d2d18
...
...
@@ -492,7 +492,7 @@ body {
position
:
fixed
;
top
:
55px
;
left
:
0
;
z-index
:
10
00
0
;
z-index
:
10
4
0
;
}
#page-loader
div
{
text-align
:
center
;
...
...
adim_app/static/_src/less/adim.less
View file @
ba5d2d18
...
...
@@ -75,7 +75,7 @@ html, body {
position: fixed;
top: 55px;
left: 0;
z-index: 10
00
0;
z-index: 10
4
0;
div {
text-align: center;
&:first-child { padding-top: 33%; }
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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