Skip to content
This repository was archived by the owner on Oct 8, 2021. It is now read-only.

Commit 63e9ac7

Browse files
Textinput: fixed right padding for text input with clear button.
1 parent d4d7b04 commit 63e9ac7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css/structure/jquery.mobile.forms.textinput.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ textarea.ui-input-text { height: 50px; -webkit-transition: height 200ms linear;
1313
.ui-input-search .ui-input-clear, .ui-input-text .ui-input-clear { position: absolute; right: 0; top: 50%; margin-top: -13px; }
1414
.ui-mini .ui-input-clear { right: -3px; }
1515

16-
.ui-input-text { padding: 0; }
16+
.ui-input-text { padding-left: 0; }
1717
.ui-input-text input.ui-input-text, .ui-input-text textarea.ui-input-text { padding: .4em; }
1818

1919
.ui-input-search .ui-input-clear-hidden, .ui-input-text .ui-input-clear-hidden { display: none; }

0 commit comments

Comments
 (0)