html - jQuery Mobile input widths -


i can't seem change width of <input> tags on jquery mobile page, ideas?

http://www.nuhack.com/stackoverflow-question/

jquery mobile wraps input types in div class .ui-input-text except type=search has class .ui-input-search. need override classes.

demo

all input types:

div.ui-input-text { width: 50px !important } 

input type search:

div.ui-input-search { width: 50px !important } 

Comments

Popular posts from this blog

assembly - 8086 TASM: Illegal Indexing Mode -

Java, LWJGL, OpenGL 1.1, decoding BufferedImage to Bytebuffer and binding to OpenGL across classes -

javascript - addthis share facebook and google+ url -