aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/com/itmill/toolkit/terminal/gwt/public/component-themes/common/css/common.css5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/com/itmill/toolkit/terminal/gwt/public/component-themes/common/css/common.css b/src/com/itmill/toolkit/terminal/gwt/public/component-themes/common/css/common.css
index 0e70e15a0b..e0ae7ce99e 100644
--- a/src/com/itmill/toolkit/terminal/gwt/public/component-themes/common/css/common.css
+++ b/src/com/itmill/toolkit/terminal/gwt/public/component-themes/common/css/common.css
@@ -24,7 +24,6 @@ select {
padding:0;
border:0;
background: yellow;
- table-layout: fixed;
}
.iscrolltable-header table td {
@@ -41,7 +40,6 @@ select {
padding:0;
border:0;
background: yellow;
- table-layout: fixed;
}
.iscrolltable-table td {
@@ -59,7 +57,8 @@ iscrolltable-table tr {
.iscrolltable-rowspacer {
height: 10px;
- background: brown;
+ background: brown;
+ overflow:hidden; /* IE hack to allow < one line height divs */
}
.iscrolltable-table .iscrolltable-cellContent {