Fixed failing rebase (reintroducing buttongroup for pagination)

Change-Id: I7f59eabda388487ae9fe293eb6940efcd9b11371
diff --git a/templates/search.html.ep b/templates/search.html.ep
index 88eee32..be4ced8 100644
--- a/templates/search.html.ep
+++ b/templates/search.html.ep
@@ -1,6 +1,6 @@
 % layout 'main', schematype => 'SearchResultsPage';
 
-<div id="pagination"><%= pagination(stash('start_page'), stash('total_pages'), url_with->query({'p' => '{page}'})) =%></div>
+<div id="pagination" class="button-group button-panel"><%= pagination(stash('start_page'), stash('total_pages'), url_with->query({'p' => '{page}'})) =%></div>
 
 <div id="resultinfo" <% if (stash('results')->size) { %> class="found"<%} %>>
 % my $found = stash('total_results') // 0;