Add filters helper for search form

This commit is contained in:
Frederic Guillot
2015-07-04 14:23:45 -04:00
parent b01eb12a6c
commit cf8aeea6af
10 changed files with 115 additions and 25 deletions

View File

@@ -1,5 +1,6 @@
.views {
display: inline-block;
margin-right: 10px;
}
.views li {
@@ -26,4 +27,32 @@
border-left: none;
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
}
}
.filters {
display: inline-block;
border: 1px solid #eee;
border-radius: 5px;
padding-left: 10px;
padding-right: 10px;
padding-top: 5px;
padding-bottom: 5px;
margin-left: 10px;
}
.filters ul {
font-size: 0.8em;
}
.page-header .filters ul {
font-size: 0.9em;
}
form.search {
display: inline;
}
div.search {
margin-bottom: 20px;
}

View File

@@ -97,10 +97,6 @@ nav .active a {
font-size: 0.9em;
}
.page-header form {
display: inline;
}
@media only screen and (max-width: 640px) {
.page-header-mobile li {