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

Commit

Permalink
Additional fix for #2842 — Missed a spot. Full-width form elements du…
Browse files Browse the repository at this point in the history
…e to hidden labels no longer rely on percentage-based left/right padding.
  • Loading branch information
Wilto committed Oct 27, 2011
1 parent 57ba8d7 commit 8e6a67d
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 @@ -22,6 +22,6 @@ textarea.ui-input-text { height: 50px; -webkit-transition: height 200ms linear;
.ui-field-contain .ui-input-search { width: 50%; }
.ui-hide-label input.ui-input-text,
.ui-hide-label textarea.ui-input-text,
.ui-hide-label .ui-input-search { padding: .4em 1.5%; width: 97%; }
.ui-hide-label .ui-input-search { padding: .4em; width: 97%; }
.ui-input-search input.ui-input-text { width: 98%; /*echos rule from above*/ }
}

0 comments on commit 8e6a67d

Please sign in to comment.