From 59dadc22d7be6db121d9ae61bc8b17c68c22d049 Mon Sep 17 00:00:00 2001 From: Manfred Kindl Date: Fri, 2 Aug 2013 19:29:55 +0000 Subject: [PATCH] =?UTF-8?q?Workaround=20Hack=20f=C3=BCr=20Firefox=20um=20p?= =?UTF-8?q?osition=20des=20Suchfelds=20richtig=20darzustellen?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- skin/styles/tw.css | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/skin/styles/tw.css b/skin/styles/tw.css index 7a6f5048b..9536fcf61 100644 --- a/skin/styles/tw.css +++ b/skin/styles/tw.css @@ -317,6 +317,17 @@ TABLE.header_content position: absolute; z-index:4; } +/* Firefox Hack, da er den absolute-Wert der position als einziger nicht richtig dargestellt hat*/ +@-moz-document url-prefix() +{ + TABLE.header_content + { + height: 13%; + width: 100%; + position: relative; + z-index:4; + } +} TABLE.cmstable /* Die Haupttable aller CMS-Contentseiten */ { margin: 0px;