From 27dabc5694c86d29ac88b0795b4d6e66df81dce0 Mon Sep 17 00:00:00 2001 From: urs_hunkler Date: Wed, 6 Jun 2007 19:52:13 +0000 Subject: [PATCH] MDL-9745 - corrected textareas too. --- theme/standard/styles_ie7.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/theme/standard/styles_ie7.css b/theme/standard/styles_ie7.css index 343fdea6e3..7d4e3aca17 100755 --- a/theme/standard/styles_ie7.css +++ b/theme/standard/styles_ie7.css @@ -45,4 +45,7 @@ form.mform input[type=text], form.mform input[type=password] { margin-left: -10px; +} +form.mform textarea { + margin-left: -10px; } \ No newline at end of file -- 2.39.5