mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-05-17 02:51:07 +00:00
added margin back from media-helper based css.
This commit is contained in:
parent
28ef60afe2
commit
f176f4a884
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ textarea.ui-input-text { height: 50px; -webkit-transition: height 200ms linear;
|
|||
|
||||
/* orientation adjustments - incomplete!*/
|
||||
@media all and (min-width: 450px){
|
||||
label.ui-input-text { vertical-align: top; display: inline-block; width: 20%; }
|
||||
label.ui-input-text { vertical-align: top; display: inline-block; width: 20%; margin: 0 2% 0 0 }
|
||||
input.ui-input-text,
|
||||
textarea.ui-input-text,
|
||||
.ui-input-search { width: 60%; display: inline-block; }
|
||||
|
|
|
|||
Loading…
Reference in a new issue