From b4a3641820affd747c6a47b5cec298eb07380410 Mon Sep 17 00:00:00 2001 From: Mat Marquis Date: Wed, 26 Oct 2011 13:17:02 -0400 Subject: [PATCH] =?UTF-8?q?Fixes=20#2842,=20reverts=20change=20made=20in?= =?UTF-8?q?=20commit=20#0f81773=20=E2=80=94=20percentage-based=20textarea/?= =?UTF-8?q?text=20input=20padding=20is=20ignored=20in=20Firefox.=20Current?= =?UTF-8?q?=20Firefox.=20In=202011.=20Submitted=20with=20comment.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/structure/jquery.mobile.forms.textinput.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/structure/jquery.mobile.forms.textinput.css b/css/structure/jquery.mobile.forms.textinput.css index 4e4f38d4..fbf43205 100644 --- a/css/structure/jquery.mobile.forms.textinput.css +++ b/css/structure/jquery.mobile.forms.textinput.css @@ -4,7 +4,7 @@ * Dual licensed under the MIT (MIT-LICENSE.txt) or GPL (GPL-LICENSE.txt) licenses. */ label.ui-input-text { font-size: 16px; line-height: 1.4; display: block; font-weight: normal; margin: 0 0 .3em; } -input.ui-input-text, textarea.ui-input-text { background-image: none; padding: .4em 1.5%; line-height: 1.4; font-size: 16px; display: block; width: 97%; } +input.ui-input-text, textarea.ui-input-text { background-image: none; padding: .4em; line-height: 1.4; font-size: 16px; display: block; width: 97%; } input.ui-input-text { -webkit-appearance: none; } textarea.ui-input-text { height: 50px; -webkit-transition: height 200ms linear; -moz-transition: height 200ms linear; -o-transition: height 200ms linear; transition: height 200ms linear; } .ui-input-search { padding: 0 30px; background-image: none; position: relative; }