1
0
Fork 0
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:
Brandon Hilkert 2014-05-21 15:34:01 -04:00
parent f0f996c6d1
commit 497ae7d76e

View file

@ -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 {