Files
pygeoapi/pygeoapi/static/css/default.css
T
Just van den Broecke 30b1474f1f Issue 142 screen estate (#155)
* Update default.css

* Update base.html

* Update collections.html
2019-05-31 16:00:45 +02:00

40 lines
720 B
CSS

.flat {
border: 0px;
}
header {
display: inline-block;
}
main {
background-color:white
}
.crumbs {
background-color:rgb(230, 230, 230);
padding: 6px;
}
.crumbs a {
padding: 0px 6px;
color:black;
text-transform: capitalize;
}
#items-map {
width: 100%;
height: 400px;
}
/* cancel mini-css header>button uppercase */
header button, header [type="button"], header .button, header [role="button"] {
text-transform: none;
}
.footer {
position: fixed;
left: 0;
bottom: 0;
width: 100%;
height: 40px; /* Set the fixed height of the footer here */
line-height: 40px; /* Vertically center the text there */
background-color:rgb(230, 230, 230);
}