]> source.dussan.org Git - vaadin-framework.git/commitdiff
Small corrections to #4334: TextField contents offset in Firefox 3.6
authorJouni Koivuviita <jouni.koivuviita@itmill.com>
Tue, 23 Mar 2010 07:26:44 +0000 (07:26 +0000)
committerJouni Koivuviita <jouni.koivuviita@itmill.com>
Tue, 23 Mar 2010 07:26:44 +0000 (07:26 +0000)
svn changeset:12020/svn branch:6.3

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

index 040c255ecf2b2aa16a5e8b3bfadf4f8d4c84fe3e..8759adf01046d5974f867dd335e2ef7fba7187a7 100644 (file)
@@ -247,6 +247,7 @@ td.v-datefield-calendarpanel-nextyear {
        -moz-border-radius-bottomright: 0;
        -webkit-border-top-right-radius: 0;
        -webkit-border-bottom-right-radius: 0;
+       height: 14px;
 }
 .v-readonly .v-datefield-textfield {
        border-right-width: 1px;
index 843a6e88d1783af9a5a71fd831c08620d61285af..94c364df1b9eb6530b84cd28d6200256a85d0c9b 100644 (file)
@@ -19,7 +19,7 @@
 .v-app input.v-filterselect-input,
 .v-window input.v-filterselect-input,
 .v-popupview-popup input.v-filterselect-input {
-       padding: 4px 0 3px 2px;
+       padding: 4px 0 4px 2px;
 }
 .v-filterselect-prompt .v-filterselect-input {
        font-style: normal;
index 669bf62664bbcbf694b72c15cd5172eb8f07af94..36abba8d5bd59a168303ff4fc43c362ccd05e6df 100644 (file)
@@ -2791,6 +2791,7 @@ td.v-datefield-calendarpanel-nextyear {
        -moz-border-radius-bottomright: 0;
        -webkit-border-top-right-radius: 0;
        -webkit-border-bottom-right-radius: 0;
+       height: 14px;
 }
 .v-readonly .v-datefield-textfield {
        border-right-width: 1px;
@@ -3382,7 +3383,7 @@ td.v-datefield-calendarpanel-nextyear {
 .v-app input.v-filterselect-input,
 .v-window input.v-filterselect-input,
 .v-popupview-popup input.v-filterselect-input {
-       padding: 4px 0 3px 2px;
+       padding: 4px 0 4px 2px;
 }
 .v-filterselect-prompt .v-filterselect-input {
        font-style: normal;
@@ -4653,8 +4654,9 @@ td.v-datefield-calendarpanel-nextyear {
   background-image: url(common/img/vertical-sprites.png);
   -background-image: url(common/img/vertical-sprites-ie6.png);
   background-position: left -1887px;
-       border-radius: 3px;
        -moz-border-radius: 3px;
+       -webkit-border-radius: 3px;
+       border-radius: 3px;
        margin: 0;
        height: 15px;
        line-height: normal;
@@ -4668,7 +4670,7 @@ td.v-datefield-calendarpanel-nextyear {
 .v-window input.v-textfield,
 .v-app textarea.v-textarea,
 .v-window textarea.v-textarea  {
-       padding: 3px;
+       padding: 3px 3px 4px;
 }
 /* Textfield on blue background */
 .blue .v-textfield,
index afc766bf7732ad6333c582dc7ec65bb935919f32..884e5231e4315d50ba42fd45d5409c6659dfaa8b 100644 (file)
@@ -6,8 +6,9 @@
        background: #fff;
        background-repeat: repeat-x;
        background-image: url(img/bg.png); /** sprite-ref: verticals; sprite-alignment: repeat; sprite-margin-bottom: 22px */
-       border-radius: 3px;
        -moz-border-radius: 3px;
+       -webkit-border-radius: 3px;
+       border-radius: 3px;
        margin: 0;
        height: 15px;
        line-height: normal;
@@ -21,7 +22,7 @@
 .v-window input.v-textfield,
 .v-app textarea.v-textarea,
 .v-window textarea.v-textarea  {
-       padding: 3px;
+       padding: 3px 3px 4px;
 }
 /* Textfield on blue background */
 .blue .v-textfield,