css - How to reduce the width of textfield using jQuery mobile? -


can please tell me how reduce width of textfield using jquery mobile?

fiddle

using css does't work

#co label{     color: red !important;     width: 100px !important;     margin :30px; }  #co input{      width: 100px !important;     border-radius: 0 !important; } 

 #co .ui-input-text  {     width: 100px;   } 

Comments

Popular posts from this blog

Android layout hidden on keyboard show -

google app engine - 403 Forbidden POST - Flask WTForms -

c - Why would PK11_GenerateRandom() return an error -8023? -