]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-9745 - corrected "input" placement with IE specific "expression" JavaScript in...
authorurs_hunkler <urs_hunkler>
Wed, 6 Jun 2007 19:55:32 +0000 (19:55 +0000)
committerurs_hunkler <urs_hunkler>
Wed, 6 Jun 2007 19:55:32 +0000 (19:55 +0000)
theme/standard/styles_ie6.css

index da20443a1841a513e2cda555b4fe07732c988ece..3f221d8d1b0e6494a8689e4ea15c5329923b9a97 100755 (executable)
   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