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

Commit d7f94ad

Browse files
Textinput: adjusted clear button position for mini sized.
1 parent 2f6ba8a commit d7f94ad

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
@@ -16,7 +16,7 @@ textarea.ui-input-text { height: 50px; -webkit-transition: height 200ms linear;
1616
textarea.ui-mini { height: 45px; }
1717
.ui-icon-searchfield:after { position: absolute; left: 7px; top: 50%; margin-top: -9px; content: ""; width: 18px; height: 18px; opacity: .5; }
1818
.ui-input-search .ui-input-clear, .ui-input-text .ui-input-clear { position: absolute; right: 0; top: 50%; margin-top: -13px; }
19-
.ui-mini .ui-input-clear { right: -3px; }
19+
.ui-mini .ui-input-clear { margin-top: -14px; right: -3px; }
2020
.ui-input-search .ui-input-clear-hidden, .ui-input-text .ui-input-clear-hidden { display: none; }
2121

2222
/* Resolves issue #5166: Added to support issue introduced in Firefox 15. We can likely remove this in the future. */

0 commit comments

Comments
 (0)