summaryrefslogtreecommitdiffstats
path: root/WebContent/VAADIN/themes
diff options
context:
space:
mode:
authorJouni Koivuviita <jouni.koivuviita@itmill.com>2010-04-26 13:38:51 +0000
committerJouni Koivuviita <jouni.koivuviita@itmill.com>2010-04-26 13:38:51 +0000
commit5f1f689d56ea5464b68a8a493a38740487dcd2c9 (patch)
treec67fd04d3ae580c947008761fe7e1c01b9872e35 /WebContent/VAADIN/themes
parent495f9cdc3a9b7e24dc071ef1e9f419e83e7e62db (diff)
downloadvaadin-framework-5f1f689d56ea5464b68a8a493a38740487dcd2c9.tar.gz
vaadin-framework-5f1f689d56ea5464b68a8a493a38740487dcd2c9.zip
More fixes for #4547
svn changeset:12846/svn branch:6.3
Diffstat (limited to 'WebContent/VAADIN/themes')
-rw-r--r--WebContent/VAADIN/themes/reindeer/datefield/datefield.css6
-rw-r--r--WebContent/VAADIN/themes/reindeer/styles.css6
-rw-r--r--WebContent/VAADIN/themes/sampler/styles.css4
3 files changed, 16 insertions, 0 deletions
diff --git a/WebContent/VAADIN/themes/reindeer/datefield/datefield.css b/WebContent/VAADIN/themes/reindeer/datefield/datefield.css
index 4b4ccce4c8..8529082ea5 100644
--- a/WebContent/VAADIN/themes/reindeer/datefield/datefield.css
+++ b/WebContent/VAADIN/themes/reindeer/datefield/datefield.css
@@ -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 */
diff --git a/WebContent/VAADIN/themes/reindeer/styles.css b/WebContent/VAADIN/themes/reindeer/styles.css
index 25f35db524..908b657899 100644
--- a/WebContent/VAADIN/themes/reindeer/styles.css
+++ b/WebContent/VAADIN/themes/reindeer/styles.css
@@ -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);
diff --git a/WebContent/VAADIN/themes/sampler/styles.css b/WebContent/VAADIN/themes/sampler/styles.css
index 5e692355da..1ee032e25a 100644
--- a/WebContent/VAADIN/themes/sampler/styles.css
+++ b/WebContent/VAADIN/themes/sampler/styles.css
@@ -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