X-Git-Url: https://git-public.kairo.at/?p=lantea.git;a=blobdiff_plain;f=style%2Flantea.css;h=6a64385430daa94cbfc81850b8fd19f402ccd808;hp=d39eed6b75d9dc3bf3d706b808dad3eef423ea6f;hb=4c13fe0c682d92455ec29a8903912ade594e3043;hpb=b47b4a65e0de47e607e0f675402e69239d012ad6 diff --git a/style/lantea.css b/style/lantea.css index d39eed6..6a64385 100644 --- a/style/lantea.css +++ b/style/lantea.css @@ -52,14 +52,23 @@ h1 { z-index: 5; } -#settings { +#zoomLevel { + background-color: rgba(255, 255, 255, .8); + border-radius: 3px; + padding: 0 3px; +} + + +#settingsArea, +#trackArea { display: none; background-color: rgba(255, 255, 255, .8); border: 0; border-radius: 5px; } -#settings > legend { +#settingsArea > legend, +#trackArea > legend { display: none; background-color: rgba(255, 255, 255, .8); border-radius: 3px; @@ -73,6 +82,13 @@ h1 { z-index: 1; } +#debug { + position: absolute; + bottom: .5em; + left: .5em; + margin: 0; +} + #copyright { position: absolute; bottom: .5em;