css - jquery mobile select box content is in middle of select box -


ive been looking through documentation jquery mobile trying work out how left align text within select boxes..

ive tried various things

$("select").addclass('ui-btn-left'); 

and making sure rules class align text left no luck, ive tried

#('select').parent().addclass('ui-btn-left');  

but doesnt appear work.

ive tried create css rule make global select boxes have text aligned left.. no luck here either.

any suggestions im strugling understand how works..

i think that, in css file have maintained text align = center or that. put text-align ; left in body.


Comments

Popular posts from this blog

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -