Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
vidjil
vidjil
Commits
e5ffb265
Commit
e5ffb265
authored
Jun 04, 2014
by
Marc Duez
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
css : pure css loading spinner
parent
514961e2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
31 additions
and
0 deletions
+31
-0
browser/css/vidjil.less
browser/css/vidjil.less
+31
-0
No files found.
browser/css/vidjil.less
View file @
e5ffb265
...
...
@@ -1016,4 +1016,35 @@ span .substitution{
.db_help_p {
margin-top: 20px;
margin-left: 20px;
}
.loading_seq {
height: 15px;
width: 100px;
background-image: -webkit-linear-gradient(-45deg, @border 25%, rgba(255, 154, 26, 0) 25%, rgba(255, 154, 26, 0) 50%, @border 50%, @border 75%, rgba(255, 154, 26, 0) 75%);
background-image: -moz-linear-gradient(-45deg, @border 25%, rgba(255, 154, 26, 0) 25%, rgba(255, 154, 26, 0) 50%, @border 50%, @border 75%, rgba(255, 154, 26, 0) 75%);
background-image: -o-linear-gradient(-45deg, @border 25%, rgba(255, 154, 26, 0) 25%, rgba(255, 154, 26, 0) 50%, @border 50%, @border 75%, rgba(255, 154, 26, 0) 75%);
background-image: linear-gradient(-45deg, @border 25%, rgba(255, 154, 26, 0) 25%, rgba(255, 154, 26, 0) 50%, @border 50%, @border 75%, rgba(255, 154, 26, 0) 75%);
background-size: 50px 50px;
-webkit-animation: move 2s linear infinite;
-moz-animation: move 2s linear infinite;
-o-animation: move 2s linear infinite;
animation: move 2s linear infinite;
}
@-webkit-keyframes move {
to { background-position: 50px 50px; }
}
@-moz-keyframes move {
to { background-position: 50px 50px; }
}
@-o-keyframes move {
to { background-position: 50px 50px; }
}
@-webkit-keyframes move {
to { background-position: 50px 50px; }
}
\ No newline at end of file
Write
Preview
Markdown
is supported
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