Skip to content

Commit

Permalink
Add swatch to legend
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonhilkert committed May 21, 2014
1 parent f0f996c commit 497ae7d
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions web/assets/stylesheets/application.css
Expand Up @@ -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 {
Expand Down

0 comments on commit 497ae7d

Please sign in to comment.