]> source.dussan.org Git - vaadin-framework.git/commitdiff
css changes to fix FF2 and opera issues (#2652, #2749)
authorMatti Tahvonen <matti.tahvonen@itmill.com>
Fri, 13 Mar 2009 14:03:16 +0000 (14:03 +0000)
committerMatti Tahvonen <matti.tahvonen@itmill.com>
Fri, 13 Mar 2009 14:03:16 +0000 (14:03 +0000)
svn changeset:7080/svn branch:6.0

WebContent/ITMILL/themes/default/gridlayout/gridlayout.css
WebContent/ITMILL/themes/default/orderedlayout/orderedlayout.css
WebContent/ITMILL/themes/default/styles.css

index 6e9205ca8a4aecc46a5663acff6e28c417744631..493a952de6928e67f8d8c588a9910dc33a8183d6 100644 (file)
        padding-top:0px;
 }
 
-.i-gridlayout {
+/* Ensure that resizing gridlayout works in IE */
+* html .i-gridlayout {
        overflow:hidden;
 }
 
+*+html .i-gridlayout {
+       overflow:hidden;
+}
+
+
index 01d9a78c5ce8f82e364734f8302201714d188491..085ff1cee17852c92a118f81ddbb1e08d67bcdec 100644 (file)
@@ -1,7 +1,3 @@
-.i-orderedlayout, .i-horizontallayout, .i-verticallayout {
-       overflow: hidden;
-}
-
 .i-orderedlayout-margin-top, .i-horizontallayout-margin-top, .i-verticallayout-margin-top {
        padding-top: 15px;
 }
        padding-top: 0px;
        padding-left: 0px;
 }
+
+/* 
+ * To make sure IE don't expand elmenents larger than they should
+ */
+* html .i-orderedlayout, * html .i-horizontallayout, * html .i-verticallayout {
+       overflow: hidden;
+}
+*+html .i-orderedlayout, *+html .i-horizontallayout, *+html .i-verticallayout {
+       overflow: hidden;
+}
index 88f18aff662177ff60e38a96d3d9806eb88dd88a..2e9c637b01cb07642b6fb932db0e3680ba15071a 100644 (file)
@@ -839,10 +839,16 @@ input.i-modified,
        padding-top:0px;
 }
 
-.i-gridlayout {
+/* Ensure that resizing gridlayout works in IE */
+* html .i-gridlayout {
        overflow:hidden;
 }
 
+*+html .i-gridlayout {
+       overflow:hidden;
+}
+
+
 
 /* ./WebContent/ITMILL/themes/default/link/link.css */
 /**
@@ -1015,10 +1021,6 @@ input.i-modified,
 }
 
 /* ./WebContent/ITMILL/themes/default/orderedlayout/orderedlayout.css */
-.i-orderedlayout, .i-horizontallayout, .i-verticallayout {
-       overflow: hidden;
-}
-
 .i-orderedlayout-margin-top, .i-horizontallayout-margin-top, .i-verticallayout-margin-top {
        padding-top: 15px;
 }
@@ -1045,6 +1047,16 @@ input.i-modified,
        padding-left: 0px;
 }
 
+/* 
+ * To make sure IE don't expand elmenents larger than they should
+ */
+* html .i-orderedlayout, * html .i-horizontallayout, * html .i-verticallayout {
+       overflow: hidden;
+}
+*+html .i-orderedlayout, *+html .i-horizontallayout, *+html .i-verticallayout {
+       overflow: hidden;
+}
+
 /* ./WebContent/ITMILL/themes/default/panel/panel.css */
 .i-panel,
 .i-panel-caption,