]> source.dussan.org Git - vaadin-framework.git/commitdiff
fixes #6713
authorMatti Tahvonen <matti.tahvonen@itmill.com>
Fri, 15 Apr 2011 14:38:45 +0000 (14:38 +0000)
committerMatti Tahvonen <matti.tahvonen@itmill.com>
Fri, 15 Apr 2011 14:38:45 +0000 (14:38 +0000)
svn changeset:18333/svn branch:6.6

WebContent/VAADIN/themes/base/datefield/datefield.css

index 3379fda3f7b72bcabc73670c69c06879207743ad..72d9510c3fcedbd0c77b58cd9591541827c6dac1 100644 (file)
@@ -22,7 +22,7 @@
        padding: 0;
        margin: 0;
 }
-.v-datefield-calendarpanel:focus{
+.v-datefield-calendarpanel:focus {
        outline:none;   
 }
 .v-datefield-calendarpanel-header td {
 .v-datefield-calendarpanel-day-focused {
        outline: 1px dotted black;
 }
+
+.v-ie6 .v-datefield-calendarpanel-day,
+.v-ie7 .v-datefield-calendarpanel-day {
+       margin: 1px;
+}
+.v-ie6 .v-datefield-calendarpanel-day-focused,
+.v-ie7 .v-datefield-calendarpanel-day-focused {
+       border: 1px dotted black;
+       margin: 0px;
+}
+
 .v-datefield-time {
        white-space: nowrap;
 }