From 22fd179c604683e531f7b9bef379a78f56acaf43 Mon Sep 17 00:00:00 2001
From: urs_hunkler <urs_hunkler>
Date: Wed, 6 Jun 2007 19:08:22 +0000
Subject: [PATCH]  MDL-9745 - for IE7 I corrected the text input fiield offset
 with a CSS 2 property.

---
 theme/standard/styles_ie7.css | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/theme/standard/styles_ie7.css b/theme/standard/styles_ie7.css
index dc072eaef4..343fdea6e3 100755
--- a/theme/standard/styles_ie7.css
+++ b/theme/standard/styles_ie7.css
@@ -42,4 +42,7 @@
   word-wrap: break-word;
 }
 
-
+form.mform input[type=text],
+form.mform input[type=password] {
+ margin-left: -10px;
+}
\ No newline at end of file
-- 
2.39.5