86e6d059 by Jeff Balicki

qa

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent aeded973
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
......@@ -20714,6 +20714,7 @@
$('#search-sidebar [name="_sf_submit"]').click();
return false;
});
$('#advance-search-modal').appendTo("#full-width-page-wrapper");
$(document).on("keydown", "#top-search", function (e) {
if (e.keyCode == 13) {
e.preventDefault();
......@@ -20734,13 +20735,9 @@
}, "1000");
});
$(document).on("click", ".advance-search-button", function (e) {
$('#search-box-content').addClass('show');
$('.search-box').addClass('show');
$('.badge').hide();
});
$(document).on("click", ".advance-search-button-footer", function (e) {
$('#search-box-content').addClass('show');
$('.search-box').addClass('show');
$('#advance-search-modal').modal('show');
$('.badge').hide();
});
......
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
......@@ -63,10 +63,9 @@ var Search = (function($) {
$('#search-sidebar [name="_sf_submit"]').click()
return false;
});
$('#advance-search-modal').appendTo("#full-width-page-wrapper");
$(document).on("keydown", "#top-search", function(e){
if(e.keyCode == 13) {
e.preventDefault();
......@@ -76,8 +75,6 @@ var Search = (function($) {
}
});
$(document).on("click", '#advance-search-modal [name="_sf_submit"]', function(e){
$('#advance-search-modal .searchandfilter').hide();
$('[data-sf-form-id="399"]').trigger("submit");
......@@ -92,14 +89,10 @@ var Search = (function($) {
$(document).on("click", ".advance-search-button", function(e){
$('#search-box-content').addClass('show');
$('.search-box').addClass('show');
$('.badge').hide();
});
$(document).on("click", ".advance-search-button-footer", function(e){
$('#search-box-content').addClass('show');
$('.search-box').addClass('show');
$('#advance-search-modal').modal('show');
$('.badge').hide();
});
......
......@@ -517,6 +517,65 @@ ul.sf_date_field {
margin-top: 5rem;
z-index: 98;
}
.sf-field-search{
display: inline-block;
width: calc(100% - 5rem);
padding: 1.125rem 0 1.6875rem 0;
label{
width: 90%;
position: relative;
display: inline-block !important;
margin: auto;
margin-left: 10%;
&:after {
content: "";
position: absolute;
left: -3rem;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='34.157' height='34.157' viewBox='0 0 34.157 34.157'%3E%3Cg id='Group_1039' data-name='Group 1039' transform='translate(-919.807 -2612.691)'%3E%3Cline id='Line_1' data-name='Line 1' x2='14.277' y2='14.277' transform='translate(938.626 2631.511)' fill='none' stroke='%23000' stroke-width='3'/%3E%3Cg id='Ellipse_1' data-name='Ellipse 1' transform='translate(919.807 2612.691)' fill='%23fff' stroke='%23000' stroke-width='3'%3E%3Ccircle cx='13.235' cy='13.235' r='13.235' stroke='none'/%3E%3Ccircle cx='13.235' cy='13.235' r='11.735' fill='none'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
background-size: contain;
width: 2.063rem;
height: 2.063rem;
top: 1.2rem;
}
}
input[name="_sf_search[]"]{
width: 100%;
border: 0;
border-bottom: 0.0625rem solid #707070;
border-radius: 0;
font-size: 1.75rem;
font-weight: 400;
line-height: 1.5;
color: #212529;
padding: 0.375rem 0.75rem;
margin: auto;
}
}
.sf-field-submit{
display: inline-block !important;
input[name="_sf_submit"]{
border-radius: 50%;
padding: 0;
height:2.5rem;
width: 2.5rem;
margin-top: -0.6rem;
margin-left: 1rem;
font-size: 1.125rem;
font-family: "PT Sans",sans-serif;
font-weight: 700;
background: #e00;
color: #fff;
border: 0;
text-transform: uppercase;
transition: none;
display: inline-block !important;
&:hover {
background:#669999;
}
}
}
.select2-selection__rendered{
margin-right: 0px;
padding-right: 0px;
......@@ -646,7 +705,7 @@ ul.sf_date_field {
.modal-body {
padding: 0rem 2.1875rem 2.1875rem 2.1875rem;
@media screen and (max-width: 56.25rem) {
padding: 0.3125rem 3rem;
padding: 0.3125rem 2.5rem;
padding-bottom: 14.5rem;
}
}
......@@ -888,6 +947,7 @@ ul.sf_date_field {
display: flex;
flex-wrap: wrap;
flex-direction: row;
padding-left: 0px;
}
ul.sf_date_field {
......
......@@ -2,5 +2,5 @@
Theme Name: MSF CA Child
Author: Tenzing Communications
Template: msf-ca
Version: 1.0.40
Version: 1.0.41
*/
\ No newline at end of file
......