date
Signed-off-by: Jeff <jeff@gotenzing.com>
Showing
6 changed files
with
15 additions
and
3 deletions
| ... | @@ -18084,7 +18084,7 @@ table:not(.ui-datepicker-calendar):not(#relevant-resources) thead th:first-child | ... | @@ -18084,7 +18084,7 @@ table:not(.ui-datepicker-calendar):not(#relevant-resources) thead th:first-child |
| 18084 | } | 18084 | } |
| 18085 | @media screen and (max-width: 90.625rem) { | 18085 | @media screen and (max-width: 90.625rem) { |
| 18086 | #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 { |
| 18087 | display: block; | 18087 | display: inline-block; |
| 18088 | } | 18088 | } |
| 18089 | } | 18089 | } |
| 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 { |
| ... | @@ -18606,6 +18606,11 @@ ul.sf_date_field .sf-datepicker { | ... | @@ -18606,6 +18606,11 @@ ul.sf_date_field .sf-datepicker { |
| 18606 | margin-left: 1.25rem !important; | 18606 | margin-left: 1.25rem !important; |
| 18607 | } | 18607 | } |
| 18608 | } | 18608 | } |
| 18609 | @media screen and (max-width: 48rem) { | ||
| 18610 | #advance-search-modal .modal-dialog .searchandfilter .sf-field-search label { | ||
| 18611 | width: 100% !important; | ||
| 18612 | } | ||
| 18613 | } | ||
| 18609 | @media screen and (max-width: 56.25rem) { | 18614 | @media screen and (max-width: 56.25rem) { |
| 18610 | #advance-search-modal .modal-dialog .searchandfilter .sf-field-search label:after { | 18615 | #advance-search-modal .modal-dialog .searchandfilter .sf-field-search label:after { |
| 18611 | top: 0.625rem; | 18616 | top: 0.625rem; | ... | ... |
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.
| ... | @@ -127,13 +127,17 @@ | ... | @@ -127,13 +127,17 @@ |
| 127 | 127 | ||
| 128 | .sf_date_field { | 128 | .sf_date_field { |
| 129 | li { | 129 | li { |
| 130 | |||
| 130 | label{ | 131 | label{ |
| 131 | width:calc(100% - 3.125rem) !important; | 132 | width:calc(100% - 3.125rem) !important; |
| 133 | @media screen and (min-width: 62.5rem) { | ||
| 134 | |||
| 135 | } | ||
| 132 | 136 | ||
| 133 | } | 137 | } |
| 134 | .sf-date-prefix { | 138 | .sf-date-prefix { |
| 135 | @media screen and (max-width: 90.625rem) { | 139 | @media screen and (max-width: 90.625rem) { |
| 136 | display: block; | 140 | display: inline-block; |
| 137 | } | 141 | } |
| 138 | } | 142 | } |
| 139 | .sf-datepicker{ | 143 | .sf-datepicker{ |
| ... | @@ -682,6 +686,9 @@ ul.sf_date_field { | ... | @@ -682,6 +686,9 @@ ul.sf_date_field { |
| 682 | @media screen and (max-width: 56.25rem) { | 686 | @media screen and (max-width: 56.25rem) { |
| 683 | margin-left: 1.25rem!important; | 687 | margin-left: 1.25rem!important; |
| 684 | } | 688 | } |
| 689 | @media screen and (max-width: 48rem) { | ||
| 690 | width: 100% !important; | ||
| 691 | } | ||
| 685 | width: 100%; | 692 | width: 100%; |
| 686 | &:after { | 693 | &:after { |
| 687 | @media screen and (max-width: 56.25rem) { | 694 | @media screen and (max-width: 56.25rem) { | ... | ... |
-
Please register or sign in to post a comment