From 2389d66da849798f8d4ec5f10e3b07c11da49185 Mon Sep 17 00:00:00 2001 From: Michael Francis Date: Sat, 28 May 2011 13:28:16 -0400 Subject: Initial Commit --- views/layouts/presentation_files/IEfix.css | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 views/layouts/presentation_files/IEfix.css (limited to 'views/layouts/presentation_files/IEfix.css') diff --git a/views/layouts/presentation_files/IEfix.css b/views/layouts/presentation_files/IEfix.css new file mode 100644 index 0000000..f80c429 --- /dev/null +++ b/views/layouts/presentation_files/IEfix.css @@ -0,0 +1,14 @@ +ul.dash li, ul.dash .bubble, .ui-widget, +a.table_icon, table.normal thead, a.button_link, .notification, +fieldset, fieldset legend, fieldset input, fieldset select +{ + behavior:url('css/PIE.htc'); +} + +ul.dash li { + overflow:visible; +} + +.inner { + overflow:hidden; +} \ No newline at end of file -- cgit v1.2.3