summaryrefslogtreecommitdiffstats
path: root/WebContent/VAADIN/themes/reindeer/styles.css
diff options
context:
space:
mode:
Diffstat (limited to 'WebContent/VAADIN/themes/reindeer/styles.css')
-rw-r--r--WebContent/VAADIN/themes/reindeer/styles.css7
1 files changed, 5 insertions, 2 deletions
diff --git a/WebContent/VAADIN/themes/reindeer/styles.css b/WebContent/VAADIN/themes/reindeer/styles.css
index f2d3ec6051..59a1937742 100644
--- a/WebContent/VAADIN/themes/reindeer/styles.css
+++ b/WebContent/VAADIN/themes/reindeer/styles.css
@@ -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 */