]> source.dussan.org Git - vaadin-framework.git/commitdiff
Revert "Remove old hack that nowadays just seems to cause problems (#7984)" 44/644/1
authorArtur Signell <artur@vaadin.com>
Mon, 14 Jan 2013 22:48:18 +0000 (00:48 +0200)
committerArtur Signell <artur@vaadin.com>
Mon, 14 Jan 2013 22:48:18 +0000 (00:48 +0200)
This reverts commit 7bd2ebe2ed212bc94189b036fdf7d8de6735e640.
The fix is needed again now that #10682 has been fixed.

Change-Id: I6f8764f80572909b5355c75396ef390a9ade7331

WebContent/VAADIN/themes/reindeer/tabsheet/tabsheet-normal-style.scss

index 172c735933a3149604f2821cb421d99bfff7f84c..7dde13e55edb4209bdc52fa9ae486f2a6f511069 100644 (file)
@@ -55,6 +55,9 @@
        font-size: 14px;
        font-weight: normal;
 }
+.v-ff & .#{$primaryStyleName}-caption-close {
+       margin-top: -15px;
+}
 .#{$primaryStyleName}-caption-close:hover {
        background-image: url(img/close-btn-hover.png); /** sprite-ref: verticals */
 }