From 8cf2a05c4a380160ccf93971148a44b9a038aa49 Mon Sep 17 00:00:00 2001 From: jamiesensei Date: Tue, 30 Jan 2007 19:09:46 +0000 Subject: [PATCH] fix for misalignment of text inputs in formslib forms in ie MDL-7748 --- theme/standard/styles_ie6.css | 7 ++++++- theme/standard/styles_ie7.css | 7 ++++++- theme/standard/styles_layout.css | 2 +- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/theme/standard/styles_ie6.css b/theme/standard/styles_ie6.css index a7c4a56eae..ed12f01d6e 100755 --- a/theme/standard/styles_ie6.css +++ b/theme/standard/styles_ie6.css @@ -24,5 +24,10 @@ } .tabrow0 UL { - top: 2.1em; + top: 2.1em; +} + +/*fix for misalignment of text fields in ie */ +form.mform input { + margin-left: -10px; } diff --git a/theme/standard/styles_ie7.css b/theme/standard/styles_ie7.css index 0383e873b0..7d88c8181e 100755 --- a/theme/standard/styles_ie7.css +++ b/theme/standard/styles_ie7.css @@ -17,7 +17,7 @@ } .tabrow0 UL { - top: 2.1em; + top: 2.1em; } .sideblock { @@ -27,3 +27,8 @@ .sideblock .content { word-wrap: break-word; } + +/*fix for misalignment of text fields in ie */ +form.mform input { + margin-left: -10px; +} diff --git a/theme/standard/styles_layout.css b/theme/standard/styles_layout.css index 18c7d3066e..d352f302c9 100644 --- a/theme/standard/styles_layout.css +++ b/theme/standard/styles_layout.css @@ -2124,7 +2124,7 @@ body#message-messages { border:0 } -.tabrow0 UL A span { +.tabrow0 UL A span { padding: 0; background-image: none; } -- 2.39.5