From 8dc6cc167c05621fb85eb40de60c7a391de6e036 Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Sat, 15 Aug 2009 14:01:21 -0600 Subject: [PATCH] Fix inline-block display --- chora/themes/ie6_or_less.css | 4 ++++ chora/themes/ie7.css | 4 ++++ chora/themes/screen.css | 2 -- 3 files changed, 8 insertions(+), 2 deletions(-) create mode 100644 chora/themes/ie6_or_less.css create mode 100644 chora/themes/ie7.css diff --git a/chora/themes/ie6_or_less.css b/chora/themes/ie6_or_less.css new file mode 100644 index 000000000..f9f8ac3f5 --- /dev/null +++ b/chora/themes/ie6_or_less.css @@ -0,0 +1,4 @@ +div.options span, div.browsefileoptions span { + zoom: 1; + *display: inline; +} diff --git a/chora/themes/ie7.css b/chora/themes/ie7.css new file mode 100644 index 000000000..f9f8ac3f5 --- /dev/null +++ b/chora/themes/ie7.css @@ -0,0 +1,4 @@ +div.options span, div.browsefileoptions span { + zoom: 1; + *display: inline; +} diff --git a/chora/themes/screen.css b/chora/themes/screen.css index 4bbab1cd4..9bec8e17b 100644 --- a/chora/themes/screen.css +++ b/chora/themes/screen.css @@ -17,8 +17,6 @@ div.options, div.browsefileoptions { div.options span, div.browsefileoptions span { display: -moz-inline-stack; display: inline-block; - zoom: 1; - *display: inline; border: 1px solid #ccc; padding: 6px; background: #e9e9e9; -- 2.11.0