]> source.dussan.org Git - vaadin-framework.git/commitdiff
Fixed reindeer theme link style buttons with icons for IE.
authorJouni Koivuviita <jouni.koivuviita@itmill.com>
Fri, 22 May 2009 14:01:17 +0000 (14:01 +0000)
committerJouni Koivuviita <jouni.koivuviita@itmill.com>
Fri, 22 May 2009 14:01:17 +0000 (14:01 +0000)
svn changeset:7968/svn branch:6.0

WebContent/VAADIN/themes/reindeer/button/button.css
WebContent/VAADIN/themes/reindeer/styles.css

index afe8fa45125d9659b30301bea21431e5da60eea3..04882023dd6e6af58737da5078c254abffe0602d 100644 (file)
@@ -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
index f2d3ec605120c995d8bb65a20b9c8e90d4fdf9e6..59a19377423a81e1e7771a721accfafd761cb37f 100644 (file)
@@ -1716,10 +1716,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;
@@ -2023,6 +2022,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;
+}
 
 
 
@@ -2082,6 +2084,7 @@ div > .v-button.v-button-link:active .v-button-caption,
        background: transparent;
        line-height: normal;
        font-size: 12px;
+       font-weight: normal;
 }
 
 /* ./WebContent/VAADIN/themes/reindeer/common/common.css */