reformat some css

This commit is contained in:
Laura Klünder 2017-12-06 23:47:26 +01:00
parent cdef44e64b
commit bf6a8b0e87

View file

@ -46,21 +46,21 @@ input {
} }
main.map { main.map {
position:absolute; position: absolute;
left:0; left: 0;
top:50px; top: 50px;
right:0; right: 0;
bottom:0; bottom: 0;
/*noinspection CssUnknownTarget*/ /*noinspection CssUnknownTarget*/
background: url('../../img/loader.gif') no-repeat center; background: url('../../img/loader.gif') no-repeat center;
} }
#map { #map {
position:absolute; position: absolute;
z-index: 1; z-index: 1;
left:0; left: 0;
top:0; top: 0;
right:0; right: 0;
bottom:0; bottom: 0;
} }
#sidebar { #sidebar {
position: absolute; position: absolute;