Skip to content

Commit

Permalink
textinput.css: fixed input inside fieldcontain width, fixed disabled …
Browse files Browse the repository at this point in the history
…inputs. Feature jquery-archive#1834: clear input button for text inputs
  • Loading branch information
collinforrester committed Nov 15, 2012
1 parent 5a372d4 commit e1bd316
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions css/structure/jquery.mobile.forms.textinput.css
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ input:-moz-placeholder { color: #aaa; }
input[type=number]::-webkit-outer-spin-button { margin: 0; }

@media all and (min-width: 450px){
.ui-field-contain label.ui-input-text { vertical-align: top; display: inline-block; width: 20%; margin: 0 2% 0 0 }
.ui-field-contain label.ui-input-text { vertical-align: top; display: inline-block; width: 20%; margin: 0 1% 0 0 }
.ui-field-contain input.ui-input-text,
.ui-field-contain textarea.ui-input-text,
.ui-field-contain .ui-input-search { width: 78%; display: inline-block; }
.ui-field-contain div.ui-input-text { width: 77%; display: inline-block; }
.ui-field-contain .ui-input-search,
.ui-field-contain .ui-input-text { width: 78%; display: inline-block; }
.ui-hide-label input.ui-input-text,
.ui-hide-label textarea.ui-input-text,
.ui-hide-label .ui-input-search, .ui-hide-label .ui-input-text { width: 100%; }
Expand Down

0 comments on commit e1bd316

Please sign in to comment.