search
Signed-off-by: Jeff <jeff@gotenzing.com>
Showing
6 changed files
with
32 additions
and
1 deletions
| ... | @@ -18615,6 +18615,9 @@ ul.sf_date_field .sf-datepicker { | ... | @@ -18615,6 +18615,9 @@ ul.sf_date_field .sf-datepicker { |
| 18615 | #advance-search-modal .sf-field-taxonomy-country, | 18615 | #advance-search-modal .sf-field-taxonomy-country, |
| 18616 | #advance-search-modal .sf-field-taxonomy-continent, | 18616 | #advance-search-modal .sf-field-taxonomy-continent, |
| 18617 | #advance-search-modal .sf-field-taxonomy-document-category, | 18617 | #advance-search-modal .sf-field-taxonomy-document-category, |
| 18618 | #advance-search-modal .sf-field-taxonomy-language, | ||
| 18619 | #advance-search-modal .sf-field-taxonomy-msf-office, | ||
| 18620 | #advance-search-modal .sf-field-taxonomy-oc, | ||
| 18618 | #advance-search-modal .sf-field-taxonomy-document-format { | 18621 | #advance-search-modal .sf-field-taxonomy-document-format { |
| 18619 | width: 33%; | 18622 | width: 33%; |
| 18620 | display: inline-block !important; | 18623 | display: inline-block !important; |
| ... | @@ -18624,10 +18627,24 @@ ul.sf_date_field .sf-datepicker { | ... | @@ -18624,10 +18627,24 @@ ul.sf_date_field .sf-datepicker { |
| 18624 | #advance-search-modal .sf-field-taxonomy-country, | 18627 | #advance-search-modal .sf-field-taxonomy-country, |
| 18625 | #advance-search-modal .sf-field-taxonomy-continent, | 18628 | #advance-search-modal .sf-field-taxonomy-continent, |
| 18626 | #advance-search-modal .sf-field-taxonomy-document-category, | 18629 | #advance-search-modal .sf-field-taxonomy-document-category, |
| 18630 | #advance-search-modal .sf-field-taxonomy-language, | ||
| 18631 | #advance-search-modal .sf-field-taxonomy-msf-office, | ||
| 18632 | #advance-search-modal .sf-field-taxonomy-oc, | ||
| 18627 | #advance-search-modal .sf-field-taxonomy-document-format { | 18633 | #advance-search-modal .sf-field-taxonomy-document-format { |
| 18628 | width: 100%; | 18634 | width: 100%; |
| 18629 | } | 18635 | } |
| 18630 | } | 18636 | } |
| 18637 | #advance-search-modal .sf-field-post_date { | ||
| 18638 | width: 65%; | ||
| 18639 | display: inline-block; | ||
| 18640 | } | ||
| 18641 | #advance-search-modal #advance-search-modal .modal-dialog .searchandfilter .sf_date_field { | ||
| 18642 | max-width: 36.875rem; | ||
| 18643 | } | ||
| 18644 | #advance-search-modal li.sf-field-post-meta-document_year { | ||
| 18645 | display: inline-block !important; | ||
| 18646 | width: 30%; | ||
| 18647 | } | ||
| 18631 | 18648 | ||
| 18632 | .select2-container .select2-search--inline .select2-search__field { | 18649 | .select2-container .select2-search--inline .select2-search__field { |
| 18633 | padding-left: 10px; | 18650 | padding-left: 10px; | ... | ... |
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.
| ... | @@ -744,6 +744,9 @@ ul.sf_date_field { | ... | @@ -744,6 +744,9 @@ ul.sf_date_field { |
| 744 | .sf-field-taxonomy-country, | 744 | .sf-field-taxonomy-country, |
| 745 | .sf-field-taxonomy-continent, | 745 | .sf-field-taxonomy-continent, |
| 746 | .sf-field-taxonomy-document-category, | 746 | .sf-field-taxonomy-document-category, |
| 747 | .sf-field-taxonomy-language, | ||
| 748 | .sf-field-taxonomy-msf-office, | ||
| 749 | .sf-field-taxonomy-oc, | ||
| 747 | .sf-field-taxonomy-document-format{ | 750 | .sf-field-taxonomy-document-format{ |
| 748 | width: 33%; | 751 | width: 33%; |
| 749 | display: inline-block !important; | 752 | display: inline-block !important; |
| ... | @@ -751,6 +754,17 @@ ul.sf_date_field { | ... | @@ -751,6 +754,17 @@ ul.sf_date_field { |
| 751 | width: 100%; | 754 | width: 100%; |
| 752 | } | 755 | } |
| 753 | } | 756 | } |
| 757 | .sf-field-post_date{ | ||
| 758 | width: 65%; | ||
| 759 | display: inline-block; | ||
| 760 | } | ||
| 761 | #advance-search-modal .modal-dialog .searchandfilter .sf_date_field{ | ||
| 762 | max-width: 36.875rem; | ||
| 763 | } | ||
| 764 | li.sf-field-post-meta-document_year { | ||
| 765 | display: inline-block !important; | ||
| 766 | width: 30%; | ||
| 767 | } | ||
| 754 | } | 768 | } |
| 755 | 769 | ||
| 756 | .select2-container .select2-search--inline .select2-search__field{ | 770 | .select2-container .select2-search--inline .select2-search__field{ | ... | ... |
-
Please register or sign in to post a comment