From a53e47a25d1c87b1cb1c76898dbd25814a9106a9 Mon Sep 17 00:00:00 2001 From: urs_hunkler Date: Wed, 6 Jun 2007 19:55:32 +0000 Subject: [PATCH] MDL-9745 - corrected "input" placement with IE specific "expression" JavaScript in CSS properties. --- theme/standard/styles_ie6.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/theme/standard/styles_ie6.css b/theme/standard/styles_ie6.css index da20443a18..3f221d8d1b 100755 --- a/theme/standard/styles_ie6.css +++ b/theme/standard/styles_ie6.css @@ -41,4 +41,10 @@ padding: 0.2em 0; } +form.mform input { + margin-left: expression((this.type=="text"||this.type=="password")?'-10px':'0'); +} +form.mform textarea { + margin-left: -10px; +} \ No newline at end of file -- 2.39.5