css
This commit is contained in:
parent
f03173e1af
commit
ca3ac107a2
|
@ -139,10 +139,11 @@ thead tr:first-child {
|
|||
display: inline-block;
|
||||
font-size: 12px;
|
||||
cursor:pointer;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.pageBtn:hover {
|
||||
|
||||
color: #ccc;
|
||||
}
|
||||
/* 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