From 0e2e9ff8142be15d1e017b91fb66c1cef2f10e55 Mon Sep 17 00:00:00 2001 From: Matti Tahvonen Date: Thu, 8 May 2008 08:43:44 +0000 Subject: [PATCH] fixes #1543 svn changeset:4387/svn branch:trunk --- WebContent/ITMILL/themes/default/styles.css | 8 ++++++++ WebContent/ITMILL/themes/default/window/window.css | 4 ++++ 2 files changed, 12 insertions(+) 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; -- 2.39.5