SEARCH FIX
Signed-off-by: Jeff <jeff@gotenzing.com>
Showing
6 changed files
with
10 additions
and
2 deletions
This diff is collapsed.
Click to expand it.
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.
| ... | @@ -146,7 +146,7 @@ | ... | @@ -146,7 +146,7 @@ |
| 146 | width: auto !important; | 146 | width: auto !important; |
| 147 | } | 147 | } |
| 148 | .select2-container--default .select2-search--inline .select2-search__field{ | 148 | .select2-container--default .select2-search--inline .select2-search__field{ |
| 149 | width: 100% !important; | 149 | width: 94% !important; |
| 150 | background-color: #fff; | 150 | background-color: #fff; |
| 151 | height: 32px; | 151 | height: 32px; |
| 152 | border:solid 1px #bebebe !important; | 152 | border:solid 1px #bebebe !important; |
| ... | @@ -747,13 +747,21 @@ ul.sf_date_field { | ... | @@ -747,13 +747,21 @@ ul.sf_date_field { |
| 747 | .sf-field-taxonomy-language, | 747 | .sf-field-taxonomy-language, |
| 748 | .sf-field-taxonomy-msf-office, | 748 | .sf-field-taxonomy-msf-office, |
| 749 | .sf-field-taxonomy-oc, | 749 | .sf-field-taxonomy-oc, |
| 750 | .sf-field-post-meta-msf_initiative, | ||
| 750 | .sf-field-taxonomy-document-format{ | 751 | .sf-field-taxonomy-document-format{ |
| 751 | width: 33%; | 752 | width: 33%; |
| 752 | display: inline-block !important; | 753 | display: inline-block !important; |
| 754 | vertical-align: top; | ||
| 753 | @media screen and (max-width: 56.25rem) { | 755 | @media screen and (max-width: 56.25rem) { |
| 754 | width: 100%; | 756 | width: 100%; |
| 755 | } | 757 | } |
| 756 | } | 758 | } |
| 759 | .sf-field-taxonomy-region, | ||
| 760 | .sf-field-taxonomy-continent, | ||
| 761 | .sf-field-taxonomy-country{ | ||
| 762 | vertical-align: bottom; | ||
| 763 | } | ||
| 764 | |||
| 757 | .sf-field-post_date{ | 765 | .sf-field-post_date{ |
| 758 | width: 65%; | 766 | width: 65%; |
| 759 | display: inline-block; | 767 | display: inline-block; | ... | ... |
-
Please register or sign in to post a comment