mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-04-05 15:10:59 +00:00
Merge branch 'bug/1151' of https://github.com/dave1010/jquery-mobile into dave1010-bug/1151
This commit is contained in:
commit
6bcfd6f8d8
1 changed files with 2 additions and 1 deletions
|
|
@ -18,4 +18,5 @@ textarea.ui-input-text { height: 50px; -webkit-transition: height 200ms linear;
|
|||
.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%; }
|
||||
.min-width-480px .ui-input-search { width: 50%; }
|
||||
.min-width-480px .ui-input-search input.ui-input-text { width: 98%; /*echos rule from above*/ }
|
||||
|
|
|
|||
Loading…
Reference in a new issue