mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
border btn icon/list thumbnail
This commit is contained in:
@@ -5,8 +5,7 @@
|
||||
|
||||
<!-- Sets initial viewport load and disables zooming -->
|
||||
<meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no">
|
||||
<link href="../dist/ionicons.css" rel="stylesheet">
|
||||
<link href="../dist/ionic.css" rel="stylesheet">
|
||||
<link href="../dist/css/ionic.css" rel="stylesheet">
|
||||
<style>
|
||||
.bar {
|
||||
position: relative;
|
||||
@@ -22,7 +21,7 @@
|
||||
<header class="bar bar-header bar-dark">
|
||||
<a class="button">Back</a>
|
||||
<h1 class="title">Really really really really really really really really long title!</h1>
|
||||
<a class="button">This</a>
|
||||
<a class="button"><i class="icon-home"></i></a>
|
||||
</header>
|
||||
<div class="bar bar-header-secondary bar-success">
|
||||
<div class="button-bar">
|
||||
@@ -32,7 +31,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<header class="bar bar-header bar-default">
|
||||
<a class="button">Back</a>
|
||||
<a class="button button-icon"><i class="icon-home"></i></a>
|
||||
<div class="button-bar">
|
||||
<a class="button">Success</a>
|
||||
<a class="button">Warning</a>
|
||||
@@ -61,9 +60,6 @@
|
||||
</main>
|
||||
|
||||
</section>
|
||||
|
||||
<script src="../dist/ionic.js"></script>
|
||||
<script src="../dist/ionic-simple.js"></script>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user