advanced search : all ajax form behaviours are working

This commit is contained in:
Bachir Soussi Chiadmi
2017-10-10 12:43:45 +02:00
parent 7bc3c13ad6
commit c90cfa63e4
5 changed files with 328 additions and 75 deletions

View File

@@ -955,6 +955,12 @@ $headerouterheight:$headerheight+$headerpaddingtop+$headerpaddingbottom;
}
}
// ______ ____
// /_ __/___ ____ / / /_ ____ ______
// / / / __ \/ __ \/ / __ \/ __ `/ ___/
// / / / /_/ / /_/ / / /_/ / /_/ / /
// /_/ \____/\____/_/_.___/\__,_/_/
#tool-bar{
// margin-left:50px;
position:relative;
@@ -1024,6 +1030,12 @@ $headerouterheight:$headerheight+$headerpaddingtop+$headerpaddingbottom;
}
}
// _____ __
// / ___/___ ____ ___________/ /_
// \__ \/ _ \/ __ `/ ___/ ___/ __ \
// ___/ / __/ /_/ / / / /__/ / / /
// /____/\___/\__,_/_/ \___/_/ /_/
#block-materio-search-api-materio-search-api-search{
// @include inlineblock(); vertical-align: middle ;
// position:absolute; top:10px; right:0;
@@ -1087,6 +1099,11 @@ $headerouterheight:$headerheight+$headerpaddingtop+$headerpaddingbottom;
}
}
// ___ __ __ _____ __
// / | ____/ / ______ _____ ________ ____/ / / ___/___ ____ ___________/ /_
// / /| |/ __ / | / / __ `/ __ \/ ___/ _ \/ __ / \__ \/ _ \/ __ `/ ___/ ___/ __ \
// / ___ / /_/ /| |/ / /_/ / / / / /__/ __/ /_/ / ___/ / __/ /_/ / / / /__/ / / /
// /_/ |_\__,_/ |___/\__,_/_/ /_/\___/\___/\__,_/ /____/\___/\__,_/_/ \___/_/ /_/
#block-materio-search-api-mo-searchapi-advanced-search{
// @include inlineblock(); vertical-align: middle ;
@@ -1095,18 +1112,42 @@ $headerouterheight:$headerheight+$headerpaddingtop+$headerpaddingbottom;
>.inner{
@include inlineblock(); margin:0 0 0 10px;
padding: 3px 10px; background-color:#fff; @include rounded(3px);
@include shadowBtn(); text-align: right;
@include shadowBtn();
// text-align: right;
}
}
#materio-search-api-advanced-search-form{
.filter-line{
.form-item.form-type-select{
margin:0.3em 0;
padding-top:0.3em;
&:not(:first-child){
border-top: 1px dotted black;
}
.form-item{
display:inline-block;
vertical-align: middle;
@include fs12; line-height:1;
padding-right:3em;
// padding-right:3em;
text-transform: capitalize;
// min-width : 4em;
margin:0 0em 0 0;
}
select{
width:auto;
}
}
.rm-btn{
float: right;
margin:0.4em 0 0.4em 0.4em;
}
#edit-search{
float: right;
}
}