e937510f by Jeff Balicki

ADVANCED SEARCH

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent cab739a7
...@@ -17569,7 +17569,7 @@ select { ...@@ -17569,7 +17569,7 @@ select {
17569 } 17569 }
17570 17570
17571 [data-sf-field-input-type=multiselect] label { 17571 [data-sf-field-input-type=multiselect] label {
17572 max-width: 30ch; 17572 max-width: 95%;
17573 } 17573 }
17574 @media screen and (max-width: 56.25rem) { 17574 @media screen and (max-width: 56.25rem) {
17575 [data-sf-field-input-type=multiselect] label { 17575 [data-sf-field-input-type=multiselect] label {
...@@ -17582,7 +17582,7 @@ select { ...@@ -17582,7 +17582,7 @@ select {
17582 grid-template-areas: "select"; 17582 grid-template-areas: "select";
17583 align-items: center; 17583 align-items: center;
17584 position: relative; 17584 position: relative;
17585 max-width: 30ch; 17585 max-width: 95%;
17586 padding: 0.506rem; 17586 padding: 0.506rem;
17587 font-size: 1rem; 17587 font-size: 1rem;
17588 cursor: pointer; 17588 cursor: pointer;
...@@ -18079,11 +18079,17 @@ table:not(.ui-datepicker-calendar):not(#relevant-resources) thead th:first-child ...@@ -18079,11 +18079,17 @@ table:not(.ui-datepicker-calendar):not(#relevant-resources) thead th:first-child
18079 #search-wrapper #search-sidebar .sf-field-post_date { 18079 #search-wrapper #search-sidebar .sf-field-post_date {
18080 width: 100%; 18080 width: 100%;
18081 } 18081 }
18082 #search-wrapper #search-sidebar .sf-field-post_date .sf_date_field li label {
18083 width: calc(100% - 3.125rem) !important;
18084 }
18082 @media screen and (max-width: 90.625rem) { 18085 @media screen and (max-width: 90.625rem) {
18083 #search-wrapper #search-sidebar .sf-field-post_date .sf_date_field li .sf-date-prefix { 18086 #search-wrapper #search-sidebar .sf-field-post_date .sf_date_field li .sf-date-prefix {
18084 display: block; 18087 display: block;
18085 } 18088 }
18086 } 18089 }
18090 #search-wrapper #search-sidebar .sf-field-post_date .sf_date_field li .sf-datepicker {
18091 width: calc(100% - 3.25rem) !important;
18092 }
18087 #search-wrapper #search-sidebar .select2-container--default .select2-selection--multiple, 18093 #search-wrapper #search-sidebar .select2-container--default .select2-selection--multiple,
18088 #search-wrapper #search-sidebar .select2-selection__rendered { 18094 #search-wrapper #search-sidebar .select2-selection__rendered {
18089 background-color: #fff; 18095 background-color: #fff;
...@@ -18134,6 +18140,7 @@ table:not(.ui-datepicker-calendar):not(#relevant-resources) thead th:first-child ...@@ -18134,6 +18140,7 @@ table:not(.ui-datepicker-calendar):not(#relevant-resources) thead th:first-child
18134 } 18140 }
18135 #search-wrapper .searchandfilter .sf-date-prefix { 18141 #search-wrapper .searchandfilter .sf-date-prefix {
18136 width: 3.125rem; 18142 width: 3.125rem;
18143 padding-right: 10px;
18137 } 18144 }
18138 #search-wrapper .search-filter-reset { 18145 #search-wrapper .search-filter-reset {
18139 -webkit-appearance: none; 18146 -webkit-appearance: none;
...@@ -18284,7 +18291,7 @@ table:not(.ui-datepicker-calendar):not(#relevant-resources) thead th:first-child ...@@ -18284,7 +18291,7 @@ table:not(.ui-datepicker-calendar):not(#relevant-resources) thead th:first-child
18284 18291
18285 ul.sf_date_field { 18292 ul.sf_date_field {
18286 width: 100%; 18293 width: 100%;
18287 display: flex; 18294 display: inline-block;
18288 flex-wrap: wrap; 18295 flex-wrap: wrap;
18289 justify-content: space-between; 18296 justify-content: space-between;
18290 align-items: center; 18297 align-items: center;
...@@ -18321,7 +18328,7 @@ ul.sf_date_field .sf-datepicker { ...@@ -18321,7 +18328,7 @@ ul.sf_date_field .sf-datepicker {
18321 } 18328 }
18322 @media screen and (max-width: 48rem) { 18329 @media screen and (max-width: 48rem) {
18323 ul.sf_date_field .sf-datepicker { 18330 ul.sf_date_field .sf-datepicker {
18324 width: 16rem; 18331 width: calc(100% - 2.25rem);
18325 } 18332 }
18326 } 18333 }
18327 18334
...@@ -18438,7 +18445,7 @@ ul.sf_date_field .sf-datepicker { ...@@ -18438,7 +18445,7 @@ ul.sf_date_field .sf-datepicker {
18438 max-width: 100% !important; 18445 max-width: 100% !important;
18439 } 18446 }
18440 #advance-search-modal .sf-field-tag .select2-container--default .select2-search--inline .select2-search__field { 18447 #advance-search-modal .sf-field-tag .select2-container--default .select2-search--inline .select2-search__field {
18441 width: 93% !important; 18448 width: 97.5% !important;
18442 } 18449 }
18443 @media screen and (max-width: 1175px) { 18450 @media screen and (max-width: 1175px) {
18444 #advance-search-modal .sf-field-tag .select2-container--default .select2-search--inline .select2-search__field { 18451 #advance-search-modal .sf-field-tag .select2-container--default .select2-search--inline .select2-search__field {
...@@ -18545,7 +18552,8 @@ ul.sf_date_field .sf-datepicker { ...@@ -18545,7 +18552,8 @@ ul.sf_date_field .sf-datepicker {
18545 } 18552 }
18546 } 18553 }
18547 #advance-search-modal .modal-dialog .searchandfilter { 18554 #advance-search-modal .modal-dialog .searchandfilter {
18548 width: calc(100% - 1.125rem); 18555 width: 100%;
18556 margin-left: 1%;
18549 } 18557 }
18550 @media screen and (max-width: 56.25rem) { 18558 @media screen and (max-width: 56.25rem) {
18551 #advance-search-modal .modal-dialog .searchandfilter { 18559 #advance-search-modal .modal-dialog .searchandfilter {
...@@ -18589,7 +18597,7 @@ ul.sf_date_field .sf-datepicker { ...@@ -18589,7 +18597,7 @@ ul.sf_date_field .sf-datepicker {
18589 } 18597 }
18590 #advance-search-modal .modal-dialog .searchandfilter .sf-field-search label { 18598 #advance-search-modal .modal-dialog .searchandfilter .sf-field-search label {
18591 margin-left: 3.125rem !important; 18599 margin-left: 3.125rem !important;
18592 width: 95% !important; 18600 width: 92% !important;
18593 position: relative; 18601 position: relative;
18594 width: 100%; 18602 width: 100%;
18595 } 18603 }
...@@ -18654,6 +18662,9 @@ ul.sf_date_field .sf-datepicker { ...@@ -18654,6 +18662,9 @@ ul.sf_date_field .sf-datepicker {
18654 #advance-search-modal .modal-dialog .searchandfilter .search-filter-reset-custom:hover { 18662 #advance-search-modal .modal-dialog .searchandfilter .search-filter-reset-custom:hover {
18655 background: #669999; 18663 background: #669999;
18656 } 18664 }
18665 #advance-search-modal .modal-dialog .searchandfilter ul.sf_date_field label {
18666 width: 100%;
18667 }
18657 #advance-search-modal .modal-dialog .searchandfilter ul.sf_date_field label::after { 18668 #advance-search-modal .modal-dialog .searchandfilter ul.sf_date_field label::after {
18658 height: 2.25rem; 18669 height: 2.25rem;
18659 width: 2.25rem; 18670 width: 2.25rem;
...@@ -18674,14 +18685,12 @@ ul.sf_date_field .sf-datepicker { ...@@ -18674,14 +18685,12 @@ ul.sf_date_field .sf-datepicker {
18674 width: 12.5rem; 18685 width: 12.5rem;
18675 } 18686 }
18676 } 18687 }
18677 #advance-search-modal .modal-dialog .searchandfilter .sf_date_field {
18678 max-width: 36.4rem;
18679 }
18680 #advance-search-modal .modal-dialog .searchandfilter .sf_date_field li:first-of-type .sf-date-prefix { 18688 #advance-search-modal .modal-dialog .searchandfilter .sf_date_field li:first-of-type .sf-date-prefix {
18681 width: 3.125rem !important; 18689 width: 3.125rem !important;
18682 } 18690 }
18683 #advance-search-modal .modal-dialog .searchandfilter .sf_date_field li:nth-of-type(2) .sf-date-prefix { 18691 #advance-search-modal .modal-dialog .searchandfilter .sf_date_field li:nth-of-type(2) .sf-date-prefix {
18684 width: 2rem !important; 18692 width: 2.5rem !important;
18693 text-align: right;
18685 } 18694 }
18686 @media screen and (max-width: 1175px) { 18695 @media screen and (max-width: 1175px) {
18687 #advance-search-modal .modal-dialog .searchandfilter .sf_date_field li:nth-of-type(2) .sf-date-prefix { 18696 #advance-search-modal .modal-dialog .searchandfilter .sf_date_field li:nth-of-type(2) .sf-date-prefix {
...@@ -18731,8 +18740,10 @@ ul.sf_date_field .sf-datepicker { ...@@ -18731,8 +18740,10 @@ ul.sf_date_field .sf-datepicker {
18731 display: none !important; 18740 display: none !important;
18732 } 18741 }
18733 18742
18734 #advance-search-modal [data-sf-field-input-type=multiselect] { 18743 #advance-search-modal ul {
18735 margin-bottom: 0px !important; 18744 display: flex;
18745 flex-wrap: wrap;
18746 flex-direction: row;
18736 } 18747 }
18737 #advance-search-modal ul.sf_date_field { 18748 #advance-search-modal ul.sf_date_field {
18738 flex-direction: row; 18749 flex-direction: row;
...@@ -18741,6 +18752,7 @@ ul.sf_date_field .sf-datepicker { ...@@ -18741,6 +18752,7 @@ ul.sf_date_field .sf-datepicker {
18741 margin-top: 0px; 18752 margin-top: 0px;
18742 text-transform: uppercase; 18753 text-transform: uppercase;
18743 } 18754 }
18755 #advance-search-modal .sf-field-post-meta-document_year,
18744 #advance-search-modal .sf-field-taxonomy-region, 18756 #advance-search-modal .sf-field-taxonomy-region,
18745 #advance-search-modal .sf-field-taxonomy-country, 18757 #advance-search-modal .sf-field-taxonomy-country,
18746 #advance-search-modal .sf-field-taxonomy-continent, 18758 #advance-search-modal .sf-field-taxonomy-continent,
...@@ -18750,12 +18762,14 @@ ul.sf_date_field .sf-datepicker { ...@@ -18750,12 +18762,14 @@ ul.sf_date_field .sf-datepicker {
18750 #advance-search-modal .sf-field-taxonomy-oc, 18762 #advance-search-modal .sf-field-taxonomy-oc,
18751 #advance-search-modal .sf-field-post-meta-msf_initiative, 18763 #advance-search-modal .sf-field-post-meta-msf_initiative,
18752 #advance-search-modal .sf-field-taxonomy-document-format { 18764 #advance-search-modal .sf-field-taxonomy-document-format {
18753 width: 33%; 18765 flex-basis: 33%;
18754 display: inline-block !important; 18766 display: flex !important;
18755 vertical-align: top;
18756 margin-bottom: 10px; 18767 margin-bottom: 10px;
18768 flex-direction: column;
18769 justify-content: flex-end;
18757 } 18770 }
18758 @media screen and (max-width: 48rem) { 18771 @media screen and (max-width: 48rem) {
18772 #advance-search-modal .sf-field-post-meta-document_year,
18759 #advance-search-modal .sf-field-taxonomy-region, 18773 #advance-search-modal .sf-field-taxonomy-region,
18760 #advance-search-modal .sf-field-taxonomy-country, 18774 #advance-search-modal .sf-field-taxonomy-country,
18761 #advance-search-modal .sf-field-taxonomy-continent, 18775 #advance-search-modal .sf-field-taxonomy-continent,
...@@ -18765,42 +18779,67 @@ ul.sf_date_field .sf-datepicker { ...@@ -18765,42 +18779,67 @@ ul.sf_date_field .sf-datepicker {
18765 #advance-search-modal .sf-field-taxonomy-oc, 18779 #advance-search-modal .sf-field-taxonomy-oc,
18766 #advance-search-modal .sf-field-post-meta-msf_initiative, 18780 #advance-search-modal .sf-field-post-meta-msf_initiative,
18767 #advance-search-modal .sf-field-taxonomy-document-format { 18781 #advance-search-modal .sf-field-taxonomy-document-format {
18768 width: 100%; 18782 flex-basis: 100%;
18769 margin-bottom: 0px; 18783 margin-bottom: 0px;
18770 padding-bottom: 0px; 18784 padding-bottom: 0px;
18771 } 18785 }
18772 } 18786 }
18773 #advance-search-modal .sf-field-taxonomy-region, 18787 #advance-search-modal ul.sf_date_field li {
18774 #advance-search-modal .sf-field-taxonomy-continent, 18788 display: inline-block;
18775 #advance-search-modal .sf-field-taxonomy-country { 18789 width: 50%;
18776 vertical-align: bottom; 18790 }
18791 @media screen and (max-width: 48rem) {
18792 #advance-search-modal ul.sf_date_field li {
18793 width: 100%;
18794 margin-bottom: 10px;
18795 }
18777 } 18796 }
18778 #advance-search-modal .sf-field-post_date { 18797 #advance-search-modal .sf-field-post_date {
18779 width: 66%; 18798 flex-basis: 66%;
18780 display: inline-block; 18799 display: flex;
18800 flex-direction: column;
18781 } 18801 }
18782 @media screen and (max-width: 48rem) { 18802 @media screen and (max-width: 48rem) {
18783 #advance-search-modal .sf-field-post_date { 18803 #advance-search-modal .sf-field-post_date {
18784 width: 100%; 18804 flex-basis: 100%;
18785 } 18805 }
18786 } 18806 }
18787 #advance-search-modal #advance-search-modal .modal-dialog .searchandfilter .sf_date_field { 18807 #advance-search-modal .sf_date_field {
18788 max-width: 36.875rem; 18808 display: flex;
18809 flex-direction: row;
18810 justify-content: flex-start;
18789 } 18811 }
18790 #advance-search-modal li.sf-field-post-meta-document_year { 18812 @media screen and (max-width: 48rem) {
18791 display: inline-block !important; 18813 #advance-search-modal .sf_date_field {
18792 width: 30%; 18814 flex-direction: column;
18815 }
18816 }
18817 #advance-search-modal .sf_date_field li {
18818 padding: 0px !important;
18819 }
18820 #advance-search-modal .sf_date_field li label {
18821 width: calc(100% - 3.125rem) !important;
18822 }
18823 #advance-search-modal .sf_date_field li .sf-datepicker {
18824 width: calc(100% - 3.25rem) !important;
18825 }
18826 #advance-search-modal .sf_date_field li:nth-of-type(2) .sf-date-prefix {
18827 text-align: right;
18793 } 18828 }
18794 @media screen and (max-width: 48rem) { 18829 @media screen and (max-width: 48rem) {
18795 #advance-search-modal li.sf-field-post-meta-document_year { 18830 #advance-search-modal .sf_date_field li:nth-of-type(2) .sf-date-prefix {
18796 width: 100%; 18831 text-align: left !important;
18797 } 18832 }
18798 } 18833 }
18834 #advance-search-modal #advance-search-modal .modal-dialog .searchandfilter .sf_date_field {
18835 max-width: 36.875rem;
18836 }
18799 #advance-search-modal .sf-field-tag { 18837 #advance-search-modal .sf-field-tag {
18838 flex-basis: 100%;
18800 margin-bottom: 0px !important; 18839 margin-bottom: 0px !important;
18801 } 18840 }
18802 #advance-search-modal .sf-field-submit { 18841 #advance-search-modal .sf-field-submit {
18803 margin-top: 10px !important; 18842 margin-top: 20px !important;
18804 } 18843 }
18805 #advance-search-modal .sf-field-reset { 18844 #advance-search-modal .sf-field-reset {
18806 margin-top: 10px !important; 18845 margin-top: 10px !important;
......
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.
...@@ -625,7 +625,7 @@ select { ...@@ -625,7 +625,7 @@ select {
625 min-width: unset !important; 625 min-width: unset !important;
626 } 626 }
627 [data-sf-field-input-type="multiselect"] label{ 627 [data-sf-field-input-type="multiselect"] label{
628 max-width: 30ch; 628 max-width: 95%;
629 @media screen and (max-width: 56.25rem) { 629 @media screen and (max-width: 56.25rem) {
630 max-width: unset; 630 max-width: unset;
631 } 631 }
...@@ -636,7 +636,7 @@ select { ...@@ -636,7 +636,7 @@ select {
636 grid-template-areas: "select"; 636 grid-template-areas: "select";
637 align-items: center; 637 align-items: center;
638 position: relative; 638 position: relative;
639 max-width: 30ch; 639 max-width: 95%;
640 padding: 0.506rem; 640 padding: 0.506rem;
641 font-size: 1rem; 641 font-size: 1rem;
642 cursor: pointer; 642 cursor: pointer;
......
...@@ -127,14 +127,23 @@ ...@@ -127,14 +127,23 @@
127 127
128 .sf_date_field { 128 .sf_date_field {
129 li { 129 li {
130 label{
131 width:calc(100% - 3.125rem) !important;
132
133 }
130 .sf-date-prefix { 134 .sf-date-prefix {
131 @media screen and (max-width: 90.625rem) { 135 @media screen and (max-width: 90.625rem) {
132 display: block; 136 display: block;
133 } 137 }
134 } 138 }
139 .sf-datepicker{
140 width: calc(100% - 3.25rem) !important;
141
142 }
135 } 143 }
136 } 144 }
137 } 145 }
146
138 .select2-container--default .select2-selection--multiple, 147 .select2-container--default .select2-selection--multiple,
139 .select2-selection__rendered{ 148 .select2-selection__rendered{
140 background-color: #fff; 149 background-color: #fff;
...@@ -201,6 +210,7 @@ ...@@ -201,6 +210,7 @@
201 210
202 .searchandfilter .sf-date-prefix { 211 .searchandfilter .sf-date-prefix {
203 width: 3.125rem; 212 width: 3.125rem;
213 padding-right: 10px;
204 } 214 }
205 215
206 .search-filter-reset { 216 .search-filter-reset {
...@@ -369,10 +379,12 @@ ul.sf_date_field label::after { ...@@ -369,10 +379,12 @@ ul.sf_date_field label::after {
369 ul.sf_date_field { 379 ul.sf_date_field {
370 li { 380 li {
371 display: inline-block; 381 display: inline-block;
382
383
372 } 384 }
373 385
374 width: 100%; 386 width: 100%;
375 display: flex; 387 display: inline-block;
376 flex-wrap: wrap; 388 flex-wrap: wrap;
377 justify-content: space-between; 389 justify-content: space-between;
378 align-items: center; 390 align-items: center;
...@@ -406,7 +418,7 @@ ul.sf_date_field { ...@@ -406,7 +418,7 @@ ul.sf_date_field {
406 width: 12.625rem; 418 width: 12.625rem;
407 height: 2.25rem; 419 height: 2.25rem;
408 @media screen and (max-width: 48rem) { 420 @media screen and (max-width: 48rem) {
409 width: 16rem; 421 width: calc( 100% - 2.25rem);
410 422
411 } 423 }
412 } 424 }
...@@ -520,7 +532,7 @@ ul.sf_date_field { ...@@ -520,7 +532,7 @@ ul.sf_date_field {
520 max-width:100% !important; 532 max-width:100% !important;
521 } 533 }
522 .select2-container--default .select2-search--inline .select2-search__field{ 534 .select2-container--default .select2-search--inline .select2-search__field{
523 width: 93% !important; 535 width: 97.5% !important;
524 @media screen and (max-width: 1175px) { 536 @media screen and (max-width: 1175px) {
525 width: 99% !important; 537 width: 99% !important;
526 } 538 }
...@@ -624,7 +636,8 @@ ul.sf_date_field { ...@@ -624,7 +636,8 @@ ul.sf_date_field {
624 } 636 }
625 637
626 .searchandfilter { 638 .searchandfilter {
627 width: calc(100% - 1.125rem); 639 width: 100% ;
640 margin-left: 1%;
628 @media screen and (max-width: 56.25rem) { 641 @media screen and (max-width: 56.25rem) {
629 width: 100%; 642 width: 100%;
630 } 643 }
...@@ -664,7 +677,7 @@ ul.sf_date_field { ...@@ -664,7 +677,7 @@ ul.sf_date_field {
664 677
665 label { 678 label {
666 margin-left: 3.125rem !important; 679 margin-left: 3.125rem !important;
667 width: 95% !important; 680 width: 92% !important;
668 position: relative; 681 position: relative;
669 @media screen and (max-width: 56.25rem) { 682 @media screen and (max-width: 56.25rem) {
670 margin-left: 1.25rem!important; 683 margin-left: 1.25rem!important;
...@@ -735,6 +748,9 @@ ul.sf_date_field { ...@@ -735,6 +748,9 @@ ul.sf_date_field {
735 } 748 }
736 749
737 ul.sf_date_field { 750 ul.sf_date_field {
751 label{
752 width: 100%;
753 }
738 label::after { 754 label::after {
739 height: 2.25rem; 755 height: 2.25rem;
740 width: 2.25rem; 756 width: 2.25rem;
...@@ -755,14 +771,15 @@ ul.sf_date_field { ...@@ -755,14 +771,15 @@ ul.sf_date_field {
755 } 771 }
756 772
757 .sf_date_field { 773 .sf_date_field {
758 max-width: 36.4rem; 774 // max-width: 36.4rem;
759 } 775 }
760 .sf_date_field li:first-of-type .sf-date-prefix{ 776 .sf_date_field li:first-of-type .sf-date-prefix{
761 width: 3.125rem !important; 777 width: 3.125rem !important;
762 778
763 } 779 }
764 .sf_date_field li:nth-of-type(2) .sf-date-prefix{ 780 .sf_date_field li:nth-of-type(2) .sf-date-prefix{
765 width: 2rem!important; 781 width: 2.5rem!important;
782 text-align: right;
766 783
767 @media screen and (max-width: 1175px) { 784 @media screen and (max-width: 1175px) {
768 width: 3.125rem !important; 785 width: 3.125rem !important;
...@@ -825,9 +842,12 @@ ul.sf_date_field { ...@@ -825,9 +842,12 @@ ul.sf_date_field {
825 } 842 }
826 } 843 }
827 #advance-search-modal{ 844 #advance-search-modal{
828 [data-sf-field-input-type="multiselect"]{ 845 ul{
829 margin-bottom: 0px !important; 846 display: flex;
847 flex-wrap: wrap;
848 flex-direction: row;
830 } 849 }
850
831 ul.sf_date_field { 851 ul.sf_date_field {
832 flex-direction: row; 852 flex-direction: row;
833 } 853 }
...@@ -835,6 +855,7 @@ ul.sf_date_field { ...@@ -835,6 +855,7 @@ ul.sf_date_field {
835 margin-top: 0px; 855 margin-top: 0px;
836 text-transform: uppercase; 856 text-transform: uppercase;
837 } 857 }
858 .sf-field-post-meta-document_year,
838 .sf-field-taxonomy-region, 859 .sf-field-taxonomy-region,
839 .sf-field-taxonomy-country, 860 .sf-field-taxonomy-country,
840 .sf-field-taxonomy-continent, 861 .sf-field-taxonomy-continent,
...@@ -844,12 +865,14 @@ ul.sf_date_field { ...@@ -844,12 +865,14 @@ ul.sf_date_field {
844 .sf-field-taxonomy-oc, 865 .sf-field-taxonomy-oc,
845 .sf-field-post-meta-msf_initiative, 866 .sf-field-post-meta-msf_initiative,
846 .sf-field-taxonomy-document-format{ 867 .sf-field-taxonomy-document-format{
847 width: 33%; 868 flex-basis: 33%;
848 display: inline-block !important; 869 display: flex !important;
849 vertical-align: top; 870
850 margin-bottom: 10px; 871 margin-bottom: 10px;
872 flex-direction: column;
873 justify-content: flex-end;
851 @media screen and (max-width:48rem) { 874 @media screen and (max-width:48rem) {
852 width: 100%; 875 flex-basis: 100%;
853 margin-bottom: 0px; 876 margin-bottom: 0px;
854 padding-bottom: 0px; 877 padding-bottom: 0px;
855 } 878 }
...@@ -857,31 +880,64 @@ ul.sf_date_field { ...@@ -857,31 +880,64 @@ ul.sf_date_field {
857 .sf-field-taxonomy-region, 880 .sf-field-taxonomy-region,
858 .sf-field-taxonomy-continent, 881 .sf-field-taxonomy-continent,
859 .sf-field-taxonomy-country{ 882 .sf-field-taxonomy-country{
860 vertical-align: bottom; 883
861 } 884 }
862 885
863 .sf-field-post_date{ 886 ul.sf_date_field {
864 width: 66%; 887 li {
865 display: inline-block; 888 display: inline-block;
889 width: 50%;
866 @media screen and (max-width: 48rem) { 890 @media screen and (max-width: 48rem) {
867 width: 100%; 891 width: 100%;
892 margin-bottom: 10px;
893 }
868 } 894 }
869 } 895 }
870 #advance-search-modal .modal-dialog .searchandfilter .sf_date_field{ 896
871 max-width: 36.875rem; 897 .sf-field-post_date{
898 flex-basis: 66%;
899 display: flex;
900 flex-direction: column;
901 @media screen and (max-width: 48rem) {
902 flex-basis: 100%;
903 }
872 } 904 }
873 li.sf-field-post-meta-document_year { 905 .sf_date_field{
874 display: inline-block !important; 906 display: flex;
875 width: 30%; 907 flex-direction: row;
908 justify-content: flex-start;
876 @media screen and (max-width: 48rem) { 909 @media screen and (max-width: 48rem) {
877 width: 100%; 910 flex-direction: column;
911 }
912 li{
913 label{
914 width:calc(100% - 3.125rem) !important;
915
916 }
917 padding:0px !important;
918 .sf-datepicker{
919 width: calc(100% - 3.25rem) !important;
920
921 }
922 }
923 }
924 .sf_date_field li:nth-of-type(2) .sf-date-prefix{
925
926 text-align: right;
927 @media screen and (max-width:48rem) {
928 text-align: left !important;
878 } 929 }
930 }
931 #advance-search-modal .modal-dialog .searchandfilter .sf_date_field{
932 max-width: 36.875rem;
879 } 933 }
934
880 .sf-field-tag{ 935 .sf-field-tag{
936 flex-basis: 100%;
881 margin-bottom: 0px !important; 937 margin-bottom: 0px !important;
882 } 938 }
883 .sf-field-submit{ 939 .sf-field-submit{
884 margin-top: 10px !important; 940 margin-top: 20px !important;
885 } 941 }
886 .sf-field-reset{ 942 .sf-field-reset{
887 margin-top: 10px !important; 943 margin-top: 10px !important;
......