Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Wolfgang Knopki
Spacedeck-open-SAML
Commits
2c83bb25
Commit
2c83bb25
authored
4 years ago
by
Wolfgang Knopki
Browse files
Options
Download
Email Patches
Plain Diff
removed absolute paths from css
parent
54430fcf
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
public/stylesheets/style.css
+4
-4
public/stylesheets/style.css
styles/artifact.scss
+2
-2
styles/artifact.scss
styles/space-sections.scss
+1
-1
styles/space-sections.scss
with
7 additions
and
7 deletions
+7
-7
public/stylesheets/style.css
+
4
-
4
View file @
2c83bb25
...
@@ -12680,7 +12680,7 @@ button.close {
...
@@ -12680,7 +12680,7 @@ button.close {
position
:
absolute
;
position
:
absolute
;
z-index
:
0
;
z-index
:
0
;
background-color
:
white
;
background-color
:
white
;
background-image
:
url("
/
images/spinner2.gif")
;
background-image
:
url("images/spinner2.gif")
;
background-repeat
:
no-repeat
;
background-repeat
:
no-repeat
;
background-position
:
50%
50%
;
background-position
:
50%
50%
;
background-size
:
cover
;
}
background-size
:
cover
;
}
...
@@ -14762,7 +14762,7 @@ button.close {
...
@@ -14762,7 +14762,7 @@ button.close {
vertical-align
:
middle
;
vertical-align
:
middle
;
text-align
:
center
;
}
text-align
:
center
;
}
#space-loading
.spinner
{
#space-loading
.spinner
{
background-image
:
url("
/
images/hourglass.gif")
;
}
background-image
:
url("images/hourglass.gif")
;
}
#space-loading
.active
{
#space-loading
.active
{
opacity
:
1
;
}
opacity
:
1
;
}
...
@@ -15365,11 +15365,11 @@ body:not(.present-mode) #space .artifact.selected {
...
@@ -15365,11 +15365,11 @@ body:not(.present-mode) #space .artifact.selected {
.state-processing
.spinner
{
.state-processing
.spinner
{
opacity
:
1
;
opacity
:
1
;
background-image
:
url("
/
images/hourglass.gif")
;
}
background-image
:
url("images/hourglass.gif")
;
}
.state-uploading
.spinner
{
.state-uploading
.spinner
{
opacity
:
0.8
;
opacity
:
0.8
;
background-image
:
url("
/
images/hourglass.gif")
;
}
background-image
:
url("images/hourglass.gif")
;
}
.state-idle
.spinner
{
.state-idle
.spinner
{
display
:
none
;
}
display
:
none
;
}
...
...
This diff is collapsed.
Click to expand it.
styles/artifact.scss
+
2
-
2
View file @
2c83bb25
...
@@ -593,12 +593,12 @@ body:not(.present-mode) {
...
@@ -593,12 +593,12 @@ body:not(.present-mode) {
.state-processing
.spinner
{
.state-processing
.spinner
{
opacity
:
1
;
opacity
:
1
;
background-image
:
url('
/
images/hourglass.gif')
;
background-image
:
url('images/hourglass.gif')
;
}
}
.state-uploading
.spinner
{
.state-uploading
.spinner
{
opacity
:
0
.8
;
opacity
:
0
.8
;
background-image
:
url('
/
images/hourglass.gif')
;
background-image
:
url('images/hourglass.gif')
;
}
}
.state-idle
.spinner
{
.state-idle
.spinner
{
...
...
This diff is collapsed.
Click to expand it.
styles/space-sections.scss
+
1
-
1
View file @
2c83bb25
...
@@ -378,7 +378,7 @@
...
@@ -378,7 +378,7 @@
}
}
.spinner
{
.spinner
{
background-image
:
url('
/
images/hourglass.gif')
;
background-image
:
url('images/hourglass.gif')
;
}
}
&
.active
{
&
.active
{
...
...
This diff is collapsed.
Click to expand it.
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