From 1632679d7f5765b961a7b983b47ca8d0f4fc721c Mon Sep 17 00:00:00 2001 From: urs_hunkler Date: Mon, 6 Aug 2007 19:47:37 +0000 Subject: [PATCH] merged --- theme/chameleon/meta.php | 6 ++++++ theme/chameleon/styles_ie6.css | 36 ++++++++++++++++++++++++++++++++++ theme/chameleon/styles_ie7.css | 31 +++++++++++++++++++++++++++++ 3 files changed, 73 insertions(+) create mode 100644 theme/chameleon/meta.php create mode 100644 theme/chameleon/styles_ie6.css create mode 100644 theme/chameleon/styles_ie7.css diff --git a/theme/chameleon/meta.php b/theme/chameleon/meta.php new file mode 100644 index 0000000000..23caf6c925 --- /dev/null +++ b/theme/chameleon/meta.php @@ -0,0 +1,6 @@ + + diff --git a/theme/chameleon/styles_ie6.css b/theme/chameleon/styles_ie6.css new file mode 100644 index 0000000000..d13b14ecea --- /dev/null +++ b/theme/chameleon/styles_ie6.css @@ -0,0 +1,36 @@ +/* + * These styles are ONLY included for IE 6 (via meta.php) + */ +div.breadcrumb span.sep { + font-family: arial, sans-serif; +} +.tabtree { + height: 100%; +} +.tabrow0 { + padding-top: 10px; +} +.tabrow0 li { + margin: 0; + /*padding: 0;*/ +} +.tabrow0 li.first { + margin: 0; +} +.tabrow0 li.last a { + margin-right: 0; +} +.tabrow0 li.onerow { + margin-right: 0; +} +.tabrow0 a { + padding: 0 5px 5px; +} +.tabrow0 a span { + padding: 0; +} +.tabrow0 div, +.tabrow0 ul { + top: 100%; + padding: 0 0 3px 0; +} \ No newline at end of file diff --git a/theme/chameleon/styles_ie7.css b/theme/chameleon/styles_ie7.css new file mode 100644 index 0000000000..e0badd15dd --- /dev/null +++ b/theme/chameleon/styles_ie7.css @@ -0,0 +1,31 @@ +/* + * These styles are ONLY included for IE 7 (via meta.php) + */ +.tabrow0 { + padding-top: 5px; +} +.tabrow0 li { + margin-left: 0; +} +.tabrow0 li.first { + margin-right: 0; +} +.tabrow0 li.onerow { + margin-right: 0; +} +.tabrow0 a { + display: inline-block; + padding: 0 5px 5px; + line-height: 1.5em; +} +.tabrow0 a span { + padding: 0; +} +.tabrow0 div, +.tabrow0 ul { + top: 2.6em; + padding: 0 0 3px 0; +} +.tabrow0 div.empty { + margin-right: 0; +} \ No newline at end of file -- 2.39.5