Skip to content

Commit

Permalink
Fix labels to not move on mouseover
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonhilkert committed May 21, 2014
1 parent c0d05b3 commit f66f173
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
16 changes: 14 additions & 2 deletions web/assets/javascripts/dashboard.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions web/assets/stylesheets/application.css
Expand Up @@ -401,6 +401,12 @@ div.interval-slider input {
margin-top: 5px;
float: right;
}
#realtime-legend .timestamp,
#history-legend .timestamp {
display: inline-block;
width: 250px;
text-align: right;
}
#realtime-legend .line,
#history-legend .line {
display: inline-block;
Expand Down

0 comments on commit f66f173

Please sign in to comment.