From: Matti Tahvonen Date: Thu, 8 May 2008 08:43:44 +0000 (+0000) Subject: fixes #1543 X-Git-Tag: 6.7.0.beta1~4802 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=0e2e9ff8142be15d1e017b91fb66c1cef2f10e55;p=vaadin-framework.git fixes #1543 svn changeset:4387/svn branch:trunk --- diff --git a/WebContent/ITMILL/themes/default/styles.css b/WebContent/ITMILL/themes/default/styles.css index 22c47c40c8..2224a821f0 100644 --- a/WebContent/ITMILL/themes/default/styles.css +++ b/WebContent/ITMILL/themes/default/styles.css @@ -1299,6 +1299,10 @@ cursor: pointer; } +.i-tabsheet-tabs .gwt-TabBarItem .i-caption-disabled { + cursor: default; +} + .i-tabsheet-tabs .gwt-TabBarItem-selected { border: none; background: transparent url(panel/img/top-left.png) no-repeat; @@ -1623,6 +1627,10 @@ /* IE specific styles */ +* html .i-window { + width: 0; +} + * html .i-window-wrap { padding: 12px; border: 1px solid #e8e9e9; diff --git a/WebContent/ITMILL/themes/default/window/window.css b/WebContent/ITMILL/themes/default/window/window.css index a9774d756b..25d2ae3bf6 100644 --- a/WebContent/ITMILL/themes/default/window/window.css +++ b/WebContent/ITMILL/themes/default/window/window.css @@ -125,6 +125,10 @@ /* IE specific styles */ +* html .i-window { + width: 0; +} + * html .i-window-wrap { padding: 12px; border: 1px solid #e8e9e9;