From ca3ac107a267be9fb88900093b3e300c0b80bbff Mon Sep 17 00:00:00 2001 From: Sanj Date: Mon, 23 Apr 2012 00:25:23 +0530 Subject: [PATCH] css --- manifests/media/css/main.css | 3 ++- manifests/templates/shipList.html | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/manifests/media/css/main.css b/manifests/media/css/main.css index 20fea6c..ca3048e 100644 --- a/manifests/media/css/main.css +++ b/manifests/media/css/main.css @@ -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 */ diff --git a/manifests/templates/shipList.html b/manifests/templates/shipList.html index d416f30..d74fd09 100644 --- a/manifests/templates/shipList.html +++ b/manifests/templates/shipList.html @@ -34,7 +34,7 @@ $(function() {
-No of results: {{ no_of_results }}   Displaying page {{ page }} of {{ no_of_pages }}   Results per page: {{ page_size }}   {% if has_previous %} <<Previous Page {% endif %}   {% if has_next %} Next Page>> {% endif %} +No of results: {{ no_of_results }}   Displaying page {{ page }} of {{ no_of_pages }}   Results per page: {{ page_size }}   {% if has_previous %} << Previous Page {% endif %}   {% if has_next %} Next Page >> {% endif %}