easy-osm2city-podman/managment/www/style.css
fly 10f7af253c progressinfo shows overview on tile level
Signed-off-by: fly <merspieler@airmail.cc>
2022-05-10 13:11:37 +02:00

26 lines
293 B
CSS

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