X-Git-Url: https://git-public.kairo.at/?p=lantea.git;a=blobdiff_plain;f=style%2Flantea.css;h=3d2aa8cc1c333299adf14e5a647d2881aebca3f3;hp=83272d783fc6f0f496d06716956616a339b49e44;hb=3431f496715ba63682a820ee8cf8a63dc0f86905;hpb=4b1d0915c90afdb6ca77be1dc721cc4ccec5cf0c diff --git a/style/lantea.css b/style/lantea.css index 83272d7..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,7 +86,7 @@ h1 { z-index: 1; } -#debug { +#action { position: absolute; bottom: 5px; left: .5em; @@ -96,6 +97,10 @@ h1 { padding: 0 3px; } +#actionimg { + vertical-align: text-bottom; +} + .debugHide { display: none; }