New display options for advanced search page

This commit is contained in:
Manuel Cillero 2017-09-20 23:25:14 +02:00
parent 5e5f48a090
commit 78a3d9a6f2
6 changed files with 32 additions and 8 deletions

View file

@ -34,6 +34,29 @@
clear: both;
}
/*
* "Advanced search" page.
*/
.custom-search-filter ul {
margin: 0;
padding: 12px 0;
}
.custom-search-filter ul li {
list-style: none;
display: inline-block;
background-color: #3c8dbc;
padding: 3px 10px;
margin: 0 4px 12px 0;
border-radius: 5px;
font-size: .92em;
}
.custom-search-filter ul li:hover {
background-color: #307095;
}
.custom-search-filter ul li a {
color: #fff;
}
/*
* "Storm list" blocks.
*/