]> source.dussan.org Git - vaadin-framework.git/commitdiff
Fixed some styles for Sampler theme (IE6)
authorJouni Koivuviita <jouni.koivuviita@itmill.com>
Wed, 13 May 2009 07:36:04 +0000 (07:36 +0000)
committerJouni Koivuviita <jouni.koivuviita@itmill.com>
Wed, 13 May 2009 07:36:04 +0000 (07:36 +0000)
Fixed link style buttons in IE6.

svn changeset:7772/svn branch:6.0

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

index bd12e4622c970c1915c1715181cdb675bbd6ce0a..5a72133ca44772c5f54b3dad41b8470a333527eb 100644 (file)
@@ -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
index 2aa6fcf646099452c341ffdf06da52acd66cff65..3b0c6f28e103da6f5d235d3d688eecb9992872bd 100644 (file)
@@ -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,
index 8782e2d0685eee5e0feb17f40eac5382d27c0ca3..92955e445bddc983c0772f021db2916e3d7ed3fa 100644 (file)
@@ -21,6 +21,7 @@
        padding: 0;
        background: transparent url(sampler.png) no-repeat;
        overflow: hidden;
+       border: none;
 }
 
 .v-app-SamplerApplication .topbar .logo img {