/** * File: plots.css * Author: Markus Grigull * Date: 19.07.2016 * Copyright: 2016, Institute for Automation of Complex Power Systems, EONERC * This file is part of VILLASweb. All Rights Reserved. Proprietary and confidential. * Unauthorized copying of this file, via any medium is strictly prohibited. **********************************************************************************/ /** * Component: plot-container */ .plots { overflow: scroll; position: relative; } /** * Component: plot-toolbox */ .plot-toolbox { margin: 20px 0; } /** * Component: plot-abstract */ .plotAbstract { border: 1px solid lightgray; margin: 10px; padding: 5px 10px; position: absolute; } /** * Component: plot-value */ .plotValue { } /** * Component: plot-table */ .plotTable { } .plotTable table { width: 100%; /*height: 100%;*/ border: 1px solid gray; border-collapse: collapse; } .plotTable td, th { border: 1px solid gray; padding: 2px 5px; }