5fad024e by Jeff Balicki

qa

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent f34ed9e0
......@@ -18286,7 +18286,7 @@ table:not(.ui-datepicker-calendar):not(#relevant-resources) thead th:first-child
@media screen and (max-width: 56.25rem) {
#search-wrapper .sf-field-search {
margin-bottom: 1.875rem;
width: calc(100% - 10rem);
width: calc(100% - 8rem);
margin-left: 1.25rem;
}
}
......@@ -18339,7 +18339,7 @@ table:not(.ui-datepicker-calendar):not(#relevant-resources) thead th:first-child
height: 2.5rem;
width: 2.5rem;
margin-top: -0.6rem;
margin-left: 1rem;
margin-left: 0.5rem;
font-size: 1.125rem;
font-family: "PT Sans", sans-serif;
font-weight: 700;
......@@ -18482,7 +18482,7 @@ ul.sf_date_field .sf-datepicker {
}
@media screen and (max-width: 49.125rem) {
#advance-search-modal {
margin-top: 6rem;
margin-top: 5rem;
z-index: 98;
}
}
......@@ -18832,6 +18832,9 @@ ul.sf_date_field .sf-datepicker {
display: none !important;
}
#advance-search-modal {
background-color: transparent !important;
}
#advance-search-modal ul {
display: flex;
flex-wrap: wrap;
......@@ -18973,6 +18976,10 @@ ul.sf_date_field .sf-datepicker {
top: 5rem;
}
.otgs-development-site-front-end {
display: none !important;
}
.search-results .search-field {
border: 0;
border-bottom: 0.0625rem solid #707070;
......
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,11 +20714,11 @@
$(document).on("click", '#advance-search-modal [name="_sf_submit"]', function (e) {
$('#advance-search-modal .searchandfilter').hide();
$('[data-sf-form-id="399"]').trigger("submit");
$('[data-sf-form-id="1145"]').trigger("submit");
//$('[data-sf-form-id="102"]').trigger("submit");
$('.searching-loading').show();
setTimeout(() => {
window.location.href = window.location.href;
}, "1000");
}, "5000");
});
$(document).on("click", ".advance-search-button", function (e) {
$('#search-box-content').addClass('show');
......
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.
......@@ -66,11 +66,11 @@ 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");
$('[data-sf-form-id="1145"]').trigger("submit");
//$('[data-sf-form-id="102"]').trigger("submit");
$('.searching-loading').show();
setTimeout(() => {
window.location.href = window.location.href
}, "1000");
}, "5000");
});
......
......@@ -304,7 +304,7 @@
margin-left: 3.125rem;
@media screen and (max-width: 56.25rem) {
margin-bottom: 1.875rem;
width: calc(100% - 10rem);
width: calc(100% - 8rem);
margin-left: 1.25rem;
}
......@@ -360,7 +360,7 @@
height: 2.5rem;
width: 2.5rem;
margin-top: -0.6rem;
margin-left: 1rem;
margin-left: 0.5rem;
font-size: 1.125rem;
font-family: "PT Sans", sans-serif;
font-weight: 700;
......@@ -509,7 +509,7 @@ ul.sf_date_field {
z-index: 98;
}
@media screen and (max-width: 49.125rem) {
margin-top: 6rem;
margin-top: 5rem;
z-index: 98;
}
.select2-selection__rendered{
......@@ -872,6 +872,9 @@ ul.sf_date_field {
}
}
#advance-search-modal{
background-color: transparent !important;
ul{
display: flex;
flex-wrap: wrap;
......@@ -1057,3 +1060,7 @@ ul.sf_date_field {
}
}
}
.otgs-development-site-front-end{
display: none !important;
}
\ No newline at end of file
......
......@@ -2,6 +2,6 @@
Theme Name: MSF CA Child
Author: Tenzing Communications
Template: msf-ca
Version: 1.0.517
Version: 1.0.518
*/
......