easy-osm2city-podman/managment/www/style.css

23 lines
259 B
CSS
Raw Normal View History

#container
{
display: flex;
flex-wrap: wrap;
list-style: none;
align-content: flex-start;
}
#infobody
{
margin: 0px;
padding: 0px;
}
#statustable
{
position: absolute;
top: 0px;
left: 457px;
}
svg
{
padding-right: 7px;
}