Workaround Hack für Firefox um position des Suchfelds richtig darzustellen

This commit is contained in:
Manfred Kindl
2013-08-02 19:29:55 +00:00
parent 75bd4566d5
commit 59dadc22d7
+11
View File
@@ -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;