diff options
author | John Ahlroos <john@vaadin.com> | 2012-09-07 18:15:18 +0300 |
---|---|---|
committer | John Ahlroos <john@vaadin.com> | 2012-09-07 18:15:35 +0300 |
commit | df56ca4ecbc9ea5241159008f49849eae8977001 (patch) | |
tree | 20df93cd99fcf4258758128c6b34b8ed7d1f43b5 /WebContent/VAADIN/themes/reindeer/tabsheet | |
parent | 94db382d1e387880da6a001e5f27d2f2db3e55ed (diff) | |
download | vaadin-framework-df56ca4ecbc9ea5241159008f49849eae8977001.tar.gz vaadin-framework-df56ca4ecbc9ea5241159008f49849eae8977001.zip |
Fixing 1px caption jump in tabsheet and accordion after switching to
HTML5 doctype
Diffstat (limited to 'WebContent/VAADIN/themes/reindeer/tabsheet')
-rw-r--r-- | WebContent/VAADIN/themes/reindeer/tabsheet/tabsheet-normal-style.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/WebContent/VAADIN/themes/reindeer/tabsheet/tabsheet-normal-style.scss b/WebContent/VAADIN/themes/reindeer/tabsheet/tabsheet-normal-style.scss index 11bb98536a..176d35eea8 100644 --- a/WebContent/VAADIN/themes/reindeer/tabsheet/tabsheet-normal-style.scss +++ b/WebContent/VAADIN/themes/reindeer/tabsheet/tabsheet-normal-style.scss @@ -39,6 +39,7 @@ .v-tabsheet-tabitem .v-captiontext { height: 16px; line-height: 16px; + vertical-align:baseline; } .v-tabsheet-caption-close { float: right; |