X-Git-Url: https://git-public.kairo.at/?p=lantea.git;a=blobdiff_plain;f=style%2Flantea.css;h=e4e62a6eaf532d47d03b5d94b72d18753a36b7e6;hp=f5364cad970faeb962fa484dbe3336e3b5a27f95;hb=7a076538678eb75b90e066df5e2d51346067927d;hpb=4325517451df94848f3457b68572628d82b4e6d9 diff --git a/style/lantea.css b/style/lantea.css index f5364ca..e4e62a6 100644 --- a/style/lantea.css +++ b/style/lantea.css @@ -78,6 +78,10 @@ h1 { border-radius: 3px; } +#trackData { + margin: 0; +} + #map, #track { position: fixed; border: 0; @@ -85,9 +89,16 @@ h1 { left: 0; right: 0; bottom: 0; +} + +#map { z-index: 1; } +#track { + z-index: 3; +} + #action { position: absolute; bottom: 5px; @@ -157,6 +168,10 @@ h1 { opacity: .66; } +#uploadDesc { + max-width: 95%; +} + @media screen and (max-width: 500px) { body { font-size: 10px;