comparison client/src/components/Maplayer.vue @ 551:89bc8111563a

refac: Layout adjustments
author Thomas Junk <thomas.junk@intevation.de>
date Fri, 31 Aug 2018 14:12:00 +0200
parents b111b765b6cd
children 7575cf0e15ff
comparison
equal deleted inserted replaced
550:06907c875077 551:89bc8111563a
21 .mapdisplay { 21 .mapdisplay {
22 height: 100%; 22 height: 100%;
23 } 23 }
24 24
25 #map { 25 #map {
26 height: 96vh; 26 margin-top: $topbarheight;
27 height: 100-$topbarheight;
27 } 28 }
28 29
29 .layerselection { 30 .layerselection {
30 position: absolute; 31 position: absolute;
31 top: $topbarheight; 32 top: 40px + $small-offset;
32 margin-top: $small-offset; 33 margin-top: $small-offset;
33 right: $small-offset; 34 right: $small-offset;
34 min-height: 20%; 35 min-height: 20%;
35 min-width: 10%; 36 min-width: 10%;
36 background-color: white; 37 background-color: white;