Implement responsiveness in graph

This commit is contained in:
Joe Fiorini
2015-01-26 10:13:24 -05:00
parent 3db561141e
commit 42fbcf3454
3 changed files with 96 additions and 57 deletions
+14 -1
View File
@@ -8,6 +8,19 @@
*/
.graph-wrapper {
width: 100%;
}
.graph {
background-color: white;
// @include transition(width 2s ease-in-out, height 2s ease-in-out);
position: relative;
text-align: center;
width: 100%;
height: 100%;
margin: 0 auto;
}
.job-status-graph, .host-count-graph{
font: 10px sans-serif;
@@ -99,4 +112,4 @@ due to the login screen showing on top of the dashboard, we're hiding the border
.m, .n{
cursor:pointer;
}
}