]> source.dussan.org Git - vaadin-framework.git/commitdiff
More fixes for #4547
authorJouni Koivuviita <jouni.koivuviita@itmill.com>
Mon, 26 Apr 2010 13:38:51 +0000 (13:38 +0000)
committerJouni Koivuviita <jouni.koivuviita@itmill.com>
Mon, 26 Apr 2010 13:38:51 +0000 (13:38 +0000)
svn changeset:12846/svn branch:6.3

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

index 4b4ccce4c8896cd8ed24baf363f4c1504a7f5994..8529082ea5f3c8599b775c1b252ba4df349eece7 100644 (file)
@@ -72,6 +72,9 @@ td.v-datefield-calendarpanel-nextyear {
        padding: 0;
        text-indent: -9999px;
        outline: none;
+       -webkit-border-radius: 0;
+       -moz-border-radius: 0;
+       border-radius: 0;
 }
 .v-ie .v-datefield-calendarpanel-prevyear button,
 .v-ie .v-datefield-calendarpanel-nextyear button,
@@ -263,6 +266,9 @@ td.v-datefield-calendarpanel-nextyear {
        padding: 0;
        background-image: url(img/popup-btn.png); /** sprite-ref: verticals */
        cursor: default;
+       -webkit-border-radius: 0;
+       -moz-border-radius: 0;
+       border-radius: 0;
 }
 .v-datefield-popupcalendar .v-datefield-button:active {
        background-image: url(img/popup-btn-pressed.png); /** sprite-ref: verticals */
index 25f35db5243c87d09fe41f059b1eac2f50ae73a8..908b6578992844d3d7f7213c68f73cbd814a8e87 100644 (file)
@@ -2803,6 +2803,9 @@ td.v-datefield-calendarpanel-nextyear {
        padding: 0;
        text-indent: -9999px;
        outline: none;
+       -webkit-border-radius: 0;
+       -moz-border-radius: 0;
+       border-radius: 0;
 }
 .v-ie .v-datefield-calendarpanel-prevyear button,
 .v-ie .v-datefield-calendarpanel-nextyear button,
@@ -3018,6 +3021,9 @@ td.v-datefield-calendarpanel-nextyear {
   -background-image: url(common/img/vertical-sprites-ie6.png);
   background-position: left -337px;
        cursor: default;
+       -webkit-border-radius: 0;
+       -moz-border-radius: 0;
+       border-radius: 0;
 }
 .v-datefield-popupcalendar .v-datefield-button:active {
   background-image: url(common/img/vertical-sprites.png);
index 5e692355dae99a0bae9a7b9386c86f0b92a15817..1ee032e25a8c4d6d6ab658b7c85fb211bdfd3a70 100644 (file)
@@ -54,4 +54,8 @@
        -moz-border-radius: 0;
        border-radius: 0;
        text-shadow: none;
+}
+
+.portlet .v-app .showcode a {
+       vertical-align: baseline;
 }
\ No newline at end of file