This commit is contained in:
Sanj 2012-04-23 00:23:22 +05:30
parent ae2abbf16e
commit f03173e1af
2 changed files with 4 additions and 3 deletions

View File

@ -136,12 +136,13 @@ thead tr:first-child {
} }
.pageBtn { .pageBtn {
display: inline-block;
font-size: 12px;
cursor:pointer; cursor:pointer;
color: #393939;
} }
.pageBtn:hover { .pageBtn:hover {
color: #000;
} }
/* END SANJAY'S STYLING */ /* END SANJAY'S STYLING */

View File

@ -34,7 +34,7 @@ $(function() {
<body> <body>
<div id="wrapper"> <div id="wrapper">
<div id="status"> <div id="status">
No of results: {{ no_of_results }} &nbsp; Displaying page {{ page }} of {{ no_of_pages }} &nbsp; Results per page: {{ page_size }} &nbsp; {% if has_previous %} <span class="prevBtn pageBtn">Previous Page</span> {% endif %}&nbsp;&nbsp; {% if has_next %} <span class="nextBtn pageBtn">Next Page</span> {% endif %} No of results: {{ no_of_results }} &nbsp; Displaying page {{ page }} of {{ no_of_pages }} &nbsp; Results per page: {{ page_size }} &nbsp; {% if has_previous %} <span class="prevBtn pageBtn">&lt;&lt;Previous Page</span> {% endif %}&nbsp;&nbsp; {% if has_next %} <span class="nextBtn pageBtn">Next Page&gt;&gt;</span> {% endif %}
</div> </div>
<div id="formDiv"> <div id="formDiv">
<form id="shipFilterForm" action="" method="GET"> <form id="shipFilterForm" action="" method="GET">