Merge pull request #13 from opi/7-pacman-graphic-fix

#7 pacman graphic fix
This commit is contained in:
opi 2014-02-07 17:21:05 +01:00
commit 069d2834fb
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.5);
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