MDL-16940 Applied the patch for visibility of dropdown menus in course view for IE6 when AJAX is on. Merged from MOODLE_19_STABLE

This commit is contained in:
nicolasconnault
2009-10-03 02:32:13 +00:00
parent 8c3c518f98
commit c6fc16efbe
+3
View File
@@ -97,3 +97,6 @@ form.mform textarea {
#help_icon_tooltip .yui-tt-shadow-visible {
background-color: transparent;
}
.drag select {
visibility: visible;
}