Header icon placement different in 1.2.0-Beta-1
I have a right log off button in my header which is defined this way:
- <div data-role="page" id="displaySchedule" data-title="Display Schedule">
- <div data-role="header" data-theme="a">
- <a href="#home" data-icon="home" data-iconpos="notext"></a>
- <h1>Schedule</h1>
- <div class="ui-btn-right">
- <a class="logoffButton" data-role="button" id="logoffButton" href="#logout" data-icon="delete" data-iconpos="notext"></a>
- </div>
- .....
Worked fine in 1.1.1. In 1.2.0 the log off icon is displayed about half it's height lower as shown here:
Any help would be appreciated.