2022-05-03 00:33:31 +02:00
|
|
|
#container
|
|
|
|
{
|
2021-04-09 21:21:53 +02:00
|
|
|
display: flex;
|
|
|
|
flex-wrap: wrap;
|
|
|
|
list-style: none;
|
|
|
|
align-content: flex-start;
|
|
|
|
}
|
2022-05-03 00:33:31 +02:00
|
|
|
#infobody
|
|
|
|
{
|
|
|
|
margin: 0px;
|
|
|
|
padding: 0px;
|
|
|
|
}
|
|
|
|
#statustable
|
|
|
|
{
|
|
|
|
position: absolute;
|
|
|
|
top: 0px;
|
|
|
|
left: 457px;
|
|
|
|
}
|
|
|
|
svg
|
|
|
|
{
|
|
|
|
padding-right: 7px;
|
|
|
|
}
|