mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
Add swatch to legend
This commit is contained in:
parent
f0f996c6d1
commit
497ae7d76e
1 changed files with 9 additions and 3 deletions
|
@ -400,13 +400,19 @@ div.interval-slider input {
|
|||
margin-top: 5px;
|
||||
float: right;
|
||||
}
|
||||
#realtime-legend .tag {
|
||||
display: inline-block;
|
||||
}
|
||||
#realtime-legend .line {
|
||||
display: inline-block;
|
||||
margin: 0 0 0 20px;
|
||||
}
|
||||
#realtime-legend .swatch {
|
||||
display: inline-block;
|
||||
width: 10px;
|
||||
height: 10px;
|
||||
margin: 0 8px 0 0;
|
||||
}
|
||||
#realtime-legend .tag {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
@media (max-width: 790px) {
|
||||
#realtime-legend {
|
||||
|
|
Loading…
Add table
Reference in a new issue