diff options
author | Jouni Koivuviita <jouni.koivuviita@itmill.com> | 2010-03-22 14:02:59 +0000 |
---|---|---|
committer | Jouni Koivuviita <jouni.koivuviita@itmill.com> | 2010-03-22 14:02:59 +0000 |
commit | c1566151950edf24e0bf62807f38d0b070c9963d (patch) | |
tree | 5e8a44de798e6e5a40f0b0aaea99df5efc0e2dad /WebContent/VAADIN/themes/reindeer/label | |
parent | ebc1a290af52e16e43fb24d3069eb8c60833fad8 (diff) | |
download | vaadin-framework-c1566151950edf24e0bf62807f38d0b070c9963d.tar.gz vaadin-framework-c1566151950edf24e0bf62807f38d0b070c9963d.zip |
Fixes #4334: TextField contents offset in Firefox 3.6
Fixes #4352: Vaadin application font is ugly in Windows Safari/Chrome
* Changed WebKit to render text fields same as all other as well, no more border-images (easier to override in custom themes).
svn changeset:12009/svn branch:6.3
Diffstat (limited to 'WebContent/VAADIN/themes/reindeer/label')
-rw-r--r-- | WebContent/VAADIN/themes/reindeer/label/label.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/WebContent/VAADIN/themes/reindeer/label/label.css b/WebContent/VAADIN/themes/reindeer/label/label.css index 2480460292..9b71179088 100644 --- a/WebContent/VAADIN/themes/reindeer/label/label.css +++ b/WebContent/VAADIN/themes/reindeer/label/label.css @@ -5,6 +5,7 @@ .v-label-h2, .v-caption-h1, .v-caption-h2 { + font-family: Helvetica, Arial, "Lucida Grande", Geneva, Tahoma, Verdana, sans-serif; font-size: 24px; line-height: 30px; font-weight: bold; |