1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/web/ synced 2025-03-23 00:00:02 +01:00
VILLASweb/app/styles/plots.css
2016-07-20 12:25:51 +02:00

64 lines
1 KiB
CSS

/**
* File: plots.css
* Author: Markus Grigull <mgrigull@eonerc.rwth-aachen.de>
* 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;
}