From: urs_hunkler Date: Wed, 6 Jun 2007 19:08:22 +0000 (+0000) Subject: MDL-9745 - for IE7 I corrected the text input fiield offset with a CSS 2 property. X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=22fd179c604683e531f7b9bef379a78f56acaf43;p=moodle.git MDL-9745 - for IE7 I corrected the text input fiield offset with a CSS 2 property. --- 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