diff options
author | Jouni Koivuviita <jouni.koivuviita@itmill.com> | 2009-05-22 14:01:17 +0000 |
---|---|---|
committer | Jouni Koivuviita <jouni.koivuviita@itmill.com> | 2009-05-22 14:01:17 +0000 |
commit | f8da0829bfdb862d2e429b27f86d41754b4ecaf6 (patch) | |
tree | 8432eccd3b0784c21f6747fa75376c8416be1092 /WebContent/VAADIN/themes/reindeer/button | |
parent | f5cc8126274927055079747bc66ce9058fd82a89 (diff) | |
download | vaadin-framework-f8da0829bfdb862d2e429b27f86d41754b4ecaf6.tar.gz vaadin-framework-f8da0829bfdb862d2e429b27f86d41754b4ecaf6.zip |
Fixed reindeer theme link style buttons with icons for IE.
svn changeset:7968/svn branch:6.0
Diffstat (limited to 'WebContent/VAADIN/themes/reindeer/button')
-rw-r--r-- | WebContent/VAADIN/themes/reindeer/button/button.css | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/WebContent/VAADIN/themes/reindeer/button/button.css b/WebContent/VAADIN/themes/reindeer/button/button.css index afe8fa4512..04882023dd 100644 --- a/WebContent/VAADIN/themes/reindeer/button/button.css +++ b/WebContent/VAADIN/themes/reindeer/button/button.css @@ -80,10 +80,9 @@ div > .v-button .v-icon, .v-ie7 .v-button .v-icon { display: inline-block; width: 16px; - height: 16px; overflow: hidden; position: relative; - margin: 0 3px 0 6px; + margin: -1px 3px 0 6px; } .v-ff2 .v-button .v-icon { display: block; @@ -327,6 +326,9 @@ div > .v-button.v-button-link:active .v-button-caption, .v-button.v-button-link:focus { outline: 1px dotted #1b699f; } +.v-ie7 .v-button-link .v-icon { + position: static; +} @@ -386,4 +388,5 @@ div > .v-button.v-button-link:active .v-button-caption, background: transparent; line-height: normal; font-size: 12px; + font-weight: normal; }
\ No newline at end of file |