mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-03-17 06:20:26 +00:00
Fix for regular text inputs. Props scottjehl.
This commit is contained in:
parent
b4ecf585b2
commit
fec673dec1
1 changed files with 3 additions and 1 deletions
|
|
@ -15,6 +15,8 @@ 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%; }
|
||||
.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