Closed wwuck closed 11 years ago
jQuery Mobile sets vertical-align: top for labels that are inside a <div data-role="fieldcontain">. Removing this setting for those divs keeps the styling consistent with generic textboxes in jQuery Mobile.
vertical-align: top
<div data-role="fieldcontain">
:/ -1 for not checking code before I commit... will try again.
jQuery Mobile sets
vertical-align: top
for labels that are inside a<div data-role="fieldcontain">
. Removing this setting for those divs keeps the styling consistent with generic textboxes in jQuery Mobile.