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/button/button-firefox.css | |
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/button/button-firefox.css')
-rw-r--r-- | WebContent/VAADIN/themes/reindeer/button/button-firefox.css | 17 |
1 files changed, 1 insertions, 16 deletions
diff --git a/WebContent/VAADIN/themes/reindeer/button/button-firefox.css b/WebContent/VAADIN/themes/reindeer/button/button-firefox.css index 76393e637a..4e8a1f58c9 100644 --- a/WebContent/VAADIN/themes/reindeer/button/button-firefox.css +++ b/WebContent/VAADIN/themes/reindeer/button/button-firefox.css @@ -2,19 +2,4 @@ display: -moz-inline-box; padding-top: 6px; height: 20px; - } - - -/* Modifications for buttons with icons * -.v-ff2 .v-button .v-icon, -.v-ff2 .v-button.v-disabled .v-icon { - display: block; - float: left; - margin-top: 4px; - } - -.v-ff2 .v-button-link .v-icon, -.v-ff2 .v-button-link.v-disabled .v-icon { - margin: 0; - } - */
\ No newline at end of file + }
\ No newline at end of file |