Response title
This is preview!
.ui-input-search { padding: 0 30px; width: 77%; background-position: 8px 50%; background-repeat: no-repeat; position: relative; }
The width 51% does have no effect (nor the inline-block)!
So I had to override:
.ui-input-search{
/*we may use a fielcontain with ID if we don't want to override for ALL*/
width: 51%;<br>
}
it's important for allowing to put the search button on the same line...
Emmanuel Gleizer
© 2013 jQuery Foundation
Sponsored by and others.