X-Git-Url: https://git-public.kairo.at/?p=lantea.git;a=blobdiff_plain;f=style%2Flantea.css;h=e4e62a6eaf532d47d03b5d94b72d18753a36b7e6;hp=795e5141524fc78cae93d4aa5321227cac515929;hb=7a076538678eb75b90e066df5e2d51346067927d;hpb=dda551324c5d9402b8541db61f1fc13d54693802 diff --git a/style/lantea.css b/style/lantea.css index 795e514..e4e62a6 100644 --- a/style/lantea.css +++ b/style/lantea.css @@ -78,7 +78,11 @@ h1 { border-radius: 3px; } -#map, #glmap, #track { +#trackData { + margin: 0; +} + +#map, #track { position: fixed; border: 0; top: 0; @@ -91,11 +95,6 @@ h1 { z-index: 1; } -#glmap { - z-index: 2; - opacity: 0.7; -} - #track { z-index: 3; } @@ -169,6 +168,10 @@ h1 { opacity: .66; } +#uploadDesc { + max-width: 95%; +} + @media screen and (max-width: 500px) { body { font-size: 10px;