#7 Pacman graphic fix

This commit is contained in:
opi 2014-01-27 15:10:28 +01:00
parent ca6709172a
commit 0574fa4938
2 changed files with 10 additions and 2 deletions

View file

@ -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