X-Git-Url: https://git-public.kairo.at/?p=lantea.git;a=blobdiff_plain;f=style%2Flantea.css;h=03af2d1af38bd6fd3bc1294d8f885e41c7d651b1;hp=1459ff06e07a03deb46ebaedcfa047740ed5f2ff;hb=b5e49b956629a45c3af14a87790060cbf18a718a;hpb=c537874767ee78334e65c6a0532358ac724f857f;ds=sidebyside diff --git a/style/lantea.css b/style/lantea.css index 1459ff0..03af2d1 100644 --- a/style/lantea.css +++ b/style/lantea.css @@ -75,7 +75,8 @@ h1 { border-radius: 3px; } -#map { +#map, #track { + position: fixed; border: 0; top: 0; left: 0; @@ -84,6 +85,10 @@ h1 { z-index: 1; } +#map { + background: url("style/loading.png") repeat; +} + #debug { position: absolute; bottom: 5px;