From f03173e1afb2472f0edd2621e7f69631ed34c14f Mon Sep 17 00:00:00 2001 From: Sanj Date: Mon, 23 Apr 2012 00:23:22 +0530 Subject: [PATCH] css --- manifests/media/css/main.css | 5 +++-- manifests/templates/shipList.html | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/manifests/media/css/main.css b/manifests/media/css/main.css index f000902..20fea6c 100644 --- a/manifests/media/css/main.css +++ b/manifests/media/css/main.css @@ -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 */ diff --git a/manifests/templates/shipList.html b/manifests/templates/shipList.html index 8ca6bf6..d416f30 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 %}