You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
39 lines
756 B
CSS
39 lines
756 B
CSS
body {
|
|
background-color: aquamarine;
|
|
background: url(../../img/preassemble/preassemblebackground.jpg);
|
|
background-position: center center;
|
|
background-repeat: no-repeat;
|
|
background-attachment: fixed;
|
|
background-size: 100% 100%;
|
|
}
|
|
|
|
.statisticalOutputByModel{
|
|
border: 0px solid red;
|
|
position: absolute;
|
|
width: 45.5%;
|
|
height: 32%;
|
|
bottom: 4.5%;
|
|
left: 3.5%;
|
|
}
|
|
|
|
.inventoryStatistics{
|
|
border: 0px solid red;
|
|
position: absolute;
|
|
width: 45.5%;
|
|
height: 32%;
|
|
bottom: 4.5%;
|
|
right: 3.5%;
|
|
}
|
|
|
|
.hourlyOutputStatistics{
|
|
border: 0px solid red;
|
|
position: absolute;
|
|
width: 93%;
|
|
height: 32%;
|
|
top: 23%;
|
|
left: 3.5%;
|
|
}
|
|
.span_c{
|
|
margin-left: 5%;
|
|
margin-right: 10% !important;
|
|
} |