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/themes/reindeer | |
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/themes/reindeer')
-rw-r--r-- | WebContent/VAADIN/themes/reindeer/common/common.scss | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |