mirror of
https://github.com/pure-css/pure.git
synced 2024-11-24 10:44:21 +00:00
increase margin between paginator items to fix issue #127
This commit is contained in:
parent
742a0beb49
commit
3d7dea4926
@ -10,7 +10,7 @@
|
||||
display: inline-block;
|
||||
*display: inline;
|
||||
zoom: 1;
|
||||
margin: 0 -0.35em 0 0;
|
||||
margin: 0 -0.25em 0 0;
|
||||
}
|
||||
.pure-paginator .pure-button {
|
||||
border-radius: 0;
|
||||
@ -18,7 +18,8 @@
|
||||
vertical-align: top;
|
||||
height: 1.1em;
|
||||
}
|
||||
.pure-paginator .pure-button:focus {
|
||||
.pure-paginator .pure-button:focus,
|
||||
.pure-paginator .pure-button:active {
|
||||
outline-style: none;
|
||||
}
|
||||
.pure-paginator .prev,
|
||||
|
@ -5,6 +5,7 @@
|
||||
<meta name="viewport" content="width = device-width">
|
||||
<title>Menus CSS</title>
|
||||
<link rel="stylesheet" type="text/css" href="../../../../build/base-min.css">
|
||||
<link rel="stylesheet" type="text/css" href="../../../../build/buttons-min.css">
|
||||
<link rel="stylesheet" type="text/css" href="../../../../build/menus-min.css">
|
||||
|
||||
<style>
|
||||
@ -157,7 +158,17 @@
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<h2>Paginator</h2>
|
||||
|
||||
<ul class="pure-paginator">
|
||||
<li><a class="pure-button prev" href="#">«</a></li>
|
||||
<li><a class="pure-button" href="#">1</a></li>
|
||||
<li><a class="pure-button pure-button-active" href="#">2</a></li>
|
||||
<li><a class="pure-button" href="#">3</a></li>
|
||||
<li><a class="pure-button" href="#">4</a></li>
|
||||
<li><a class="pure-button" href="#">5</a></li>
|
||||
<li><a class="pure-button next" href="#">»</a></li>
|
||||
</ul>
|
||||
|
||||
</div>
|
||||
<script src="http://yui.yahooapis.com/3.10.1/build/yui/yui-min.js"></script>
|
||||
|
Loading…
Reference in New Issue
Block a user