From: John Ahlroos Date: Wed, 16 Jan 2013 06:58:20 +0000 (+0200) Subject: Fixed broken TabSheet styles (again) in Liferay theme after fixes to #10682 X-Git-Tag: 7.0.0.rc1~2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=be1af907d711dff3eddb2189829e55398fcaae60;p=vaadin-framework.git Fixed broken TabSheet styles (again) in Liferay theme after fixes to #10682 Change-Id: Id3c97e19490725698b6b82d1f08a2e3fd77e8701 --- diff --git a/WebContent/VAADIN/themes/liferay/tabsheet/tabsheet.scss b/WebContent/VAADIN/themes/liferay/tabsheet/tabsheet.scss index ee077c5fc5..83a36dd80f 100644 --- a/WebContent/VAADIN/themes/liferay/tabsheet/tabsheet.scss +++ b/WebContent/VAADIN/themes/liferay/tabsheet/tabsheet.scss @@ -143,10 +143,10 @@ height: 9px; } -.v-ff .v-tabsheet-caption-close{ - margin-top: -17px; +.v-ff & .v-tabsheet-caption-close{ + margin-top: -10px; } -.v-ff .v-tabsheet-caption-close:only-child { +.v-ff & .v-tabsheet-caption-close:only-child { margin-top: -1px; }