]> source.dussan.org Git - vaadin-framework.git/commitdiff
fixes #1161
authorMatti Tahvonen <matti.tahvonen@itmill.com>
Tue, 10 Jun 2008 07:26:44 +0000 (07:26 +0000)
committerMatti Tahvonen <matti.tahvonen@itmill.com>
Tue, 10 Jun 2008 07:26:44 +0000 (07:26 +0000)
svn changeset:4824/svn branch:trunk

WebContent/ITMILL/themes/default/styles.css
WebContent/ITMILL/themes/default/table/table.css

index e3262823438d42e5465d933f044e0b41b2cb0680..e46bbaf256d2423d53242634b05e770421527f11 100644 (file)
@@ -1407,6 +1407,14 @@ input.i-modified,
        position: relative; /* hide this from IE, it works without it */
 }
 
+* html .i-table-column-selector {
+       position: static;
+}
+
+*+html .i-table-column-selector  {
+       position: static;
+}
+
 .i-table-focus-slot-left {
        border-left: 2px solid #b6bbbc;
        margin-right: -2px;
index 331ba117c032976dc451dd5dd48cee18b990f733..cbc8f1f3e95a92587624c64231967a0922bd0b49 100644 (file)
        position: relative; /* hide this from IE, it works without it */
 }
 
+* html .i-table-column-selector {
+       position: static;
+}
+
+*+html .i-table-column-selector  {
+       position: static;
+}
+
 .i-table-focus-slot-left {
        border-left: 2px solid #b6bbbc;
        margin-right: -2px;