]> source.dussan.org Git - vaadin-framework.git/commitdiff
Fixing 1px caption jump in tabsheet and accordion after switching to
authorJohn Ahlroos <john@vaadin.com>
Fri, 7 Sep 2012 15:15:18 +0000 (18:15 +0300)
committerJohn Ahlroos <john@vaadin.com>
Fri, 7 Sep 2012 15:15:35 +0000 (18:15 +0300)
HTML5 doctype

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

index 8ba0b2151f929e6af558fe890fb58159c55bd3dc..c0778e68dc3a81d1764d1ecdbd29fa70cbe00f92 100644 (file)
        border-top: 1px solid #bebebe;
        text-shadow: #fff 0 1px 0;
 }
+
+.v-accordion-item-caption .v-captiontext{
+       vertical-align:baseline;
+}
+
 .v-accordion-item-first .v-accordion-item-caption {
        border-top: none;
 }
index 11bb98536a3cd19f3528fcc7ffea97bb3c87d7ea..176d35eea81efba50cad6b33e47eca254e9fb299 100644 (file)
@@ -39,6 +39,7 @@
 .v-tabsheet-tabitem .v-captiontext {
        height: 16px;
        line-height: 16px;
+       vertical-align:baseline;
 }
 .v-tabsheet-caption-close {
        float: right;