mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
Change icon sizes to work with navbar
This commit is contained in:
parent
602d5da96d
commit
64cc10b9ea
2 changed files with 3 additions and 3 deletions
BIN
web/assets/images/status-sd8051fd480.png
Executable file → Normal file
BIN
web/assets/images/status-sd8051fd480.png
Executable file → Normal file
Binary file not shown.
Before Width: | Height: | Size: 2.2 KiB After Width: | Height: | Size: 2.8 KiB |
|
@ -232,8 +232,8 @@ img.smallogo {
|
|||
|
||||
.status-sprite {
|
||||
background-image: url(../images/status-sd8051fd480.png);
|
||||
height: 30px;
|
||||
width: 30px;
|
||||
height: 20px;
|
||||
width: 18px;
|
||||
display: inline-block;
|
||||
}
|
||||
.status-active {
|
||||
|
@ -241,7 +241,7 @@ img.smallogo {
|
|||
}
|
||||
|
||||
.status-idle {
|
||||
background-position: 0 -80px;
|
||||
background-position: 0 -90px;
|
||||
}
|
||||
|
||||
.btn {
|
||||
|
|
Loading…
Reference in a new issue