X-Git-Url: https://git-public.kairo.at/?p=lantea.git;a=blobdiff_plain;f=style%2Flantea.css;h=6fac89ece19e8260527aa2cc1e4a852ad2208b3f;hp=d05d1cc18fd5b51475ce2a90399f21ebc7fd50d8;hb=ac45368eb86d7264e81a043c3bbcbddb0d1b3044;hpb=e8525b4605e8bd81709508b9266e92a686506f28 diff --git a/style/lantea.css b/style/lantea.css index d05d1cc..6fac89e 100644 --- a/style/lantea.css +++ b/style/lantea.css @@ -51,6 +51,25 @@ h1 { text-align: center; } +#zoomArea > input[type="button"] { + font-size: 1em; + font-weight: bold; + width: 2em; + height: 2em; + border-radius: 2em; + background-color: transparent; + color: #0000FF; + border: 2px solid #0000FF; +} + +#zoomArea > input[type="button"]:hover { + background-color: rgba(255, 255, 255, .8); +} + +#zoomArea > input[type="button"]:active { + background-color: rgba(255, 255, 127, .8); +} + #fullscreenArea { right: 1%; bottom: 2em; @@ -61,6 +80,7 @@ h1 { background-color: rgba(255, 255, 255, .8); border-radius: 3px; padding: 0 3px; + margin: 2px 0; } #settingsArea, @@ -78,7 +98,11 @@ h1 { border-radius: 3px; } -#map, #glmap, #track { +#trackData { + margin: 0; +} + +#map, #track { position: fixed; border: 0; top: 0; @@ -91,10 +115,6 @@ h1 { z-index: 1; } -#glmap { - z-index: 2; -} - #track { z-index: 3; } @@ -168,6 +188,10 @@ h1 { opacity: .66; } +#uploadDesc { + max-width: 95%; +} + @media screen and (max-width: 500px) { body { font-size: 10px;