mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-29 09:59:28 +00:00
Workaround Hack für Firefox um position des Suchfelds richtig darzustellen
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user