css
This commit is contained in:
parent
ae2abbf16e
commit
f03173e1af
|
@ -136,12 +136,13 @@ thead tr:first-child {
|
|||
}
|
||||
|
||||
.pageBtn {
|
||||
display: inline-block;
|
||||
font-size: 12px;
|
||||
cursor:pointer;
|
||||
color: #393939;
|
||||
}
|
||||
|
||||
.pageBtn:hover {
|
||||
color: #000;
|
||||
|
||||
}
|
||||
/* END SANJAY'S STYLING */
|
||||
|
||||
|
|
|
@ -34,7 +34,7 @@ $(function() {
|
|||
<body>
|
||||
<div id="wrapper">
|
||||
<div id="status">
|
||||
No of results: {{ no_of_results }} Displaying page {{ page }} of {{ no_of_pages }} Results per page: {{ page_size }} {% if has_previous %} <span class="prevBtn pageBtn">Previous Page</span> {% endif %} {% if has_next %} <span class="nextBtn pageBtn">Next Page</span> {% endif %}
|
||||
No of results: {{ no_of_results }} Displaying page {{ page }} of {{ no_of_pages }} Results per page: {{ page_size }} {% if has_previous %} <span class="prevBtn pageBtn"><<Previous Page</span> {% endif %} {% if has_next %} <span class="nextBtn pageBtn">Next Page>></span> {% endif %}
|
||||
</div>
|
||||
<div id="formDiv">
|
||||
<form id="shipFilterForm" action="" method="GET">
|
||||
|
|
Loading…
Reference in New Issue
Block a user