2f502b7c by Jeff Balicki

eee

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent 82b0cdfa
...@@ -18331,7 +18331,7 @@ ul.sf_date_field .sf-datepicker { ...@@ -18331,7 +18331,7 @@ ul.sf_date_field .sf-datepicker {
18331 } 18331 }
18332 @media screen and (max-width: 49.125rem) { 18332 @media screen and (max-width: 49.125rem) {
18333 #advance-search-modal { 18333 #advance-search-modal {
18334 margin-top: 9rem; 18334 margin-top: 6rem;
18335 z-index: 99; 18335 z-index: 99;
18336 } 18336 }
18337 } 18337 }
...@@ -18460,6 +18460,7 @@ ul.sf_date_field .sf-datepicker { ...@@ -18460,6 +18460,7 @@ ul.sf_date_field .sf-datepicker {
18460 text-align: left; 18460 text-align: left;
18461 font-weight: lighter; 18461 font-weight: lighter;
18462 font-family: "PT Sans", sans-serif; 18462 font-family: "PT Sans", sans-serif;
18463 font-weight: 700;
18463 } 18464 }
18464 #advance-search-modal .modal-dialog .searchandfilter .sf-field-search { 18465 #advance-search-modal .modal-dialog .searchandfilter .sf-field-search {
18465 margin-left: 0rem; 18466 margin-left: 0rem;
...@@ -18565,9 +18566,17 @@ ul.sf_date_field .sf-datepicker { ...@@ -18565,9 +18566,17 @@ ul.sf_date_field .sf-datepicker {
18565 #advance-search-modal .modal-dialog .searchandfilter .sf_date_field { 18566 #advance-search-modal .modal-dialog .searchandfilter .sf_date_field {
18566 max-width: 36.4rem; 18567 max-width: 36.4rem;
18567 } 18568 }
18568 #advance-search-modal .modal-dialog .searchandfilter .sf_date_field .sf-date-prefix { 18569 #advance-search-modal .modal-dialog .searchandfilter .sf_date_field li:first-of-type .sf-date-prefix {
18569 width: 3.125rem !important; 18570 width: 3.125rem !important;
18570 } 18571 }
18572 #advance-search-modal .modal-dialog .searchandfilter .sf_date_field li:nth-of-type(2) .sf-date-prefix {
18573 width: 2rem !important;
18574 }
18575 @media screen and (max-width: 56.25rem) {
18576 #advance-search-modal .modal-dialog .searchandfilter .sf_date_field li:nth-of-type(2) .sf-date-prefix {
18577 width: 3.125rem !important;
18578 }
18579 }
18571 18580
18572 @media screen and (max-width: 56.25rem) { 18581 @media screen and (max-width: 56.25rem) {
18573 .modal.left .modal-dialog, 18582 .modal.left .modal-dialog,
...@@ -18647,6 +18656,11 @@ ul.sf_date_field .sf-datepicker { ...@@ -18647,6 +18656,11 @@ ul.sf_date_field .sf-datepicker {
18647 width: 65%; 18656 width: 65%;
18648 display: inline-block; 18657 display: inline-block;
18649 } 18658 }
18659 @media screen and (max-width: 56.25rem) {
18660 #advance-search-modal .sf-field-post_date {
18661 width: 100%;
18662 }
18663 }
18650 #advance-search-modal #advance-search-modal .modal-dialog .searchandfilter .sf_date_field { 18664 #advance-search-modal #advance-search-modal .modal-dialog .searchandfilter .sf_date_field {
18651 max-width: 36.875rem; 18665 max-width: 36.875rem;
18652 } 18666 }
......
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.
...@@ -441,7 +441,7 @@ ul.sf_date_field { ...@@ -441,7 +441,7 @@ ul.sf_date_field {
441 z-index: 99; 441 z-index: 99;
442 } 442 }
443 @media screen and (max-width: 49.125rem) { 443 @media screen and (max-width: 49.125rem) {
444 margin-top: 9rem; 444 margin-top: 6rem;
445 z-index: 99; 445 z-index: 99;
446 } 446 }
447 .select2-container--default .select2-selection--multiple, 447 .select2-container--default .select2-selection--multiple,
...@@ -567,6 +567,7 @@ ul.sf_date_field { ...@@ -567,6 +567,7 @@ ul.sf_date_field {
567 text-align: left; 567 text-align: left;
568 font-weight: lighter; 568 font-weight: lighter;
569 font-family: "PT Sans", sans-serif; 569 font-family: "PT Sans", sans-serif;
570 font-weight: 700;
570 571
571 } 572 }
572 573
...@@ -679,14 +680,21 @@ ul.sf_date_field { ...@@ -679,14 +680,21 @@ ul.sf_date_field {
679 680
680 .sf_date_field { 681 .sf_date_field {
681 max-width: 36.4rem; 682 max-width: 36.4rem;
682 683 }
683 .sf-date-prefix { 684 .sf_date_field li:first-of-type .sf-date-prefix{
684 width: 3.125rem !important; 685 width: 3.125rem !important;
686
685 } 687 }
688 .sf_date_field li:nth-of-type(2) .sf-date-prefix{
689 width: 2rem!important;
690 @media screen and (max-width: 56.25rem) {
691 width: 3.125rem !important;
692 }
693 }
686 } 694 }
687 } 695 }
688 } 696 }
689 } 697
690 @media screen and (max-width: 56.25rem) { 698 @media screen and (max-width: 56.25rem) {
691 .modal.left .modal-dialog, 699 .modal.left .modal-dialog,
692 .modal.right .modal-dialog { 700 .modal.right .modal-dialog {
...@@ -766,6 +774,9 @@ ul.sf_date_field { ...@@ -766,6 +774,9 @@ ul.sf_date_field {
766 .sf-field-post_date{ 774 .sf-field-post_date{
767 width: 65%; 775 width: 65%;
768 display: inline-block; 776 display: inline-block;
777 @media screen and (max-width: 56.25rem) {
778 width: 100%;
779 }
769 } 780 }
770 #advance-search-modal .modal-dialog .searchandfilter .sf_date_field{ 781 #advance-search-modal .modal-dialog .searchandfilter .sf_date_field{
771 max-width: 36.875rem; 782 max-width: 36.875rem;
...@@ -783,6 +794,7 @@ li.sf-field-post-meta-document_year { ...@@ -783,6 +794,7 @@ li.sf-field-post-meta-document_year {
783 .sf-field-reset{ 794 .sf-field-reset{
784 margin-top: 10px !important; 795 margin-top: 10px !important;
785 } 796 }
797
786 } 798 }
787 799
788 .select2-container .select2-search--inline .select2-search__field{ 800 .select2-container .select2-search--inline .select2-search__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.34 5 Version: 1.0.35
6 */ 6 */
......