css
This commit is contained in:
parent
f03173e1af
commit
ca3ac107a2
|
@ -139,10 +139,11 @@ thead tr:first-child {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
cursor:pointer;
|
cursor:pointer;
|
||||||
|
color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
.pageBtn:hover {
|
.pageBtn:hover {
|
||||||
|
color: #ccc;
|
||||||
}
|
}
|
||||||
/* END SANJAY'S STYLING */
|
/* END SANJAY'S STYLING */
|
||||||
|
|
||||||
|
|
|
@ -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 }} 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>
|
||||||
<div id="formDiv">
|
<div id="formDiv">
|
||||||
<form id="shipFilterForm" action="" method="GET">
|
<form id="shipFilterForm" action="" method="GET">
|
||||||
|
|
Loading…
Reference in New Issue
Block a user