From d83fedf62cde063bc4b8177f3582e1968a6b0d62 Mon Sep 17 00:00:00 2001 From: Jouni Koivuviita Date: Wed, 13 May 2009 07:36:04 +0000 Subject: [PATCH] Fixed some styles for Sampler theme (IE6) Fixed link style buttons in IE6. svn changeset:7772/svn branch:6.0 --- WebContent/VAADIN/themes/reindeer/button/button.css | 9 +++++++++ WebContent/VAADIN/themes/reindeer/styles.css | 9 +++++++++ WebContent/VAADIN/themes/sampler/sampler/styles.css | 1 + 3 files changed, 19 insertions(+) diff --git a/WebContent/VAADIN/themes/reindeer/button/button.css b/WebContent/VAADIN/themes/reindeer/button/button.css index bd12e4622c..5a72133ca4 100644 --- a/WebContent/VAADIN/themes/reindeer/button/button.css +++ b/WebContent/VAADIN/themes/reindeer/button/button.css @@ -133,6 +133,7 @@ div > .v-button .v-errorindicator, display: inline; font-weight: normal; color: #1b699f; + font-size: 12px; } .v-button.v-button-link .v-icon + span { margin: 0; @@ -236,4 +237,12 @@ div > .v-button-small span, border-color: #84949c; border-top-color: #83939b; border-bottom-color: #888d91; +} +/* Link button in IE6 */ +.v-ie6 .v-button-link { + border: none; + padding: 0; + background: transparent; + line-height: normal; + font-size: 12px; } \ No newline at end of file diff --git a/WebContent/VAADIN/themes/reindeer/styles.css b/WebContent/VAADIN/themes/reindeer/styles.css index 2aa6fcf646..3b0c6f28e1 100644 --- a/WebContent/VAADIN/themes/reindeer/styles.css +++ b/WebContent/VAADIN/themes/reindeer/styles.css @@ -1707,6 +1707,7 @@ div > .v-button .v-errorindicator, display: inline; font-weight: normal; color: #1b699f; + font-size: 12px; } .v-button.v-button-link .v-icon + span { margin: 0; @@ -1835,6 +1836,14 @@ div > .v-button-small span, border-top-color: #83939b; border-bottom-color: #888d91; } +/* Link button in IE6 */ +.v-ie6 .v-button-link { + border: none; + padding: 0; + background: transparent; + line-height: normal; + font-size: 12px; +} /* ./WebContent/VAADIN/themes/reindeer/common/common.css */ .v-generated-body, diff --git a/WebContent/VAADIN/themes/sampler/sampler/styles.css b/WebContent/VAADIN/themes/sampler/sampler/styles.css index 8782e2d068..92955e445b 100644 --- a/WebContent/VAADIN/themes/sampler/sampler/styles.css +++ b/WebContent/VAADIN/themes/sampler/sampler/styles.css @@ -21,6 +21,7 @@ padding: 0; background: transparent url(sampler.png) no-repeat; overflow: hidden; + border: none; } .v-app-SamplerApplication .topbar .logo img { -- 2.39.5