]> source.dussan.org Git - vaadin-framework.git/commitdiff
Fixes #3845: Twincol select buttons are missing right border in IE6
authorJouni Koivuviita <jouni.koivuviita@itmill.com>
Mon, 14 Dec 2009 10:13:21 +0000 (10:13 +0000)
committerJouni Koivuviita <jouni.koivuviita@itmill.com>
Mon, 14 Dec 2009 10:13:21 +0000 (10:13 +0000)
 * Only affected Reindeer (more padding in buttons than in Runo)

svn changeset:10275/svn branch:6.2

WebContent/VAADIN/themes/reindeer/select/select.css
WebContent/VAADIN/themes/reindeer/styles.css

index 0062c62034e106e76eb110e07641e8198f7079b3..3fbe1aba8694ab4273353fbdafeeb02102772880 100644 (file)
 }
 
 /* Twincolselect needs a little tweak in IE6 */
-.v-ie6 .v-select-twincol-buttons {
-       overflow: hidden;
+.v-ie6 .v-select-twincol-buttons .v-button {
+       padding-left: 12px;
+       padding-right: 12px;
 }
\ No newline at end of file
index d85c0f1f7aaaffae55e1a6d2a3e80c329fde7e7e..d19dbab2a41a08eb08a818d1cfc119ffe1d7c6f9 100644 (file)
@@ -3646,8 +3646,9 @@ td.v-datefield-calendarpanel-nextyear {
 }
 
 /* Twincolselect needs a little tweak in IE6 */
-.v-ie6 .v-select-twincol-buttons {
-       overflow: hidden;
+.v-ie6 .v-select-twincol-buttons .v-button {
+       padding-left: 12px;
+       padding-right: 12px;
 }
 
 .v-slider {