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