Completed paging. It might be possible to add pages again.

Change-Id: I06ac13b30f570671c7b946a55ae2b262f4e6f823
diff --git a/client/catalog/css/style.css b/client/catalog/css/style.css
index c2d243b..45752a6 100644
--- a/client/catalog/css/style.css
+++ b/client/catalog/css/style.css
@@ -104,3 +104,7 @@
 *:focus ~ .autoComplete { /* If the parent detects focus on any subelement or itself */
   max-height: 500px;
 }
+
+.pager li > div {
+  display: inline-block;
+}