Skip to content
Snippets Groups Projects
Commit 410f6376 authored by Israel Barreto Sant'Anna's avatar Israel Barreto Sant'Anna
Browse files

Aligned titles in the search result page

parent 8a8b8111
No related branches found
No related tags found
No related merge requests found
......@@ -88,7 +88,7 @@ var search = function() {
switch(action) {
case 'add':
// params not included in filter panel
var ignored_params = ['query', 'order'];
var ignored_params = ['query', 'order', 'search_class'];
// remove previous element if type is a single value only
var single_params = ['year'];
var index = single_params.indexOf(type);
......
......@@ -59,12 +59,14 @@
.result-bar {
margin-top: 40px;
margin-bottom: 18px;
display: none;
.result-info {
font-size:20px;
font-weight: 500;
font-size:24px;
font-weight: 400;
color: #88888D;
line-height: 1.1;
}
.result-order{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment