[#22][l]: first pass at new theme (based off bootstrap).

* view.js: refactor html for graph editor form; refactor navigation to be buttons.
This commit is contained in:
Rufus Pollock
2012-01-07 02:44:26 +00:00
parent deabb59d51
commit f1c5b8a430
8 changed files with 3087 additions and 22 deletions

50
css/graph-flot.css Normal file
View File

@@ -0,0 +1,50 @@
.data-graph-container .graph {
height: 500px;
margin-right: 200px;
}
.data-graph-container .legend table {
width: auto;
margin-bottom: 0;
}
/**********************************************************
* Editor
*********************************************************/
.data-graph-container .editor {
float: right;
width: 200px;
padding-left: 0px;
border-top: solid 2px #000;
}
.data-graph-container .editor .editor-info {
padding-left: 4px;
}
.data-graph-container .editor form {
padding-left: 4px;
}
.data-graph-container .editor select {
width: 100%;
}
.data-graph-container .editor-info {
border-bottom: 1px solid #ddd;
margin-bottom: 10px;
}
.data-graph-container .editor-hide-info h1 span {
background-position: -36px -18px;
}
.data-graph-container .editor-hide-info p {
display: none;
}
.dataexplorer-tableview-hide-editor .data-graph-container .editor {
display: none;
}