From eac8c5a24f0bb93139a53aebd19ee91ed4ac4d16 Mon Sep 17 00:00:00 2001 From: Jouni Koivuviita Date: Fri, 29 Aug 2014 13:57:46 +0300 Subject: First batch of Valo Sass API documentation, plus bug fixes Also updates the test to always scroll the left panel to the top after opening a section. Change-Id: Icdb42795b8ec347b91694c162898f41aa8d80152 --- WebContent/VAADIN/themes/valo/components/_datefield.scss | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'WebContent/VAADIN/themes/valo/components/_datefield.scss') diff --git a/WebContent/VAADIN/themes/valo/components/_datefield.scss b/WebContent/VAADIN/themes/valo/components/_datefield.scss index 391ffb8595..377261e4e6 100644 --- a/WebContent/VAADIN/themes/valo/components/_datefield.scss +++ b/WebContent/VAADIN/themes/valo/components/_datefield.scss @@ -241,8 +241,9 @@ width: auto; table { - border-collapse: collapse; + border-collapse: collapse; border-spacing: 0; + margin: 0 auto; } td { @@ -360,7 +361,7 @@ } td.#{$primary-stylename}-month { - width: round($v-unit-size * 3.5); + width: round($v-unit-size * 4); @include valo-datefield-calendarpanel-month-style; } @@ -452,7 +453,7 @@ } @mixin valo-datefield-calendarpanel-day-focused-style { - @include valo-focus-style($include-box-shadow: true); + @include valo-focus-style; position: relative; // Show above other cells .v-ie8 & { -- cgit v1.2.3