]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-9745 - for IE7 I corrected the text input fiield offset with a CSS 2 property.
authorurs_hunkler <urs_hunkler>
Wed, 6 Jun 2007 19:08:22 +0000 (19:08 +0000)
committerurs_hunkler <urs_hunkler>
Wed, 6 Jun 2007 19:08:22 +0000 (19:08 +0000)
theme/standard/styles_ie7.css

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