diff options
author | Jouni Koivuviita <jouni.koivuviita@itmill.com> | 2009-05-13 07:36:04 +0000 |
---|---|---|
committer | Jouni Koivuviita <jouni.koivuviita@itmill.com> | 2009-05-13 07:36:04 +0000 |
commit | d83fedf62cde063bc4b8177f3582e1968a6b0d62 (patch) | |
tree | 2883c7a64c0f984fc5543b15a5c7113dcfbdc691 /WebContent/VAADIN/themes | |
parent | cc18104838d28175e2ff1eaec1d8f5e484fb3eae (diff) | |
download | vaadin-framework-d83fedf62cde063bc4b8177f3582e1968a6b0d62.tar.gz vaadin-framework-d83fedf62cde063bc4b8177f3582e1968a6b0d62.zip |
Fixed some styles for Sampler theme (IE6)
Fixed link style buttons in IE6.
svn changeset:7772/svn branch:6.0
Diffstat (limited to 'WebContent/VAADIN/themes')
-rw-r--r-- | WebContent/VAADIN/themes/reindeer/button/button.css | 9 | ||||
-rw-r--r-- | WebContent/VAADIN/themes/reindeer/styles.css | 9 | ||||
-rw-r--r-- | WebContent/VAADIN/themes/sampler/sampler/styles.css | 1 |
3 files changed, 19 insertions, 0 deletions
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 { |