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 ...@@ -18286,7 +18286,7 @@ table:not(.ui-datepicker-calendar):not(#relevant-resources) thead th:first-child
18286 @media screen and (max-width: 56.25rem) { 18286 @media screen and (max-width: 56.25rem) {
18287 #search-wrapper .sf-field-search { 18287 #search-wrapper .sf-field-search {
18288 margin-bottom: 1.875rem; 18288 margin-bottom: 1.875rem;
18289 width: calc(100% - 10rem); 18289 width: calc(100% - 8rem);
18290 margin-left: 1.25rem; 18290 margin-left: 1.25rem;
18291 } 18291 }
18292 } 18292 }
...@@ -18339,7 +18339,7 @@ table:not(.ui-datepicker-calendar):not(#relevant-resources) thead th:first-child ...@@ -18339,7 +18339,7 @@ table:not(.ui-datepicker-calendar):not(#relevant-resources) thead th:first-child
18339 height: 2.5rem; 18339 height: 2.5rem;
18340 width: 2.5rem; 18340 width: 2.5rem;
18341 margin-top: -0.6rem; 18341 margin-top: -0.6rem;
18342 margin-left: 1rem; 18342 margin-left: 0.5rem;
18343 font-size: 1.125rem; 18343 font-size: 1.125rem;
18344 font-family: "PT Sans", sans-serif; 18344 font-family: "PT Sans", sans-serif;
18345 font-weight: 700; 18345 font-weight: 700;
...@@ -18482,7 +18482,7 @@ ul.sf_date_field .sf-datepicker { ...@@ -18482,7 +18482,7 @@ ul.sf_date_field .sf-datepicker {
18482 } 18482 }
18483 @media screen and (max-width: 49.125rem) { 18483 @media screen and (max-width: 49.125rem) {
18484 #advance-search-modal { 18484 #advance-search-modal {
18485 margin-top: 6rem; 18485 margin-top: 5rem;
18486 z-index: 98; 18486 z-index: 98;
18487 } 18487 }
18488 } 18488 }
...@@ -18832,6 +18832,9 @@ ul.sf_date_field .sf-datepicker { ...@@ -18832,6 +18832,9 @@ ul.sf_date_field .sf-datepicker {
18832 display: none !important; 18832 display: none !important;
18833 } 18833 }
18834 18834
18835 #advance-search-modal {
18836 background-color: transparent !important;
18837 }
18835 #advance-search-modal ul { 18838 #advance-search-modal ul {
18836 display: flex; 18839 display: flex;
18837 flex-wrap: wrap; 18840 flex-wrap: wrap;
...@@ -18973,6 +18976,10 @@ ul.sf_date_field .sf-datepicker { ...@@ -18973,6 +18976,10 @@ ul.sf_date_field .sf-datepicker {
18973 top: 5rem; 18976 top: 5rem;
18974 } 18977 }
18975 18978
18979 .otgs-development-site-front-end {
18980 display: none !important;
18981 }
18982
18976 .search-results .search-field { 18983 .search-results .search-field {
18977 border: 0; 18984 border: 0;
18978 border-bottom: 0.0625rem solid #707070; 18985 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 @@ ...@@ -20714,11 +20714,11 @@
20714 $(document).on("click", '#advance-search-modal [name="_sf_submit"]', function (e) { 20714 $(document).on("click", '#advance-search-modal [name="_sf_submit"]', function (e) {
20715 $('#advance-search-modal .searchandfilter').hide(); 20715 $('#advance-search-modal .searchandfilter').hide();
20716 $('[data-sf-form-id="399"]').trigger("submit"); 20716 $('[data-sf-form-id="399"]').trigger("submit");
20717 $('[data-sf-form-id="1145"]').trigger("submit"); 20717 //$('[data-sf-form-id="102"]').trigger("submit");
20718 $('.searching-loading').show(); 20718 $('.searching-loading').show();
20719 setTimeout(() => { 20719 setTimeout(() => {
20720 window.location.href = window.location.href; 20720 window.location.href = window.location.href;
20721 }, "1000"); 20721 }, "5000");
20722 }); 20722 });
20723 $(document).on("click", ".advance-search-button", function (e) { 20723 $(document).on("click", ".advance-search-button", function (e) {
20724 $('#search-box-content').addClass('show'); 20724 $('#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.
...@@ -65,12 +65,12 @@ var Search = (function($) { ...@@ -65,12 +65,12 @@ var Search = (function($) {
65 65
66 $(document).on("click", '#advance-search-modal [name="_sf_submit"]', function(e){ 66 $(document).on("click", '#advance-search-modal [name="_sf_submit"]', function(e){
67 $('#advance-search-modal .searchandfilter').hide(); 67 $('#advance-search-modal .searchandfilter').hide();
68 $('[data-sf-form-id="399"]').trigger("submit"); 68 $('[data-sf-form-id="399"]').trigger("submit");
69 $('[data-sf-form-id="1145"]').trigger("submit"); 69 //$('[data-sf-form-id="102"]').trigger("submit");
70 $('.searching-loading').show(); 70 $('.searching-loading').show();
71 setTimeout(() => { 71 setTimeout(() => {
72 window.location.href = window.location.href 72 window.location.href = window.location.href
73 }, "1000"); 73 }, "5000");
74 }); 74 });
75 75
76 76
......
...@@ -304,7 +304,7 @@ ...@@ -304,7 +304,7 @@
304 margin-left: 3.125rem; 304 margin-left: 3.125rem;
305 @media screen and (max-width: 56.25rem) { 305 @media screen and (max-width: 56.25rem) {
306 margin-bottom: 1.875rem; 306 margin-bottom: 1.875rem;
307 width: calc(100% - 10rem); 307 width: calc(100% - 8rem);
308 margin-left: 1.25rem; 308 margin-left: 1.25rem;
309 309
310 } 310 }
...@@ -360,7 +360,7 @@ ...@@ -360,7 +360,7 @@
360 height: 2.5rem; 360 height: 2.5rem;
361 width: 2.5rem; 361 width: 2.5rem;
362 margin-top: -0.6rem; 362 margin-top: -0.6rem;
363 margin-left: 1rem; 363 margin-left: 0.5rem;
364 font-size: 1.125rem; 364 font-size: 1.125rem;
365 font-family: "PT Sans", sans-serif; 365 font-family: "PT Sans", sans-serif;
366 font-weight: 700; 366 font-weight: 700;
...@@ -509,7 +509,7 @@ ul.sf_date_field { ...@@ -509,7 +509,7 @@ ul.sf_date_field {
509 z-index: 98; 509 z-index: 98;
510 } 510 }
511 @media screen and (max-width: 49.125rem) { 511 @media screen and (max-width: 49.125rem) {
512 margin-top: 6rem; 512 margin-top: 5rem;
513 z-index: 98; 513 z-index: 98;
514 } 514 }
515 .select2-selection__rendered{ 515 .select2-selection__rendered{
...@@ -872,6 +872,9 @@ ul.sf_date_field { ...@@ -872,6 +872,9 @@ ul.sf_date_field {
872 } 872 }
873 } 873 }
874 #advance-search-modal{ 874 #advance-search-modal{
875
876 background-color: transparent !important;
877
875 ul{ 878 ul{
876 display: flex; 879 display: flex;
877 flex-wrap: wrap; 880 flex-wrap: wrap;
...@@ -1056,4 +1059,8 @@ ul.sf_date_field { ...@@ -1056,4 +1059,8 @@ ul.sf_date_field {
1056 top: 5rem; 1059 top: 5rem;
1057 } 1060 }
1058 } 1061 }
1062 }
1063
1064 .otgs-development-site-front-end{
1065 display: none !important;
1059 } 1066 }
...\ No newline at end of file ...\ No newline at end of file
......
...@@ -2,6 +2,6 @@ ...@@ -2,6 +2,6 @@
2 Theme Name: MSF CA Child 2 Theme Name: MSF CA Child
3 Author: Tenzing Communications 3 Author: Tenzing Communications
4 Template: msf-ca 4 Template: msf-ca
5 Version: 1.0.517 5 Version: 1.0.518
6 */ 6 */
7 7
......