Optimized wall stream loader image

This commit is contained in:
andystrobel 2014-10-23 19:21:49 +02:00
parent a527976f6e
commit c01eb0572a
3 changed files with 7 additions and 0 deletions

View File

@ -975,6 +975,9 @@ table td a:hover {
height: 60px;
background: url('../img/loader.gif') no-repeat center center;
}
#wallStream .loader {
background: url('../img/loader_body.gif') no-repeat center center;
}
.loader-small {
height: 32px;
width: 32px;

View File

@ -1295,6 +1295,10 @@ table {
background: url('../img/loader.gif') no-repeat center center;
}
#wallStream .loader {
background: url('../img/loader_body.gif') no-repeat center center;
}
.loader-small {
height: 32px;
width: 32px;

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.0 KiB