Loading feedback

This commit is contained in:
Gabriel Cardoso 2013-11-04 15:32:42 -02:00
parent e97acb40f3
commit 7c292db40c
3 changed files with 28 additions and 0 deletions

View file

@ -55,6 +55,18 @@ body {
color: #fff;
font-weight: bold;
}
.loading span {
background: url(img/loader.gif) no-repeat center top;
position: fixed;
z-index: 1000;
top: 50%;
left: 50%;
margin-top: -2.27272727272727em;
margin-left: -2.27272727272727em;
padding-top: 2.90909090909091em;
font-size: 1.1em;
color: #666;
}
/* Header */
.header.rcue {
z-index: 50;

View file

@ -74,6 +74,22 @@ body {
}
}
.loading {
span {
background: url(img/loader.gif) no-repeat center top;
position: fixed;
z-index: 1000;
top: 50%;
left: 50%;
margin-top: -2.27272727272727em;
margin-left: -2.27272727272727em;
padding-top: 2.90909090909091em;
font-size: 1.1em;
color: #666;
}
}
/* Header */

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.1 KiB