mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-04-28 18:04:46 +00:00
added ui-aux class to edit button. fixed a style with that class too
This commit is contained in:
parent
c5ceff745c
commit
4a7ede3322
2 changed files with 2 additions and 2 deletions
|
|
@ -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; }
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue