Pan and zoom in the impact analysis view.

SVN:trunk[3677]
This commit is contained in:
Denis Flaven
2015-08-14 12:38:50 +00:00
parent 88717ac9ab
commit 628b7644b7
10 changed files with 312 additions and 43 deletions

View File

@@ -1967,3 +1967,23 @@ table.export_parameters td {
}
.graph_zoom {
display: inline-block;
float: right;
margin-right: 2em;
}
.graph_zoom_slider {
display: inline-block;
width: 10em;
}
.graph_zoom_minus, .graph_zoom_plus {
display: inline-block;
margin-left: 1em;
margin-right: 1em;
}

View File

@@ -1452,4 +1452,18 @@ table.export_parameters td {
}
.table_preview .drag-handle {
cursor: move;
}
}
.graph_zoom {
display: inline-block;
float: right;
margin-right: 2em;
}
.graph_zoom_slider {
display: inline-block;
width: 10em;
}
.graph_zoom_plus, .graph_zoom_minus {
display: inline-block;
margin-left: 1em;
margin-right: 1em;
}