advanced search : all ajax form behaviours are working
This commit is contained in:
@@ -3894,19 +3894,31 @@ body.home-v2 #main {
|
||||
border-radius: 3px;
|
||||
background-clip: padding-box;
|
||||
box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
|
||||
transition: box-shadow 0.3s ease-out;
|
||||
text-align: right; }
|
||||
transition: box-shadow 0.3s ease-out; }
|
||||
#tool-bar #block-materio-search-api-mo-searchapi-advanced-search > .inner:hover, #tool-bar #block-materio-search-api-mo-searchapi-advanced-search > .inner:focus {
|
||||
box-shadow: 0 0 5px rgba(0, 0, 0, 0.7); }
|
||||
#tool-bar #block-materio-search-api-mo-searchapi-advanced-search > .inner:active {
|
||||
transition: box-shadow 0s ease-out;
|
||||
box-shadow: 0 0 5px rgba(0, 0, 0, 0.4); }
|
||||
#tool-bar #materio-search-api-advanced-search-form .filter-line .form-item.form-type-select {
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
font-size: 12px;
|
||||
line-height: 1;
|
||||
padding-right: 3em; }
|
||||
#tool-bar #materio-search-api-advanced-search-form .filter-line {
|
||||
margin: 0.3em 0;
|
||||
padding-top: 0.3em; }
|
||||
#tool-bar #materio-search-api-advanced-search-form .filter-line:not(:first-child) {
|
||||
border-top: 1px dotted black; }
|
||||
#tool-bar #materio-search-api-advanced-search-form .filter-line .form-item {
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
font-size: 12px;
|
||||
line-height: 1;
|
||||
text-transform: capitalize;
|
||||
margin: 0 0em 0 0; }
|
||||
#tool-bar #materio-search-api-advanced-search-form .filter-line select {
|
||||
width: auto; }
|
||||
#tool-bar #materio-search-api-advanced-search-form .rm-btn {
|
||||
float: right;
|
||||
margin: 0.4em 0 0.4em 0.4em; }
|
||||
#tool-bar #materio-search-api-advanced-search-form #edit-search {
|
||||
float: right; }
|
||||
|
||||
#center {
|
||||
border-radius: 10px;
|
||||
|
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user