summaryrefslogtreecommitdiffstats
path: root/WebContent/VAADIN/themes/reindeer
diff options
context:
space:
mode:
authorJohn Ahlroos <john@vaadin.com>2012-08-29 10:09:16 +0300
committerJohn Ahlroos <john@vaadin.com>2012-08-29 10:09:16 +0300
commit7e9d858a1a5414fcf0dfd1221d214e5ca45960c7 (patch)
treeb361a27d30fd78a610535314221edd4157119637 /WebContent/VAADIN/themes/reindeer
parent62b86fc5c854bd17132798756b34c960a45ee07d (diff)
downloadvaadin-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.scss2
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 {