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

Commit

Permalink
Browse files Browse the repository at this point in the history
Textinput: fixed right padding for text input with clear button.
  • Loading branch information
jaspermdegroot committed Nov 20, 2012
1 parent d4d7b04 commit 63e9ac7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion css/structure/jquery.mobile.forms.textinput.css
Expand Up @@ -13,7 +13,7 @@ textarea.ui-input-text { height: 50px; -webkit-transition: height 200ms linear;
.ui-input-search .ui-input-clear, .ui-input-text .ui-input-clear { position: absolute; right: 0; top: 50%; margin-top: -13px; }
.ui-mini .ui-input-clear { right: -3px; }

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

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

0 comments on commit 63e9ac7

Please sign in to comment.