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/reindeer/button | |
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/reindeer/button')
-rw-r--r-- | WebContent/VAADIN/themes/reindeer/button/button.css | 9 |
1 files changed, 9 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 |