* this fixes functional and visual bugs with current (new) setup where fields where in separate in RHS sidebar * Refactored map and graph view to put menu/controls in the sidebar (this is quite nice!)
20 lines
247 B
CSS
20 lines
247 B
CSS
.recline-graph .graph {
|
|
height: 500px;
|
|
}
|
|
|
|
.recline-graph .legend table {
|
|
width: auto;
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
.recline-graph .legend td {
|
|
padding: 5px;
|
|
line-height: 13px;
|
|
}
|
|
|
|
.recline-graph .graph .alert {
|
|
width: 450px;
|
|
margin: auto;
|
|
}
|
|
|