diff options
author | Jouni Koivuviita <jouni@jounikoivuviita.com> | 2012-04-18 13:43:58 +0300 |
---|---|---|
committer | Jouni Koivuviita <jouni@jounikoivuviita.com> | 2012-04-18 13:43:58 +0300 |
commit | e5a55333ad68e04f6ba890ac0dab3c071b5c91b7 (patch) | |
tree | 9389128f30a4e4870c72e2f6c2edd1ec68232e9d | |
parent | 65734f1059e1ce9dad1a3220c54dbade6b852b3b (diff) | |
download | vaadin-framework-e5a55333ad68e04f6ba890ac0dab3c071b5c91b7.tar.gz vaadin-framework-e5a55333ad68e04f6ba890ac0dab3c071b5c91b7.zip |
Reduced error indicator icon height to 14px in Reindeer
-rw-r--r-- | WebContent/VAADIN/themes/reindeer/common/common.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/WebContent/VAADIN/themes/reindeer/common/common.css b/WebContent/VAADIN/themes/reindeer/common/common.css index ff8ae47036..03cb0e78fe 100644 --- a/WebContent/VAADIN/themes/reindeer/common/common.css +++ b/WebContent/VAADIN/themes/reindeer/common/common.css @@ -41,7 +41,7 @@ } .v-errorindicator { width: 13px; - height: 16px; + height: 14px; background: transparent url(../common/icons/error.png) no-repeat 50%; } .v-tooltip { |