datahub/css/graph-flot.css
Rufus Pollock f1c5b8a430 [#22][l]: first pass at new theme (based off bootstrap).
* view.js: refactor html for graph editor form; refactor navigation to be buttons.
2012-01-07 02:44:26 +00:00

51 lines
919 B
CSS

.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;
}