html - jQuery Mobile input widths -
i can't seem change width of <input> tags on jquery mobile page, ideas?
jquery mobile wraps input types in div class .ui-input-text except type=search has class .ui-input-search. need override classes.
all input types:
div.ui-input-text { width: 50px !important } input type search:
div.ui-input-search { width: 50px !important }
Comments
Post a Comment