diff options
author | John Ahlroos <john@vaadin.com> | 2012-08-29 10:09:16 +0300 |
---|---|---|
committer | John Ahlroos <john@vaadin.com> | 2012-08-29 10:09:16 +0300 |
commit | 7e9d858a1a5414fcf0dfd1221d214e5ca45960c7 (patch) | |
tree | b361a27d30fd78a610535314221edd4157119637 /WebContent/VAADIN | |
parent | 62b86fc5c854bd17132798756b34c960a45ee07d (diff) | |
download | vaadin-framework-7e9d858a1a5414fcf0dfd1221d214e5ca45960c7.tar.gz vaadin-framework-7e9d858a1a5414fcf0dfd1221d214e5ca45960c7.zip |
Fixed minor pixel jump in caption error indicator
Diffstat (limited to 'WebContent/VAADIN')
-rw-r--r-- | WebContent/VAADIN/themes/base/boxlayout/boxlayout.scss | 2 | ||||
-rw-r--r-- | WebContent/VAADIN/themes/reindeer/common/common.scss | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/WebContent/VAADIN/themes/base/boxlayout/boxlayout.scss b/WebContent/VAADIN/themes/base/boxlayout/boxlayout.scss index d92479a415..15b3d1882e 100644 --- a/WebContent/VAADIN/themes/base/boxlayout/boxlayout.scss +++ b/WebContent/VAADIN/themes/base/boxlayout/boxlayout.scss @@ -165,7 +165,7 @@ div.v-boxlayout.v-horizontal.v-widget { } .v-errorindicator { - vertical-align: middle; + vertical-align: top; } }
\ No newline at end of file diff --git a/WebContent/VAADIN/themes/reindeer/common/common.scss b/WebContent/VAADIN/themes/reindeer/common/common.scss index 3971f1777d..86f546a6a2 100644 --- a/WebContent/VAADIN/themes/reindeer/common/common.scss +++ b/WebContent/VAADIN/themes/reindeer/common/common.scss @@ -43,7 +43,7 @@ } .v-errorindicator { width: 13px; - height: 14px; + height: 16px; background: transparent url(../common/icons/error.png) no-repeat 50%; } .v-tooltip { |