From 4e300e9af96bbe8469c82847c98c522ff1d24809 Mon Sep 17 00:00:00 2001 From: Georg Hopp Date: Wed, 2 Oct 2013 22:19:25 +0100 Subject: [PATCH] status line always above title --- assets/style/taskrambler.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/assets/style/taskrambler.css b/assets/style/taskrambler.css index be664d7..60a7147 100644 --- a/assets/style/taskrambler.css +++ b/assets/style/taskrambler.css @@ -132,6 +132,7 @@ div.border div.br { font-family: old_newspaper; font-size: 12px; text-align: right; + z-index: 10; } #statusline iframe { @@ -179,6 +180,7 @@ div.border div.br { height: 120px; margin-left: auto; margin-right: auto; + z-index: 0; } #title a {