projects
/
moodle.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
75e1038
)
MDL-9745 - corrected textareas too.
author
urs_hunkler
<urs_hunkler>
Wed, 6 Jun 2007 19:52:13 +0000
(19:52 +0000)
committer
urs_hunkler
<urs_hunkler>
Wed, 6 Jun 2007 19:52:13 +0000
(19:52 +0000)
theme/standard/styles_ie7.css
patch
|
blob
|
history
diff --git
a/theme/standard/styles_ie7.css
b/theme/standard/styles_ie7.css
index 343fdea6e324c1263526e5f8f715887ea60d868f..7d4e3aca17e4b619e742bc7dfa916d7c3b5fb7f3 100755
(executable)
--- a/
theme/standard/styles_ie7.css
+++ b/
theme/standard/styles_ie7.css
@@
-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