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.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.css')
-rw-r--r-- | WebContent/VAADIN/themes/reindeer/button/button.css | 33 |
1 files changed, 1 insertions, 32 deletions
diff --git a/WebContent/VAADIN/themes/reindeer/button/button.css b/WebContent/VAADIN/themes/reindeer/button/button.css index fa8014cddb..14da4facc5 100644 --- a/WebContent/VAADIN/themes/reindeer/button/button.css +++ b/WebContent/VAADIN/themes/reindeer/button/button.css @@ -7,36 +7,5 @@ @import "button-link-style.css"; /* Browser-specific corrections to the standard implementation */ -@import "button-safari.css"; @import "button-firefox.css"; -@import "button-opera.css"; -@import "button-ie.css"; - - - -/* - -.v-ff .v-button .v-errorindicator, -.v-sa .v-button .v-errorindicator { - top: 2px; - left: 16px; -} -/* Buttons with explicit size * -.v-button[style*="width"] .v-button-caption { - display: block; -} -.v-button[style*="width"] .v-icon + .v-button-caption, -.v-button[style*="width"] .v-icon + .v-errorindicator + .v-button-caption { - margin-left: 0; -} -.v-button[style*="width"] .v-icon, -.v-ie7 .v-button .v-icon { - position: absolute; - top: 4px; -} -.v-ie7 .v-button > .v-button-caption { - display: block; - margin-left: 0; -} -*/ - +@import "button-ie.css";
\ No newline at end of file |