MDL-9745 - corrected textareas too.
authorurs_hunkler <urs_hunkler>
Wed, 6 Jun 2007 19:52:13 +0000 (19:52 +0000)
committerurs_hunkler <urs_hunkler>
Wed, 6 Jun 2007 19:52:13 +0000 (19:52 +0000)
theme/standard/styles_ie7.css

index 343fdea6e324c1263526e5f8f715887ea60d868f..7d4e3aca17e4b619e742bc7dfa916d7c3b5fb7f3 100755 (executable)
@@ -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