diff options
author | John Ahlroos <john@vaadin.com> | 2012-08-30 15:50:41 +0300 |
---|---|---|
committer | John Ahlroos <john@vaadin.com> | 2012-08-30 15:50:41 +0300 |
commit | c1bae62f986980e8c292fbe365378024ba5793e7 (patch) | |
tree | 4a316bafe7bd64982b86b6f5561dc510dbbe489a /WebContent | |
parent | 4fcc77c4737299100e9aac907a281f47493c6a55 (diff) | |
download | vaadin-framework-c1bae62f986980e8c292fbe365378024ba5793e7.tar.gz vaadin-framework-c1bae62f986980e8c292fbe365378024ba5793e7.zip |
Move captionless component error/required indicators top right
Diffstat (limited to 'WebContent')
-rw-r--r-- | WebContent/VAADIN/themes/base/boxlayout/boxlayout.scss | 2 |
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..92e0eb415d 100644 --- a/WebContent/VAADIN/themes/base/boxlayout/boxlayout.scss +++ b/WebContent/VAADIN/themes/base/boxlayout/boxlayout.scss @@ -147,7 +147,7 @@ div.v-boxlayout.v-horizontal.v-widget { } .v-caption-on-right > .v-caption { - padding-left: .5em; + vertical-align:top; } .v-caption-on-left > .v, |