/** * File: widgets.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: widget-container */ .widgets { overflow: scroll; position: relative; } /** * Component: widget-toolbox */ .widget-toolbox { margin: 20px 0; } /** * Component: widget-abstract */ .widgetAbstract { position: absolute; } .widget-editing { border: 1px solid lightgray; padding: 5px 10px; margin: 10px; } /** * Component: widget-value */ .widgetValue { } .widget-edit-container { width: 200px !important; background-color: #ddd; border: 1px dotted black; } .widget-edit-form { } /** * Component: widget-table */ .widgetTable { } .widgetTable table { width: 100%; /*height: 100%;*/ border: 1px solid gray; border-collapse: collapse; } .widgetTable td, th { border: 1px solid gray; padding: 2px 5px; } /** * Component: widget-plot */ .widgetPlot-signal-table { border: 1px solid gray; padding: 2px 5px; } .widgetPlot-signal-table th { border: 0; }