Fix inline-block display
authorMichael M Slusarz <slusarz@curecanti.org>
Sat, 15 Aug 2009 20:01:21 +0000 (14:01 -0600)
committerMichael M Slusarz <slusarz@curecanti.org>
Sat, 15 Aug 2009 20:06:24 +0000 (14:06 -0600)
chora/themes/ie6_or_less.css [new file with mode: 0644]
chora/themes/ie7.css [new file with mode: 0644]
chora/themes/screen.css

diff --git a/chora/themes/ie6_or_less.css b/chora/themes/ie6_or_less.css
new file mode 100644 (file)
index 0000000..f9f8ac3
--- /dev/null
@@ -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 (file)
index 0000000..f9f8ac3
--- /dev/null
@@ -0,0 +1,4 @@
+div.options span, div.browsefileoptions span {
+    zoom: 1;
+    *display: inline;
+}
index 4bbab1c..9bec8e1 100644 (file)
@@ -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;