diff options
author | Jouni Koivuviita <jouni.koivuviita@itmill.com> | 2010-03-23 07:26:44 +0000 |
---|---|---|
committer | Jouni Koivuviita <jouni.koivuviita@itmill.com> | 2010-03-23 07:26:44 +0000 |
commit | 92fdfcfee43c6ffce8a84f781d6970161252377c (patch) | |
tree | a7a21dbb555c608d866f1023a7e6b6212f2ad78e /WebContent/VAADIN/themes/reindeer/select/select.css | |
parent | d637fe975d00310f14bd7140f9381401ba92d69d (diff) | |
download | vaadin-framework-92fdfcfee43c6ffce8a84f781d6970161252377c.tar.gz vaadin-framework-92fdfcfee43c6ffce8a84f781d6970161252377c.zip |
Small corrections to #4334: TextField contents offset in Firefox 3.6
svn changeset:12020/svn branch:6.3
Diffstat (limited to 'WebContent/VAADIN/themes/reindeer/select/select.css')
-rw-r--r-- | WebContent/VAADIN/themes/reindeer/select/select.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/WebContent/VAADIN/themes/reindeer/select/select.css b/WebContent/VAADIN/themes/reindeer/select/select.css index 843a6e88d1..94c364df1b 100644 --- a/WebContent/VAADIN/themes/reindeer/select/select.css +++ b/WebContent/VAADIN/themes/reindeer/select/select.css @@ -19,7 +19,7 @@ .v-app input.v-filterselect-input, .v-window input.v-filterselect-input, .v-popupview-popup input.v-filterselect-input { - padding: 4px 0 3px 2px; + padding: 4px 0 4px 2px; } .v-filterselect-prompt .v-filterselect-input { font-style: normal; |