]> source.dussan.org Git - vaadin-framework.git/commitdiff
Fixed problem with accordion layout in reindeer (#10635) 80/580/1
authorArtur Signell <artur@vaadin.com>
Fri, 4 Jan 2013 23:18:31 +0000 (01:18 +0200)
committerArtur Signell <artur@vaadin.com>
Mon, 7 Jan 2013 18:19:38 +0000 (20:19 +0200)
Change-Id: I7b7fb770209c593f78a7ff0f78b86be209cce174

WebContent/VAADIN/themes/reindeer/accordion/accordion.scss

index 77fe1c0b9a67b735a86d62092d98a5957857ef1e..8f032f34aae43fbb2e35f4870ddae92d88625fe6 100644 (file)
@@ -10,7 +10,7 @@
        background-color: #fff;
 }
 .#{$primaryStyleName}-item-caption {
-       height: 19px;
+       height: 20px;
        background: #e4e4e4 repeat-x;
        background-image: url(../tabsheet/img/tabbar-bg.png); /** sprite-ref: verticals; sprite-alignment: repeat */
        font-size: 11px;
@@ -28,6 +28,7 @@
 
 .#{$primaryStyleName}-item-first .#{$primaryStyleName}-item-caption {
        border-top: none;
+       height: 21px;
 }
 .#{$primaryStyleName}-item-caption .v-caption {
        padding: 3px 0 3px 10px;