summaryrefslogtreecommitdiffstats
path: root/WebContent
diff options
context:
space:
mode:
authorJohn Ahlroos <john@vaadin.com>2012-09-07 17:12:42 +0300
committerJohn Ahlroos <john@vaadin.com>2012-09-07 17:13:02 +0300
commitea4a70863542771351d5ac8e42cc51d8e36beabd (patch)
tree2f47995bffcbcaa799e8465996690bf198ff727a /WebContent
parent1fb7d999a09bea25256eef0e9837523c7c81841f (diff)
downloadvaadin-framework-ea4a70863542771351d5ac8e42cc51d8e36beabd.tar.gz
vaadin-framework-ea4a70863542771351d5ac8e42cc51d8e36beabd.zip
Fix for 1px button caption jump after changing to HTML5 doctype
Diffstat (limited to 'WebContent')
-rw-r--r--WebContent/VAADIN/themes/base/button/button.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebContent/VAADIN/themes/base/button/button.scss b/WebContent/VAADIN/themes/base/button/button.scss
index a9e7867268..ad4dce4978 100644
--- a/WebContent/VAADIN/themes/base/button/button.scss
+++ b/WebContent/VAADIN/themes/base/button/button.scss
@@ -32,7 +32,7 @@
.v-button-wrap,
.v-button-caption {
- vertical-align: middle;
+ vertical-align: baseline;
white-space: nowrap;
font: inherit;
color: inherit;