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 @@ ...@@ -20714,6 +20714,7 @@
20714 $('#search-sidebar [name="_sf_submit"]').click(); 20714 $('#search-sidebar [name="_sf_submit"]').click();
20715 return false; 20715 return false;
20716 }); 20716 });
20717 $('#advance-search-modal').appendTo("#full-width-page-wrapper");
20717 $(document).on("keydown", "#top-search", function (e) { 20718 $(document).on("keydown", "#top-search", function (e) {
20718 if (e.keyCode == 13) { 20719 if (e.keyCode == 13) {
20719 e.preventDefault(); 20720 e.preventDefault();
...@@ -20734,13 +20735,9 @@ ...@@ -20734,13 +20735,9 @@
20734 }, "1000"); 20735 }, "1000");
20735 }); 20736 });
20736 $(document).on("click", ".advance-search-button", function (e) { 20737 $(document).on("click", ".advance-search-button", function (e) {
20737 $('#search-box-content').addClass('show');
20738 $('.search-box').addClass('show');
20739 $('.badge').hide(); 20738 $('.badge').hide();
20740 }); 20739 });
20741 $(document).on("click", ".advance-search-button-footer", function (e) { 20740 $(document).on("click", ".advance-search-button-footer", function (e) {
20742 $('#search-box-content').addClass('show');
20743 $('.search-box').addClass('show');
20744 $('#advance-search-modal').modal('show'); 20741 $('#advance-search-modal').modal('show');
20745 $('.badge').hide(); 20742 $('.badge').hide();
20746 }); 20743 });
......
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($) { ...@@ -63,10 +63,9 @@ var Search = (function($) {
63 $('#search-sidebar [name="_sf_submit"]').click() 63 $('#search-sidebar [name="_sf_submit"]').click()
64 return false; 64 return false;
65 }); 65 });
66 66 $('#advance-search-modal').appendTo("#full-width-page-wrapper");
67 67
68 68
69
70 $(document).on("keydown", "#top-search", function(e){ 69 $(document).on("keydown", "#top-search", function(e){
71 if(e.keyCode == 13) { 70 if(e.keyCode == 13) {
72 e.preventDefault(); 71 e.preventDefault();
...@@ -76,8 +75,6 @@ var Search = (function($) { ...@@ -76,8 +75,6 @@ var Search = (function($) {
76 } 75 }
77 }); 76 });
78 77
79
80
81 $(document).on("click", '#advance-search-modal [name="_sf_submit"]', function(e){ 78 $(document).on("click", '#advance-search-modal [name="_sf_submit"]', function(e){
82 $('#advance-search-modal .searchandfilter').hide(); 79 $('#advance-search-modal .searchandfilter').hide();
83 $('[data-sf-form-id="399"]').trigger("submit"); 80 $('[data-sf-form-id="399"]').trigger("submit");
...@@ -92,14 +89,10 @@ var Search = (function($) { ...@@ -92,14 +89,10 @@ var Search = (function($) {
92 89
93 90
94 $(document).on("click", ".advance-search-button", function(e){ 91 $(document).on("click", ".advance-search-button", function(e){
95 $('#search-box-content').addClass('show');
96 $('.search-box').addClass('show');
97 $('.badge').hide(); 92 $('.badge').hide();
98 }); 93 });
99 94
100 $(document).on("click", ".advance-search-button-footer", function(e){ 95 $(document).on("click", ".advance-search-button-footer", function(e){
101 $('#search-box-content').addClass('show');
102 $('.search-box').addClass('show');
103 $('#advance-search-modal').modal('show'); 96 $('#advance-search-modal').modal('show');
104 $('.badge').hide(); 97 $('.badge').hide();
105 }); 98 });
......
...@@ -517,6 +517,65 @@ ul.sf_date_field { ...@@ -517,6 +517,65 @@ ul.sf_date_field {
517 margin-top: 5rem; 517 margin-top: 5rem;
518 z-index: 98; 518 z-index: 98;
519 } 519 }
520 .sf-field-search{
521 display: inline-block;
522 width: calc(100% - 5rem);
523 padding: 1.125rem 0 1.6875rem 0;
524 label{
525 width: 90%;
526 position: relative;
527 display: inline-block !important;
528 margin: auto;
529 margin-left: 10%;
530 &:after {
531 content: "";
532 position: absolute;
533 left: -3rem;
534 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");
535 background-size: contain;
536 width: 2.063rem;
537 height: 2.063rem;
538 top: 1.2rem;
539 }
540
541 }
542 input[name="_sf_search[]"]{
543 width: 100%;
544 border: 0;
545 border-bottom: 0.0625rem solid #707070;
546 border-radius: 0;
547 font-size: 1.75rem;
548 font-weight: 400;
549 line-height: 1.5;
550 color: #212529;
551 padding: 0.375rem 0.75rem;
552 margin: auto;
553 }
554 }
555
556 .sf-field-submit{
557 display: inline-block !important;
558 input[name="_sf_submit"]{
559 border-radius: 50%;
560 padding: 0;
561 height:2.5rem;
562 width: 2.5rem;
563 margin-top: -0.6rem;
564 margin-left: 1rem;
565 font-size: 1.125rem;
566 font-family: "PT Sans",sans-serif;
567 font-weight: 700;
568 background: #e00;
569 color: #fff;
570 border: 0;
571 text-transform: uppercase;
572 transition: none;
573 display: inline-block !important;
574 &:hover {
575 background:#669999;
576 }
577 }
578 }
520 .select2-selection__rendered{ 579 .select2-selection__rendered{
521 margin-right: 0px; 580 margin-right: 0px;
522 padding-right: 0px; 581 padding-right: 0px;
...@@ -646,7 +705,7 @@ ul.sf_date_field { ...@@ -646,7 +705,7 @@ ul.sf_date_field {
646 .modal-body { 705 .modal-body {
647 padding: 0rem 2.1875rem 2.1875rem 2.1875rem; 706 padding: 0rem 2.1875rem 2.1875rem 2.1875rem;
648 @media screen and (max-width: 56.25rem) { 707 @media screen and (max-width: 56.25rem) {
649 padding: 0.3125rem 3rem; 708 padding: 0.3125rem 2.5rem;
650 padding-bottom: 14.5rem; 709 padding-bottom: 14.5rem;
651 } 710 }
652 } 711 }
...@@ -888,6 +947,7 @@ ul.sf_date_field { ...@@ -888,6 +947,7 @@ ul.sf_date_field {
888 display: flex; 947 display: flex;
889 flex-wrap: wrap; 948 flex-wrap: wrap;
890 flex-direction: row; 949 flex-direction: row;
950 padding-left: 0px;
891 } 951 }
892 952
893 ul.sf_date_field { 953 ul.sf_date_field {
......
...@@ -2,5 +2,5 @@ ...@@ -2,5 +2,5 @@
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.40 5 Version: 1.0.41
6 */ 6 */
...\ No newline at end of file ...\ No newline at end of file
......