date
Signed-off-by: Jeff <jeff@gotenzing.com>
Showing
7 changed files
with
21 additions
and
5 deletions
| ... | @@ -17571,7 +17571,7 @@ select { | ... | @@ -17571,7 +17571,7 @@ select { |
| 17571 | [data-sf-field-input-type=multiselect] label { | 17571 | [data-sf-field-input-type=multiselect] label { |
| 17572 | max-width: 95%; | 17572 | max-width: 95%; |
| 17573 | } | 17573 | } |
| 17574 | @media screen and (max-width: 56.25rem) { | 17574 | @media screen and (max-width: 48rem) { |
| 17575 | [data-sf-field-input-type=multiselect] label { | 17575 | [data-sf-field-input-type=multiselect] label { |
| 17576 | max-width: unset; | 17576 | max-width: unset; |
| 17577 | } | 17577 | } |
| ... | @@ -17590,7 +17590,7 @@ select { | ... | @@ -17590,7 +17590,7 @@ select { |
| 17590 | background-color: #fff; | 17590 | background-color: #fff; |
| 17591 | border: 0.0625rem solid #bebebe; | 17591 | border: 0.0625rem solid #bebebe; |
| 17592 | } | 17592 | } |
| 17593 | @media screen and (max-width: 56.25rem) { | 17593 | @media screen and (max-width: 48rem) { |
| 17594 | [data-sf-field-input-type=select] label { | 17594 | [data-sf-field-input-type=select] label { |
| 17595 | max-width: unset; | 17595 | max-width: unset; |
| 17596 | } | 17596 | } |
| ... | @@ -18090,6 +18090,11 @@ table:not(.ui-datepicker-calendar):not(#relevant-resources) thead th:first-child | ... | @@ -18090,6 +18090,11 @@ table:not(.ui-datepicker-calendar):not(#relevant-resources) thead th:first-child |
| 18090 | #search-wrapper #search-sidebar .sf-field-post_date .sf_date_field li .sf-datepicker { | 18090 | #search-wrapper #search-sidebar .sf-field-post_date .sf_date_field li .sf-datepicker { |
| 18091 | width: calc(100% - 3.25rem) !important; | 18091 | width: calc(100% - 3.25rem) !important; |
| 18092 | } | 18092 | } |
| 18093 | @media screen and (max-width: 48rem) { | ||
| 18094 | #search-wrapper #search-sidebar .sf-field-post_date .sf_date_field li .sf-datepicker { | ||
| 18095 | width: calc(100% - 2.25rem) !important; | ||
| 18096 | } | ||
| 18097 | } | ||
| 18093 | #search-wrapper #search-sidebar .select2-container--default .select2-selection--multiple, | 18098 | #search-wrapper #search-sidebar .select2-container--default .select2-selection--multiple, |
| 18094 | #search-wrapper #search-sidebar .select2-selection__rendered { | 18099 | #search-wrapper #search-sidebar .select2-selection__rendered { |
| 18095 | background-color: #fff; | 18100 | background-color: #fff; |
| ... | @@ -18828,6 +18833,11 @@ ul.sf_date_field .sf-datepicker { | ... | @@ -18828,6 +18833,11 @@ ul.sf_date_field .sf-datepicker { |
| 18828 | #advance-search-modal .sf_date_field li .sf-datepicker { | 18833 | #advance-search-modal .sf_date_field li .sf-datepicker { |
| 18829 | width: calc(100% - 3.25rem) !important; | 18834 | width: calc(100% - 3.25rem) !important; |
| 18830 | } | 18835 | } |
| 18836 | @media screen and (max-width: 48rem) { | ||
| 18837 | #advance-search-modal .sf_date_field li .sf-datepicker { | ||
| 18838 | width: calc(100% - 2.25rem) !important; | ||
| 18839 | } | ||
| 18840 | } | ||
| 18831 | #advance-search-modal .sf_date_field li:nth-of-type(2) .sf-date-prefix { | 18841 | #advance-search-modal .sf_date_field li:nth-of-type(2) .sf-date-prefix { |
| 18832 | text-align: right; | 18842 | text-align: right; |
| 18833 | } | 18843 | } | ... | ... |
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.
| ... | @@ -626,7 +626,7 @@ select { | ... | @@ -626,7 +626,7 @@ select { |
| 626 | } | 626 | } |
| 627 | [data-sf-field-input-type="multiselect"] label{ | 627 | [data-sf-field-input-type="multiselect"] label{ |
| 628 | max-width: 95%; | 628 | max-width: 95%; |
| 629 | @media screen and (max-width: 56.25rem) { | 629 | @media screen and (max-width: 48rem) { |
| 630 | max-width: unset; | 630 | max-width: unset; |
| 631 | } | 631 | } |
| 632 | } | 632 | } |
| ... | @@ -643,7 +643,7 @@ select { | ... | @@ -643,7 +643,7 @@ select { |
| 643 | line-height: 1.1; | 643 | line-height: 1.1; |
| 644 | background-color: #fff; | 644 | background-color: #fff; |
| 645 | border: 0.0625rem solid #bebebe; | 645 | border: 0.0625rem solid #bebebe; |
| 646 | @media screen and (max-width: 56.25rem) { | 646 | @media screen and (max-width: 48rem) { |
| 647 | max-width: unset; | 647 | max-width: unset; |
| 648 | } | 648 | } |
| 649 | } | 649 | } | ... | ... |
| ... | @@ -142,6 +142,9 @@ | ... | @@ -142,6 +142,9 @@ |
| 142 | } | 142 | } |
| 143 | .sf-datepicker{ | 143 | .sf-datepicker{ |
| 144 | width: calc(100% - 3.25rem) !important; | 144 | width: calc(100% - 3.25rem) !important; |
| 145 | @media screen and (max-width: 48rem) { | ||
| 146 | width: calc(100% - 2.25rem) !important; | ||
| 147 | } | ||
| 145 | 148 | ||
| 146 | } | 149 | } |
| 147 | } | 150 | } |
| ... | @@ -924,6 +927,9 @@ ul.sf_date_field { | ... | @@ -924,6 +927,9 @@ ul.sf_date_field { |
| 924 | padding:0px !important; | 927 | padding:0px !important; |
| 925 | .sf-datepicker{ | 928 | .sf-datepicker{ |
| 926 | width: calc(100% - 3.25rem) !important; | 929 | width: calc(100% - 3.25rem) !important; |
| 930 | @media screen and (max-width:48rem) { | ||
| 931 | width: calc(100% - 2.25rem) !important; | ||
| 932 | } | ||
| 927 | 933 | ||
| 928 | } | 934 | } |
| 929 | } | 935 | } | ... | ... |
-
Please register or sign in to post a comment