From 58d75e5b3b1a3cf30002b1b351b83aa29a58d12e Mon Sep 17 00:00:00 2001 From: nicolasconnault Date: Sat, 3 Oct 2009 02:30:31 +0000 Subject: [PATCH] MDL-16940 Applied the patch for visibility of dropdown menus in course view for IE6 when AJAX is on. --- theme/standard/styles_ie6.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/theme/standard/styles_ie6.css b/theme/standard/styles_ie6.css index 0156ba31cb9..ff512a6f0e9 100755 --- a/theme/standard/styles_ie6.css +++ b/theme/standard/styles_ie6.css @@ -63,4 +63,6 @@ form.mform textarea { display:inline-block; padding-left:2px; } - +.drag select { + visibility: visible; +}