mirror of
https://github.com/YunoHost/yunohost-admin.git
synced 2024-09-03 20:06:15 +02:00
#7 Pacman graphic fix
This commit is contained in:
parent
ca6709172a
commit
0574fa4938
2 changed files with 10 additions and 2 deletions
|
@ -71,10 +71,18 @@ div.br {
|
|||
height: 30px;
|
||||
}
|
||||
|
||||
div.loader-content {
|
||||
.loader-content {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
padding: 30px;
|
||||
left: 0;
|
||||
right: 0;
|
||||
z-index: 2000;
|
||||
text-align: center;
|
||||
background: rgba(255, 255, 255, 0.25);
|
||||
padding-top: 10%;
|
||||
}
|
||||
.loader-content img {
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 1.9 KiB After Width: | Height: | Size: 3.7 KiB |
Loading…
Reference in a new issue