]> source.dussan.org Git - vaadin-framework.git/commitdiff
Fixed broken TabSheet styles in Liferay theme after fixes to #10682 53/653/1
authorJohn Ahlroos <john@vaadin.com>
Tue, 15 Jan 2013 13:09:34 +0000 (15:09 +0200)
committerJohn Ahlroos <john@vaadin.com>
Tue, 15 Jan 2013 13:09:34 +0000 (15:09 +0200)
Change-Id: I83f26ce22d350b4ca01612e58cbf0e6a9e8a1a8b

WebContent/VAADIN/themes/liferay/tabsheet/tabsheet.scss

index 73e2c71dcb404be558a30f3bd95f4f7694943e1c..ee077c5fc583c89021d903572a5b5ce79486dcb0 100644 (file)
        height: 9px;
 }
 
+.v-ff .v-tabsheet-caption-close{
+    margin-top: -17px;
+}
+.v-ff .v-tabsheet-caption-close:only-child {
+    margin-top: -1px;
+}
+
 }
\ No newline at end of file