mirror of
https://github.com/YunoHost/yunohost-admin.git
synced 2024-09-03 20:06:15 +02:00
[enh] Pacman is moving.
This commit is contained in:
parent
f4fe19b133
commit
4d2b630185
2 changed files with 6 additions and 7 deletions
|
@ -216,12 +216,6 @@ body {
|
|||
padding-right: 0;
|
||||
}
|
||||
|
||||
.ajax-loader {
|
||||
.placehold;
|
||||
background: url(/img/ajax-loader.gif) 50% 50% no-repeat transparent;
|
||||
width: 24px;
|
||||
height: 24px;
|
||||
}
|
||||
|
||||
/*
|
||||
* The pop up dialog
|
||||
|
@ -276,11 +270,16 @@ div.br {
|
|||
height: 30px;
|
||||
}
|
||||
|
||||
@keyframes pacmanLinearMove {
|
||||
0% { background-position: 30% 15%; }
|
||||
100% { background-position: 70% 15%; }
|
||||
}
|
||||
.loader {
|
||||
display: block;
|
||||
z-index: 2000;
|
||||
text-align: center;
|
||||
background: rgba(255, 255, 255, 0.5) url(../img/ajax-loader.gif) center 15% no-repeat;
|
||||
animation: pacmanLinearMove 5s linear infinite;
|
||||
}
|
||||
.loader-content {
|
||||
position: fixed;
|
||||
|
|
2
css/style.min.css
vendored
2
css/style.min.css
vendored
File diff suppressed because one or more lines are too long
Loading…
Add table
Reference in a new issue