1
0
Fork 0
mirror of https://github.com/mperham/sidekiq.git synced 2022-11-09 13:52:34 -05:00

Use original asset and resize in CSS

This commit is contained in:
Brian Goff 2013-09-30 12:36:12 -04:00
parent ad8a4b78d5
commit 8e362bd118
2 changed files with 4 additions and 3 deletions

BIN
web/assets/images/status-sd8051fd480.png Normal file → Executable file

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.8 KiB

After

Width:  |  Height:  |  Size: 2.2 KiB

View file

@ -236,16 +236,17 @@ img.smallogo {
.status-sprite {
background-image: url(../images/status-sd8051fd480.png);
height: 20px;
width: 18px;
height: 19px;
width: 20px;
display: inline-block;
background-size: 20px;
}
.status-active {
background-position: 0 0;
}
.status-idle {
background-position: 0 -90px;
background-position: 0 -54px;
}
.btn {