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