]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-9745 - added missing input field type "file" to the alignment correction
authorurs_hunkler <urs_hunkler>
Thu, 14 Jun 2007 07:04:47 +0000 (07:04 +0000)
committerurs_hunkler <urs_hunkler>
Thu, 14 Jun 2007 07:04:47 +0000 (07:04 +0000)
theme/standard/styles_ie6.css
theme/standard/styles_ie7.css

index 3f221d8d1b0e6494a8689e4ea15c5329923b9a97..8f2d85dd43a19eb012a5e97df11ea5f632de8e7f 100755 (executable)
@@ -42,7 +42,7 @@
 }
 
 form.mform input {
-  margin-left: expression((this.type=="text"||this.type=="password")?'-10px':'0');
+  margin-left: expression((this.type=="text"||this.type=="file"||this.type=="password")?'-10px':'0');
 }
 
 form.mform textarea {
index 7d4e3aca17e4b619e742bc7dfa916d7c3b5fb7f3..56735455bca2a9615577934a032de57b2cfbb2bd 100755 (executable)
@@ -43,6 +43,7 @@
 }
 
 form.mform input[type=text],
+form.mform input[type=file],
 form.mform input[type=password] {
  margin-left: -10px;
 }