src/myams/resources/less/graphs.less
changeset 32 9b53e51e69e2
parent 29 460809c65f1a
child 35 a1875fea41df
equal deleted inserted replaced
31:ca7f3bbe94d9 32:9b53e51e69e2
     1 /*
     1 /*
     2  * Graphs
     2  * Graphs
     3  */
     3  */
     4 
     4 
     5 .chart {
     5 .chart,
     6 	height: 220px;
     6 .legend {
       
     7 	min-height: 250px;
     7 	margin: 20px 5px 10px 10px;
     8 	margin: 20px 5px 10px 10px;
     8 
     9 
     9 	.legendLayer {
    10 	.legendLayer {
    10 		.background {
    11 		.background {
    11 			fill: rgba(255, 255, 255, 0.85);
    12 			fill: rgba(255, 255, 255, 0.85);
    13 			stroke-width: 1;
    14 			stroke-width: 1;
    14 		}
    15 		}
    15 	}
    16 	}
    16 }
    17 }
    17 
    18 
    18 .chart-small {
    19 .chart-sm {
    19 	height: 100px;
    20 	height: 100px;
    20 	width: 100%;
    21 	width: 100%;
    21 }
    22 }
    22 
    23 
    23 .chart-large {
    24 .chart-lg {
    24 	height: 235px;
    25 	height: 400px;
    25 	width: 100%;
    26 	width: 100%;
    26 }
    27 }
    27 
    28 
    28 .chart-xl {
    29 .chart-xl {
    29 	height: 297px;
    30 	height: 600px;
    30 	width: 100%;
    31 	width: 100%;
    31 }
    32 }
    32 
    33 
    33 #flotTip {
    34 #flotTip {
    34 	padding: 3px 5px;
    35 	padding: 3px 5px;