[#145,view/refactor][m]: switch to a proper sidebar setup where views can have both a main element and a sidebar element and this added to central sidebar.

* 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!)
This commit is contained in:
Rufus Pollock
2012-06-06 14:22:02 +01:00
parent e73be69499
commit ef74f13163
7 changed files with 380 additions and 269 deletions

View File

@@ -1,6 +1,5 @@
.recline-graph .graph {
height: 500px;
margin-right: 200px;
}
.recline-graph .legend table {
@@ -18,25 +17,3 @@
margin: auto;
}
/**********************************************************
* Editor
*********************************************************/
.recline-graph .editor {
float: right;
width: 200px;
padding-left: 0px;
}
.recline-graph .editor form {
padding-left: 4px;
}
.recline-graph .editor select {
width: 100%;
}
.recline-graph .editor-hide-info p {
display: none;
}

View File

@@ -1,10 +1,12 @@
.recline-data-explorer .data-view-container {
display: block;
margin-right: 225px;
}
.recline-data-explorer .data-view-sidebar {
float: right;
margin-left: 8px;
width: 220px;
}
.recline-data-explorer .header .navigation {