X-Git-Url: https://git-public.kairo.at/?p=lantea.git;a=blobdiff_plain;f=style%2Flantea.css;h=3d2aa8cc1c333299adf14e5a647d2881aebca3f3;hp=1459ff06e07a03deb46ebaedcfa047740ed5f2ff;hb=3431f496715ba63682a820ee8cf8a63dc0f86905;hpb=c537874767ee78334e65c6a0532358ac724f857f diff --git a/style/lantea.css b/style/lantea.css index 1459ff0..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 { @@ -75,7 +76,8 @@ h1 { border-radius: 3px; } -#map { +#map, #track { + position: fixed; border: 0; top: 0; left: 0; @@ -84,7 +86,7 @@ h1 { z-index: 1; } -#debug { +#action { position: absolute; bottom: 5px; left: .5em; @@ -95,6 +97,10 @@ h1 { padding: 0 3px; } +#actionimg { + vertical-align: text-bottom; +} + .debugHide { display: none; }