From: Michael M Slusarz Date: Sat, 15 Aug 2009 20:01:21 +0000 (-0600) Subject: Fix inline-block display X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=8dc6cc167c05621fb85eb40de60c7a391de6e036;p=horde.git Fix inline-block display --- 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;