]> source.dussan.org Git - vaadin-framework.git/commitdiff
fixes #1543
authorMatti Tahvonen <matti.tahvonen@itmill.com>
Thu, 8 May 2008 08:43:44 +0000 (08:43 +0000)
committerMatti Tahvonen <matti.tahvonen@itmill.com>
Thu, 8 May 2008 08:43:44 +0000 (08:43 +0000)
svn changeset:4387/svn branch:trunk

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

index 22c47c40c896fc4842eacba04ee3a94c4ce935a8..2224a821f00ec9caf7719c5607330bdf7aa74260 100644 (file)
        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;
 
 /* IE specific styles */
 
+* html .i-window {
+       width: 0;
+}
+
 * html .i-window-wrap {
        padding: 12px;
        border: 1px solid #e8e9e9;
index a9774d756b73dcdc3fcf513922ed1427a3006c68..25d2ae3bf6176f39682363e947a5b9c23433ead9 100644 (file)
 
 /* IE specific styles */
 
+* html .i-window {
+       width: 0;
+}
+
 * html .i-window-wrap {
        padding: 12px;
        border: 1px solid #e8e9e9;