diff options
author | John Ahlroos <john@vaadin.com> | 2013-01-15 15:09:34 +0200 |
---|---|---|
committer | John Ahlroos <john@vaadin.com> | 2013-01-15 15:09:34 +0200 |
commit | 3812782c4e6e20f468fa7db278e78af0291d40b3 (patch) | |
tree | f7384a5afeefd270861ca1053a17160304e96182 /WebContent/VAADIN | |
parent | 8aec3d89a447fad86873a6ca0d80e260d27491d1 (diff) | |
download | vaadin-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.scss | 7 |
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 |