summaryrefslogtreecommitdiffstats
path: root/WebContent/VAADIN/themes
diff options
context:
space:
mode:
authorJohn Ahlroos <john@vaadin.com>2012-08-28 16:36:45 +0300
committerJohn Ahlroos <john@vaadin.com>2012-08-28 16:36:45 +0300
commit9f4ba8e57ea6944951c6a7e597b068defcb9b823 (patch)
treebf943df03d204c24a0357dd79b97601eaee1f0e4 /WebContent/VAADIN/themes
parent96131e2e3e3746514de4baa40c3f8e47d262768c (diff)
downloadvaadin-framework-9f4ba8e57ea6944951c6a7e597b068defcb9b823.tar.gz
vaadin-framework-9f4ba8e57ea6944951c6a7e597b068defcb9b823.zip
Vertical align caption to top
Diffstat (limited to 'WebContent/VAADIN/themes')
-rw-r--r--WebContent/VAADIN/themes/base/boxlayout/boxlayout.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebContent/VAADIN/themes/base/boxlayout/boxlayout.scss b/WebContent/VAADIN/themes/base/boxlayout/boxlayout.scss
index 1ece1e08ca..d92479a415 100644
--- a/WebContent/VAADIN/themes/base/boxlayout/boxlayout.scss
+++ b/WebContent/VAADIN/themes/base/boxlayout/boxlayout.scss
@@ -129,7 +129,7 @@ div.v-boxlayout.v-horizontal.v-widget {
.v-caption {
overflow: visible;
- vertical-align: middle;
+ vertical-align: top;
}
.v-caption-on-left,