X-Git-Url: https://git-public.kairo.at/?p=lantea.git;a=blobdiff_plain;f=style%2Flantea.css;h=3d2aa8cc1c333299adf14e5a647d2881aebca3f3;hp=03af2d1af38bd6fd3bc1294d8f885e41c7d651b1;hb=3431f496715ba63682a820ee8cf8a63dc0f86905;hpb=b5e49b956629a45c3af14a87790060cbf18a718a diff --git a/style/lantea.css b/style/lantea.css index 03af2d1..3d2aa8c 100644 --- a/style/lantea.css +++ b/style/lantea.css @@ -5,6 +5,7 @@ body { font-family: sans-serif; margin: 0; + background: url("loading.png") repeat; } h1 { @@ -85,11 +86,7 @@ h1 { z-index: 1; } -#map { - background: url("style/loading.png") repeat; -} - -#debug { +#action { position: absolute; bottom: 5px; left: .5em; @@ -100,6 +97,10 @@ h1 { padding: 0 3px; } +#actionimg { + vertical-align: text-bottom; +} + .debugHide { display: none; }