X-Git-Url: https://git-public.kairo.at/?p=lantea.git;a=blobdiff_plain;f=style%2Flantea.css;h=795e5141524fc78cae93d4aa5321227cac515929;hp=f5364cad970faeb962fa484dbe3336e3b5a27f95;hb=dda551324c5d9402b8541db61f1fc13d54693802;hpb=4325517451df94848f3457b68572628d82b4e6d9 diff --git a/style/lantea.css b/style/lantea.css index f5364ca..795e514 100644 --- a/style/lantea.css +++ b/style/lantea.css @@ -78,16 +78,28 @@ h1 { border-radius: 3px; } -#map, #track { +#map, #glmap, #track { position: fixed; border: 0; top: 0; left: 0; right: 0; bottom: 0; +} + +#map { z-index: 1; } +#glmap { + z-index: 2; + opacity: 0.7; +} + +#track { + z-index: 3; +} + #action { position: absolute; bottom: 5px;