added ui-aux class to edit button. fixed a style with that class too

This commit is contained in:
scottjehl 2010-10-06 00:48:42 -04:00
parent c5ceff745c
commit 4a7ede3322
2 changed files with 2 additions and 2 deletions

View file

@ -9,4 +9,4 @@
.ui-footer-duplicate, .ui-page-fullscreen .ui-fixed-inline { display: none; }
.ui-header .ui-back { position: absolute; left: 10px; top: .4em; }
.ui-header h1, .ui-footer h1 { text-align: center; font-size: 16px; display: block; margin: .6em 90px .8em; padding: 0; white-space: nowrap; overflow: hidden; }
.ui-header .ui-aux { position: absolute; right: 10px; top: .2em; }
.ui-header .ui-aux { position: absolute; right: 10px; top: .4em; }

View file

@ -19,7 +19,7 @@
<div data-role="page">
<div data-role="header">
<a href="#customize" class="editbutton">Edit</a>
<a href="#customize" class="editbutton ui-aux">Edit</a>
<h1>Converter demo</h1>
</div>