better search ui
This commit is contained in:
parent
c7b71e5530
commit
e256733c94
@ -487,10 +487,13 @@ body{
|
||||
section.search{
|
||||
@include main-cartouche();
|
||||
|
||||
header{
|
||||
flex: 0 0 auto;
|
||||
padding: 1em 0;
|
||||
h2{
|
||||
font-weight: 400;
|
||||
font-size: 1.323em;
|
||||
padding: 1em 0;
|
||||
padding: 0 0 0.5em;
|
||||
}
|
||||
|
||||
form{
|
||||
@ -511,7 +514,11 @@ body{
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
main{
|
||||
flex: 1 1 auto;
|
||||
overflow-y: auto;
|
||||
section.results{
|
||||
ul{
|
||||
margin:0;
|
||||
@ -542,6 +549,13 @@ body{
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
footer{
|
||||
flex: 0 0 auto;
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
&.recit-opened {
|
||||
padding-bottom: 3rem;
|
||||
|
@ -24,6 +24,7 @@ export default {
|
||||
},
|
||||
created () {
|
||||
console.log("search created");
|
||||
this.value = this.keys;
|
||||
this.content_type = this.contentTypeFilter;
|
||||
},
|
||||
watch: {
|
||||
@ -88,11 +89,11 @@ export default {
|
||||
</section>
|
||||
|
||||
|
||||
<select name="bourgeons" id="content-type-select">
|
||||
<!-- <select name="bourgeons" id="content-type-select">
|
||||
<option value="all">Bourgeon</option>
|
||||
<option value="bourgeon1">Bourgeon1</option>
|
||||
<option value="bourgeon2">Bourgeon2</option>
|
||||
</select>
|
||||
</select> -->
|
||||
|
||||
<input type="submit" value="rechercher">
|
||||
</form>
|
||||
|
Loading…
x
Reference in New Issue
Block a user