summaryrefslogtreecommitdiffstats
path: root/WebContent
diff options
context:
space:
mode:
authorJohn Ahlroos <john@vaadin.com>2012-08-30 15:50:41 +0300
committerJohn Ahlroos <john@vaadin.com>2012-08-30 15:50:41 +0300
commitc1bae62f986980e8c292fbe365378024ba5793e7 (patch)
tree4a316bafe7bd64982b86b6f5561dc510dbbe489a /WebContent
parent4fcc77c4737299100e9aac907a281f47493c6a55 (diff)
downloadvaadin-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.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..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,