summaryrefslogtreecommitdiffstats
path: root/WebContent/VAADIN
diff options
context:
space:
mode:
authorJohn Ahlroos <john@vaadin.com>2013-01-15 15:09:34 +0200
committerJohn Ahlroos <john@vaadin.com>2013-01-15 15:09:34 +0200
commit3812782c4e6e20f468fa7db278e78af0291d40b3 (patch)
treef7384a5afeefd270861ca1053a17160304e96182 /WebContent/VAADIN
parent8aec3d89a447fad86873a6ca0d80e260d27491d1 (diff)
downloadvaadin-framework-3812782c4e6e20f468fa7db278e78af0291d40b3.tar.gz
vaadin-framework-3812782c4e6e20f468fa7db278e78af0291d40b3.zip
Fixed broken TabSheet styles in Liferay theme after fixes to #10682
Change-Id: I83f26ce22d350b4ca01612e58cbf0e6a9e8a1a8b
Diffstat (limited to 'WebContent/VAADIN')
-rw-r--r--WebContent/VAADIN/themes/liferay/tabsheet/tabsheet.scss7
1 files changed, 7 insertions, 0 deletions
diff --git a/WebContent/VAADIN/themes/liferay/tabsheet/tabsheet.scss b/WebContent/VAADIN/themes/liferay/tabsheet/tabsheet.scss
index 73e2c71dcb..ee077c5fc5 100644
--- a/WebContent/VAADIN/themes/liferay/tabsheet/tabsheet.scss
+++ b/WebContent/VAADIN/themes/liferay/tabsheet/tabsheet.scss
@@ -143,4 +143,11 @@
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