From 08e22608b702d65d67eb05b8585bcf8be9b66fd6 Mon Sep 17 00:00:00 2001 From: moodler Date: Thu, 26 Apr 2007 14:54:21 +0000 Subject: [PATCH] Merged MDL-9594 from stable --- theme/standard/styles_ie6.css | 23 ++++++++++++----------- theme/standard/styles_ie7.css | 25 +++++++++++++------------ 2 files changed, 25 insertions(+), 23 deletions(-) diff --git a/theme/standard/styles_ie6.css b/theme/standard/styles_ie6.css index 840d0c712a..aafd4a837b 100755 --- a/theme/standard/styles_ie6.css +++ b/theme/standard/styles_ie6.css @@ -3,47 +3,48 @@ */ .tabtree { - height: 100%; + height: 100%; } .tabrow0 { - padding-top: 10px; + padding-top: 10px; } .tabrow0 li { - margin-left: 0; + margin-left: 0; } .tabrow0 li.first { - margin-left: -4px; - margin-right: -4px; + margin-left: -4px; + margin-right: -4px; } .tabrow0 li.last a { - margin-right: 0; + margin-right: 0; } .tabrow0 li.onerow { - margin-right: 0; + margin-right: 0; } .tabrow0 a { - padding: 0 0 0 13px; + padding: 0 0 0 13px; } .tabrow0 a span { - padding: 12px 1em 4px 0; + padding: 12px 1em 4px 0; } .tabrow0 div, .tabrow0 ul { - top: 2.7em; - padding: 0.2em 0; + top: 2.7em; + padding: 0.2em 0; } /*fix for misalignment of text fields in ie */ form.mform input { margin-left: -10px; + margin-right: 10px; } form.mform .fcheckbox input { diff --git a/theme/standard/styles_ie7.css b/theme/standard/styles_ie7.css index 9351862942..f5d6950a45 100755 --- a/theme/standard/styles_ie7.css +++ b/theme/standard/styles_ie7.css @@ -3,48 +3,49 @@ */ .tabrow0 li { - margin-left: 0; + margin-left: 0; } .tabrow0 li.first { - margin-right: -4px; + margin-right: -4px; } .tabrow0 li.onerow { - margin-right: 0; + margin-right: 0; } .tabrow0 a { - display: inline-block; - padding: 8px 0 0.35em 13px; - line-height: 1.5em; + display: inline-block; + padding: 8px 0 0.35em 13px; + line-height: 1.5em; } .tabrow0 a span { - padding: 10px 1em 10px 0; + padding: 10px 1em 10px 0; } .tabrow0 div, .tabrow0 ul { - top: 2.6em; - padding: 0.2em 0; + top: 2.6em; + padding: 0.2em 0; } .tabrow0 div.empty { - margin-right: 0; + margin-right: 0; } .sideblock { - overflow: hidden; + overflow: hidden; } .sideblock .content { - word-wrap: break-word; + word-wrap: break-word; } /*fix for misalignment of text fields in ie */ form.mform input { margin-left: -10px; + margin-right: 10px; } form.mform .fcheckbox input { -- 2.39.5