1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/web/ synced 2025-03-09 00:00:01 +01:00

miscelaneous styling improvments

This commit is contained in:
Steffen Vogel 2018-06-09 15:02:34 +02:00
parent fa93abedaa
commit 8d87a6a828
2 changed files with 36 additions and 22 deletions

View file

@ -61,7 +61,6 @@ body {
}
.app-header .menu-icon {
font-size: 28px;
color: #818181;
right: 5px;
@ -303,12 +302,7 @@ body {
.toolbox-item {
display: inline-block;
padding: 5px 10px;
margin-right: 10px;
border: 1px solid gray;
margin-right: 5px;
cursor: move;
}

View file

@ -192,11 +192,7 @@ div[class*="-widget"] .btn[disabled], .btn.disabled, div[class*="-widget"] input
display: flex;
-webkit-flex: 1 1 auto;
flex: 1 1 auto;
}
.chart-wrapper {
width: 100%;
padding-left: 10px;
margin-bottom: 5px;
}
.plot-legend {
@ -207,22 +203,46 @@ div[class*="-widget"] .btn[disabled], .btn.disabled, div[class*="-widget"] input
flex-shrink: 0;
flex-wrap: wrap;
justify-content: space-around;
margin-bottom: 5px;
}
.signal-legend {
font-size: 0.8em;
font-weight: 700;
padding-left: 5px;
float: left;
list-style-type: none;
font-size: 1.2em;
padding-left: 10px;
padding-right: 5px;
overflow: hidden;
vertical-align: middle;
}
.legend-color {
height: 50%;
display: inline-block;
margin-right: 5px;
}
li.signal-legend::before {
content: '■';
}
.signal-legend span {
font-size: 0.8em;
}
.signal-legend-name {
margin-left: 5px;
font-weight: 700;
color: black;
}
span.signal-unit {
color: grey;
font-style: italic;
font-weight: 50%;
}
span.signal-unit::before {
content: '[';
font-style: normal;
}
span.signal-unit::after {
content: ']';
font-style: normal;
}
/* End Plots */