]> source.dussan.org Git - vaadin-framework.git/commitdiff
#5666: Added 8-bit PNG image for IE6
authorHenri Kerola <henri.kerola@itmill.com>
Fri, 24 Sep 2010 07:39:29 +0000 (07:39 +0000)
committerHenri Kerola <henri.kerola@itmill.com>
Fri, 24 Sep 2010 07:39:29 +0000 (07:39 +0000)
svn changeset:15166/svn branch:6.4

WebContent/VAADIN/themes/liferay/tabsheet/close-ie6.png [new file with mode: 0644]
WebContent/VAADIN/themes/liferay/tabsheet/close.png [new file with mode: 0644]
WebContent/VAADIN/themes/liferay/tabsheet/tabsheet.css

diff --git a/WebContent/VAADIN/themes/liferay/tabsheet/close-ie6.png b/WebContent/VAADIN/themes/liferay/tabsheet/close-ie6.png
new file mode 100644 (file)
index 0000000..fcbbedb
Binary files /dev/null and b/WebContent/VAADIN/themes/liferay/tabsheet/close-ie6.png differ
diff --git a/WebContent/VAADIN/themes/liferay/tabsheet/close.png b/WebContent/VAADIN/themes/liferay/tabsheet/close.png
new file mode 100644 (file)
index 0000000..3b43615
Binary files /dev/null and b/WebContent/VAADIN/themes/liferay/tabsheet/close.png differ
index 9b99ee6e5bb1c273f0c809168575eda9f4c7b25e..4d5c21d7aff0db515d00674d7c43ec36d82ec369 100644 (file)
 }
 
 .v-tabsheet-caption-close {
-       background: transparent url(/html/themes/classic/images/aui/icon_sprite.png) no-repeat -80px -128px;
+       background: transparent url(close.png) no-repeat right top;
+       -background-image: url(close-ie6.png);
        cursor: default;
        float: right;
-       margin: -1px -1px 0;
+       margin: 3px -1px 0;
        overflow: hidden;
-       padding-left: 2px;
        text-indent: -999px;
-       width: 10px;
-       height: 16px;
+       width: 13px;
+       height: 9px;
 }
\ No newline at end of file