mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-03-16 22:10:25 +00:00
Fix for #1151 - Form elements aren't full width. Needs testing.
This commit is contained in:
parent
433384e150
commit
b4ecf585b2
1 changed files with 0 additions and 1 deletions
|
|
@ -15,7 +15,6 @@ textarea.ui-input-text { height: 50px; -webkit-transition: height 200ms linear;
|
|||
/* orientation adjustments - incomplete!*/
|
||||
.min-width-480px label.ui-input-text { vertical-align: top; }
|
||||
.min-width-480px label.ui-input-text { display: inline-block; width: 20%; margin: 0 2% 0 0; }
|
||||
.min-width-480px input.ui-input-text,
|
||||
.min-width-480px textarea.ui-input-text,
|
||||
.min-width-480px .ui-input-search { width: 60%; display: inline-block; }
|
||||
.min-width-480px .ui-input-search { width: 50%; }
|
||||
Loading…
Reference in a new issue