qa
Signed-off-by: Jeff <jeff@gotenzing.com>
Showing
8 changed files
with
110 additions
and
39 deletions
| ... | @@ -17008,7 +17008,7 @@ select[multiple] { | ... | @@ -17008,7 +17008,7 @@ select[multiple] { |
| 17008 | padding-right: 0; | 17008 | padding-right: 0; |
| 17009 | } | 17009 | } |
| 17010 | 17010 | ||
| 17011 | input:not(.search-field):not(.sf-input-text), optgroup, select, textarea { | 17011 | input:not(.search-field):not(.sf-input-text):not(input[name=_sf_submit]), optgroup, select, textarea { |
| 17012 | border: 0.0625rem solid #707070 !important; | 17012 | border: 0.0625rem solid #707070 !important; |
| 17013 | } | 17013 | } |
| 17014 | 17014 | ||
| ... | @@ -17580,7 +17580,7 @@ select { | ... | @@ -17580,7 +17580,7 @@ select { |
| 17580 | width: 1rem; | 17580 | width: 1rem; |
| 17581 | height: 0.5rem; | 17581 | height: 0.5rem; |
| 17582 | position: absolute; | 17582 | position: absolute; |
| 17583 | right: 0; | 17583 | right: 5px; |
| 17584 | } | 17584 | } |
| 17585 | [data-sf-field-input-type=select] label:hover:after { | 17585 | [data-sf-field-input-type=select] label:hover:after { |
| 17586 | background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16.175' height='9.808' viewBox='0 0 16.175 9.808'%3E%3Cpath id='Path_1396' data-name='Path 1396' d='M19.409 190.005c.561-.568 1.11-1.13 1.667-1.686q2-2 4.01-4a.9.9 0 0 1 1.329 0c.254.261.515.516.772.774a.881.881 0 0 1-.005 1.318q-1.8 1.8-3.605 3.606-1.748 1.75-3.495 3.5a.975.975 0 0 1-.654.312.931.931 0 0 1-.719-.31q-1.349-1.354-2.7-2.706-1.836-1.838-3.674-3.675c-.25-.25-.5-.5-.75-.75A.876.876 0 0 1 11.6 185.1l.766-.766a.9.9 0 0 1 1.348 0l3.252 3.24 2.355 2.345C19.339 189.941 19.363 189.962 19.409 190.005Z' transform='translate(-11.305 -184.028)' fill='%23699'/%3E%3C/svg%3E"); | 17586 | background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16.175' height='9.808' viewBox='0 0 16.175 9.808'%3E%3Cpath id='Path_1396' data-name='Path 1396' d='M19.409 190.005c.561-.568 1.11-1.13 1.667-1.686q2-2 4.01-4a.9.9 0 0 1 1.329 0c.254.261.515.516.772.774a.881.881 0 0 1-.005 1.318q-1.8 1.8-3.605 3.606-1.748 1.75-3.495 3.5a.975.975 0 0 1-.654.312.931.931 0 0 1-.719-.31q-1.349-1.354-2.7-2.706-1.836-1.838-3.674-3.675c-.25-.25-.5-.5-.75-.75A.876.876 0 0 1 11.6 185.1l.766-.766a.9.9 0 0 1 1.348 0l3.252 3.24 2.355 2.345C19.339 189.941 19.363 189.962 19.409 190.005Z' transform='translate(-11.305 -184.028)' fill='%23699'/%3E%3C/svg%3E"); |
| ... | @@ -17939,10 +17939,8 @@ table:not(.ui-datepicker-calendar) thead th:first-child { | ... | @@ -17939,10 +17939,8 @@ table:not(.ui-datepicker-calendar) thead th:first-child { |
| 17939 | } | 17939 | } |
| 17940 | 17940 | ||
| 17941 | .sh1 { | 17941 | .sh1 { |
| 17942 | font-weight: 700; | 17942 | font-size: 24px; |
| 17943 | line-height: 1.5rem !important; | 17943 | font-weight: bold !important; |
| 17944 | font-size: 1.875rem !important; | ||
| 17945 | text-transform: none; | ||
| 17946 | } | 17944 | } |
| 17947 | @media screen and (max-width: 48rem) { | 17945 | @media screen and (max-width: 48rem) { |
| 17948 | .sh1 { | 17946 | .sh1 { |
| ... | @@ -18029,6 +18027,11 @@ table:not(.ui-datepicker-calendar) thead th:first-child { | ... | @@ -18029,6 +18027,11 @@ table:not(.ui-datepicker-calendar) thead th:first-child { |
| 18029 | #search-wrapper #search-sidebar .searchandfilter { | 18027 | #search-wrapper #search-sidebar .searchandfilter { |
| 18030 | width: 100%; | 18028 | width: 100%; |
| 18031 | } | 18029 | } |
| 18030 | #search-wrapper #search-sidebar .searchandfilter ul li { | ||
| 18031 | list-style: none; | ||
| 18032 | display: block; | ||
| 18033 | padding: 4px 0; | ||
| 18034 | } | ||
| 18032 | #search-wrapper #search-sidebar .sf-field-post_date { | 18035 | #search-wrapper #search-sidebar .sf-field-post_date { |
| 18033 | width: 100%; | 18036 | width: 100%; |
| 18034 | } | 18037 | } |
| ... | @@ -18048,6 +18051,8 @@ table:not(.ui-datepicker-calendar) thead th:first-child { | ... | @@ -18048,6 +18051,8 @@ table:not(.ui-datepicker-calendar) thead th:first-child { |
| 18048 | #search-wrapper #search-sidebar .select2-search.select2-search--inline, | 18051 | #search-wrapper #search-sidebar .select2-search.select2-search--inline, |
| 18049 | #search-wrapper #search-sidebar .select2-container { | 18052 | #search-wrapper #search-sidebar .select2-container { |
| 18050 | width: 100% !important; | 18053 | width: 100% !important; |
| 18054 | margin-top: 0px; | ||
| 18055 | padding-top: 0px; | ||
| 18051 | } | 18056 | } |
| 18052 | #search-wrapper #search-sidebar .select2-selection__choice { | 18057 | #search-wrapper #search-sidebar .select2-selection__choice { |
| 18053 | width: auto !important; | 18058 | width: auto !important; |
| ... | @@ -18057,6 +18062,8 @@ table:not(.ui-datepicker-calendar) thead th:first-child { | ... | @@ -18057,6 +18062,8 @@ table:not(.ui-datepicker-calendar) thead th:first-child { |
| 18057 | background-color: #fff; | 18062 | background-color: #fff; |
| 18058 | height: 32px; | 18063 | height: 32px; |
| 18059 | border: solid 1px #bebebe !important; | 18064 | border: solid 1px #bebebe !important; |
| 18065 | margin-top: 0px; | ||
| 18066 | padding-top: 0px; | ||
| 18060 | } | 18067 | } |
| 18061 | @media screen and (min-width: 62.5rem) { | 18068 | @media screen and (min-width: 62.5rem) { |
| 18062 | #search-wrapper .collapse:not(.show) { | 18069 | #search-wrapper .collapse:not(.show) { |
| ... | @@ -18111,6 +18118,8 @@ table:not(.ui-datepicker-calendar) thead th:first-child { | ... | @@ -18111,6 +18118,8 @@ table:not(.ui-datepicker-calendar) thead th:first-child { |
| 18111 | font-size: 1rem !important; | 18118 | font-size: 1rem !important; |
| 18112 | color: #000 !important; | 18119 | color: #000 !important; |
| 18113 | font-weight: 700 !important; | 18120 | font-weight: 700 !important; |
| 18121 | padding-bottom: 5px; | ||
| 18122 | margin-top: 24px; | ||
| 18114 | } | 18123 | } |
| 18115 | #search-wrapper .sf-field-sort_order label { | 18124 | #search-wrapper .sf-field-sort_order label { |
| 18116 | display: inline-grid !important; | 18125 | display: inline-grid !important; |
| ... | @@ -18125,6 +18134,7 @@ table:not(.ui-datepicker-calendar) thead th:first-child { | ... | @@ -18125,6 +18134,7 @@ table:not(.ui-datepicker-calendar) thead th:first-child { |
| 18125 | display: inline-block; | 18134 | display: inline-block; |
| 18126 | color: #000 !important; | 18135 | color: #000 !important; |
| 18127 | font-weight: 700 !important; | 18136 | font-weight: 700 !important; |
| 18137 | margin-top: 0px; | ||
| 18128 | } | 18138 | } |
| 18129 | #search-wrapper .sf-field-search h4, #search-wrapper .sf-field-search .h4 { | 18139 | #search-wrapper .sf-field-search h4, #search-wrapper .sf-field-search .h4 { |
| 18130 | display: none; | 18140 | display: none; |
| ... | @@ -18218,10 +18228,6 @@ table:not(.ui-datepicker-calendar) thead th:first-child { | ... | @@ -18218,10 +18228,6 @@ table:not(.ui-datepicker-calendar) thead th:first-child { |
| 18218 | background-size: 1rem; | 18228 | background-size: 1rem; |
| 18219 | } | 18229 | } |
| 18220 | 18230 | ||
| 18221 | .sf-date-prefix { | ||
| 18222 | width: unset !important; | ||
| 18223 | } | ||
| 18224 | |||
| 18225 | .sf-date-prefix label { | 18231 | .sf-date-prefix label { |
| 18226 | width: unset !important; | 18232 | width: unset !important; |
| 18227 | } | 18233 | } |
| ... | @@ -18235,6 +18241,8 @@ ul.sf_date_field { | ... | @@ -18235,6 +18241,8 @@ ul.sf_date_field { |
| 18235 | margin: 0; | 18241 | margin: 0; |
| 18236 | padding: 0; | 18242 | padding: 0; |
| 18237 | list-style: none; | 18243 | list-style: none; |
| 18244 | flex-direction: column; | ||
| 18245 | align-content: flex-start; | ||
| 18238 | } | 18246 | } |
| 18239 | ul.sf_date_field li { | 18247 | ul.sf_date_field li { |
| 18240 | display: inline-block; | 18248 | display: inline-block; |
| ... | @@ -18258,7 +18266,7 @@ ul.sf_date_field label:hover::after { | ... | @@ -18258,7 +18266,7 @@ ul.sf_date_field label:hover::after { |
| 18258 | } | 18266 | } |
| 18259 | ul.sf_date_field .sf-datepicker { | 18267 | ul.sf_date_field .sf-datepicker { |
| 18260 | border: 0.0625rem solid #bebebe; | 18268 | border: 0.0625rem solid #bebebe; |
| 18261 | width: 5.625rem; | 18269 | width: 12.625rem; |
| 18262 | } | 18270 | } |
| 18263 | 18271 | ||
| 18264 | .search-result { | 18272 | .search-result { |
| ... | @@ -18346,19 +18354,25 @@ ul.sf_date_field .sf-datepicker { | ... | @@ -18346,19 +18354,25 @@ ul.sf_date_field .sf-datepicker { |
| 18346 | #advance-search-modal .select2-search.select2-search--inline, | 18354 | #advance-search-modal .select2-search.select2-search--inline, |
| 18347 | #advance-search-modal .select2-container { | 18355 | #advance-search-modal .select2-container { |
| 18348 | width: 100% !important; | 18356 | width: 100% !important; |
| 18357 | margin-top: 0px; | ||
| 18358 | padding-top: 0px; | ||
| 18349 | } | 18359 | } |
| 18350 | #advance-search-modal .select2-selection__choice { | 18360 | #advance-search-modal .select2-selection__choice { |
| 18351 | width: auto !important; | 18361 | width: auto !important; |
| 18362 | margin-top: 0px; | ||
| 18363 | margin-bottom: 5px; | ||
| 18352 | } | 18364 | } |
| 18353 | #advance-search-modal .select2-container--default .select2-search--inline .select2-search__field { | 18365 | #advance-search-modal .select2-container--default .select2-search--inline .select2-search__field { |
| 18354 | width: 94% !important; | 18366 | width: 94% !important; |
| 18355 | background-color: #fff; | 18367 | background-color: #fff; |
| 18356 | height: 32px; | 18368 | height: 32px; |
| 18357 | border: solid 1px #bebebe !important; | 18369 | border: solid 1px #bebebe !important; |
| 18370 | margin-top: 0px; | ||
| 18371 | padding-top: 0px; | ||
| 18358 | } | 18372 | } |
| 18359 | #advance-search-modal .searching-loading { | 18373 | #advance-search-modal .searching-loading { |
| 18360 | display: none; | 18374 | display: none; |
| 18361 | font-size: 50px; | 18375 | font-size: 45px; |
| 18362 | } | 18376 | } |
| 18363 | #advance-search-modal .spinner-border { | 18377 | #advance-search-modal .spinner-border { |
| 18364 | --bs-spinner-width: 3rem; | 18378 | --bs-spinner-width: 3rem; |
| ... | @@ -18411,6 +18425,7 @@ ul.sf_date_field .sf-datepicker { | ... | @@ -18411,6 +18425,7 @@ ul.sf_date_field .sf-datepicker { |
| 18411 | } | 18425 | } |
| 18412 | } | 18426 | } |
| 18413 | #advance-search-modal .modal-content { | 18427 | #advance-search-modal .modal-content { |
| 18428 | box-shadow: -2px 7px 7px 0px rgba(0, 0, 0, 0.25); | ||
| 18414 | border: 0rem solid #707070; | 18429 | border: 0rem solid #707070; |
| 18415 | } | 18430 | } |
| 18416 | #advance-search-modal .modal-header { | 18431 | #advance-search-modal .modal-header { |
| ... | @@ -18449,6 +18464,9 @@ ul.sf_date_field .sf-datepicker { | ... | @@ -18449,6 +18464,9 @@ ul.sf_date_field .sf-datepicker { |
| 18449 | padding-top: 0rem; | 18464 | padding-top: 0rem; |
| 18450 | } | 18465 | } |
| 18451 | } | 18466 | } |
| 18467 | #advance-search-modal .modal-dialog .searchandfilter { | ||
| 18468 | width: calc(100% - 1.125rem); | ||
| 18469 | } | ||
| 18452 | @media screen and (max-width: 56.25rem) { | 18470 | @media screen and (max-width: 56.25rem) { |
| 18453 | #advance-search-modal .modal-dialog .searchandfilter { | 18471 | #advance-search-modal .modal-dialog .searchandfilter { |
| 18454 | width: 100%; | 18472 | width: 100%; |
| ... | @@ -18465,6 +18483,7 @@ ul.sf_date_field .sf-datepicker { | ... | @@ -18465,6 +18483,7 @@ ul.sf_date_field .sf-datepicker { |
| 18465 | #advance-search-modal .modal-dialog .searchandfilter .sf-field-search { | 18483 | #advance-search-modal .modal-dialog .searchandfilter .sf-field-search { |
| 18466 | margin-left: 0rem; | 18484 | margin-left: 0rem; |
| 18467 | margin-bottom: 0rem; | 18485 | margin-bottom: 0rem; |
| 18486 | width: 100%; | ||
| 18468 | } | 18487 | } |
| 18469 | @media screen and (max-width: 56.25rem) { | 18488 | @media screen and (max-width: 56.25rem) { |
| 18470 | #advance-search-modal .modal-dialog .searchandfilter .sf-field-search { | 18489 | #advance-search-modal .modal-dialog .searchandfilter .sf-field-search { |
| ... | @@ -18620,6 +18639,13 @@ ul.sf_date_field .sf-datepicker { | ... | @@ -18620,6 +18639,13 @@ ul.sf_date_field .sf-datepicker { |
| 18620 | display: none !important; | 18639 | display: none !important; |
| 18621 | } | 18640 | } |
| 18622 | 18641 | ||
| 18642 | #advance-search-modal ul.sf_date_field { | ||
| 18643 | flex-direction: row; | ||
| 18644 | } | ||
| 18645 | #advance-search-modal .searchandfilter h4, #advance-search-modal .searchandfilter .h4 { | ||
| 18646 | margin-top: 0px; | ||
| 18647 | text-transform: uppercase; | ||
| 18648 | } | ||
| 18623 | #advance-search-modal .sf-field-taxonomy-region, | 18649 | #advance-search-modal .sf-field-taxonomy-region, |
| 18624 | #advance-search-modal .sf-field-taxonomy-country, | 18650 | #advance-search-modal .sf-field-taxonomy-country, |
| 18625 | #advance-search-modal .sf-field-taxonomy-continent, | 18651 | #advance-search-modal .sf-field-taxonomy-continent, |
| ... | @@ -18677,14 +18703,6 @@ ul.sf_date_field .sf-datepicker { | ... | @@ -18677,14 +18703,6 @@ ul.sf_date_field .sf-datepicker { |
| 18677 | #advance-search-modal .sf-field-reset { | 18703 | #advance-search-modal .sf-field-reset { |
| 18678 | margin-top: 10px !important; | 18704 | margin-top: 10px !important; |
| 18679 | } | 18705 | } |
| 18680 | #advance-search-modal .sf-field-taxonomy-language label { | ||
| 18681 | margin-top: 10px; | ||
| 18682 | } | ||
| 18683 | @media screen and (max-width: 56.25rem) { | ||
| 18684 | #advance-search-modal .sf-field-taxonomy-language label { | ||
| 18685 | margin-top: 0px; | ||
| 18686 | } | ||
| 18687 | } | ||
| 18688 | 18706 | ||
| 18689 | .select2-container .select2-search--inline .select2-search__field { | 18707 | .select2-container .select2-search--inline .select2-search__field { |
| 18690 | padding-left: 10px; | 18708 | padding-left: 10px; |
| ... | @@ -18710,6 +18728,10 @@ ul.sf_date_field .sf-datepicker { | ... | @@ -18710,6 +18728,10 @@ ul.sf_date_field .sf-datepicker { |
| 18710 | padding-top: 3rem; | 18728 | padding-top: 3rem; |
| 18711 | display: flex; | 18729 | display: flex; |
| 18712 | } | 18730 | } |
| 18731 | #search-wrapper .page-title { | ||
| 18732 | font-size: 24px; | ||
| 18733 | font-weight: bold !important; | ||
| 18734 | } | ||
| 18713 | @media screen and (max-width: 59.375rem) { | 18735 | @media screen and (max-width: 59.375rem) { |
| 18714 | #search-wrapper { | 18736 | #search-wrapper { |
| 18715 | margin-top: 2rem; | 18737 | margin-top: 2rem; |
| ... | @@ -18807,7 +18829,7 @@ ul.sf_date_field .sf-datepicker { | ... | @@ -18807,7 +18829,7 @@ ul.sf_date_field .sf-datepicker { |
| 18807 | } | 18829 | } |
| 18808 | #search-wrapper #main > article h2.entry-title, #search-wrapper #main > article .entry-title.h2 { | 18830 | #search-wrapper #main > article h2.entry-title, #search-wrapper #main > article .entry-title.h2 { |
| 18809 | margin-top: 0; | 18831 | margin-top: 0; |
| 18810 | font-size: 1.25rem; | 18832 | font-size: 16px; |
| 18811 | font-family: "PT Sans", sans-serif; | 18833 | font-family: "PT Sans", sans-serif; |
| 18812 | font-weight: bold; | 18834 | font-weight: bold; |
| 18813 | } | 18835 | } |
| ... | @@ -18872,6 +18894,16 @@ ul.sf_date_field .sf-datepicker { | ... | @@ -18872,6 +18894,16 @@ ul.sf_date_field .sf-datepicker { |
| 18872 | text-decoration: none; | 18894 | text-decoration: none; |
| 18873 | } | 18895 | } |
| 18874 | 18896 | ||
| 18897 | .modal-header { | ||
| 18898 | border-top-right-radius: 10px !important; | ||
| 18899 | border-top-left-radius: 10px !important; | ||
| 18900 | } | ||
| 18901 | |||
| 18902 | .modal-body { | ||
| 18903 | border-bottom-right-radius: 10px !important; | ||
| 18904 | border-bottom-left-radius: 10px !important; | ||
| 18905 | } | ||
| 18906 | |||
| 18875 | .home-header { | 18907 | .home-header { |
| 18876 | position: relative; | 18908 | position: relative; |
| 18877 | height: 100%; | 18909 | height: 100%; | ... | ... |
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.
| 1 | 1 | ||
| 2 | input:not(.search-field):not(.sf-input-text), optgroup, select, textarea { | 2 | input:not(.search-field):not(.sf-input-text):not(input[name=_sf_submit]), optgroup, select, textarea { |
| 3 | border:0.0625rem solid #707070 !important; | 3 | border:0.0625rem solid #707070 !important; |
| 4 | 4 | ||
| 5 | } | 5 | } |
| ... | @@ -641,7 +641,7 @@ select { | ... | @@ -641,7 +641,7 @@ select { |
| 641 | width: 1rem; | 641 | width: 1rem; |
| 642 | height: 0.5rem; | 642 | height: 0.5rem; |
| 643 | position: absolute; | 643 | position: absolute; |
| 644 | right: 0; | 644 | right: 5px; |
| 645 | } | 645 | } |
| 646 | &:hover { | 646 | &:hover { |
| 647 | &:after { | 647 | &:after { | ... | ... |
| ... | @@ -15,10 +15,8 @@ | ... | @@ -15,10 +15,8 @@ |
| 15 | 15 | ||
| 16 | 16 | ||
| 17 | .sh1 { | 17 | .sh1 { |
| 18 | font-weight: 700; | 18 | font-size:24px; |
| 19 | line-height: 1.5rem !important; | 19 | font-weight: bold !important; |
| 20 | font-size: 1.875rem !important; | ||
| 21 | text-transform: none; | ||
| 22 | 20 | ||
| 23 | @media screen and (max-width: 48rem) { | 21 | @media screen and (max-width: 48rem) { |
| 24 | font-size: 2.188rem !important; | 22 | font-size: 2.188rem !important; |
| ... | @@ -100,6 +98,7 @@ | ... | @@ -100,6 +98,7 @@ |
| 100 | } | 98 | } |
| 101 | 99 | ||
| 102 | #search-sidebar { | 100 | #search-sidebar { |
| 101 | |||
| 103 | flex-direction: column; | 102 | flex-direction: column; |
| 104 | margin-bottom: 3.125rem; | 103 | margin-bottom: 3.125rem; |
| 105 | 104 | ||
| ... | @@ -114,6 +113,11 @@ | ... | @@ -114,6 +113,11 @@ |
| 114 | 113 | ||
| 115 | .searchandfilter { | 114 | .searchandfilter { |
| 116 | width: 100%; | 115 | width: 100%; |
| 116 | ul li { | ||
| 117 | list-style: none; | ||
| 118 | display: block; | ||
| 119 | padding: 4px 0; | ||
| 120 | } | ||
| 117 | } | 121 | } |
| 118 | 122 | ||
| 119 | .sf-field-post_date { | 123 | .sf-field-post_date { |
| ... | @@ -140,6 +144,8 @@ | ... | @@ -140,6 +144,8 @@ |
| 140 | .select2-search.select2-search--inline, | 144 | .select2-search.select2-search--inline, |
| 141 | .select2-container{ | 145 | .select2-container{ |
| 142 | width: 100% !important; | 146 | width: 100% !important; |
| 147 | margin-top: 0px; | ||
| 148 | padding-top: 0px; | ||
| 143 | 149 | ||
| 144 | } | 150 | } |
| 145 | .select2-selection__choice{ | 151 | .select2-selection__choice{ |
| ... | @@ -150,6 +156,8 @@ | ... | @@ -150,6 +156,8 @@ |
| 150 | background-color: #fff; | 156 | background-color: #fff; |
| 151 | height: 32px; | 157 | height: 32px; |
| 152 | border:solid 1px #bebebe !important; | 158 | border:solid 1px #bebebe !important; |
| 159 | margin-top: 0px; | ||
| 160 | padding-top: 0px; | ||
| 153 | } | 161 | } |
| 154 | 162 | ||
| 155 | } | 163 | } |
| ... | @@ -216,6 +224,8 @@ | ... | @@ -216,6 +224,8 @@ |
| 216 | font-size: 1rem !important; | 224 | font-size: 1rem !important; |
| 217 | color: #000 !important; | 225 | color: #000 !important; |
| 218 | font-weight: 700 !important; | 226 | font-weight: 700 !important; |
| 227 | padding-bottom: 5px; | ||
| 228 | margin-top: 24px; | ||
| 219 | } | 229 | } |
| 220 | 230 | ||
| 221 | .sf-field-sort_order label { | 231 | .sf-field-sort_order label { |
| ... | @@ -231,6 +241,7 @@ | ... | @@ -231,6 +241,7 @@ |
| 231 | display: inline-block; | 241 | display: inline-block; |
| 232 | color: #000 !important; | 242 | color: #000 !important; |
| 233 | font-weight: 700 !important; | 243 | font-weight: 700 !important; |
| 244 | margin-top: 0px; | ||
| 234 | } | 245 | } |
| 235 | .sf-field-search h4 { | 246 | .sf-field-search h4 { |
| 236 | display: none; | 247 | display: none; |
| ... | @@ -327,11 +338,12 @@ ul.sf_date_field label::after { | ... | @@ -327,11 +338,12 @@ ul.sf_date_field label::after { |
| 327 | height: 1.75rem; | 338 | height: 1.75rem; |
| 328 | width: 1.75rem; | 339 | width: 1.75rem; |
| 329 | background-size: 1rem; | 340 | background-size: 1rem; |
| 341 | |||
| 330 | } | 342 | } |
| 331 | } | 343 | } |
| 332 | 344 | ||
| 333 | .sf-date-prefix { | 345 | .sf-date-prefix { |
| 334 | width: unset !important; | 346 | |
| 335 | } | 347 | } |
| 336 | 348 | ||
| 337 | .sf-date-prefix label { | 349 | .sf-date-prefix label { |
| ... | @@ -351,6 +363,8 @@ ul.sf_date_field { | ... | @@ -351,6 +363,8 @@ ul.sf_date_field { |
| 351 | margin: 0; | 363 | margin: 0; |
| 352 | padding: 0; | 364 | padding: 0; |
| 353 | list-style: none; | 365 | list-style: none; |
| 366 | flex-direction: column; | ||
| 367 | align-content: flex-start; | ||
| 354 | 368 | ||
| 355 | label::after { | 369 | label::after { |
| 356 | vertical-align: bottom; | 370 | vertical-align: bottom; |
| ... | @@ -373,7 +387,7 @@ ul.sf_date_field { | ... | @@ -373,7 +387,7 @@ ul.sf_date_field { |
| 373 | 387 | ||
| 374 | .sf-datepicker { | 388 | .sf-datepicker { |
| 375 | border: 0.0625rem solid #bebebe; | 389 | border: 0.0625rem solid #bebebe; |
| 376 | width: 5.625rem; | 390 | width: 12.625rem; |
| 377 | } | 391 | } |
| 378 | } | 392 | } |
| 379 | 393 | ||
| ... | @@ -455,20 +469,26 @@ ul.sf_date_field { | ... | @@ -455,20 +469,26 @@ ul.sf_date_field { |
| 455 | .select2-search.select2-search--inline, | 469 | .select2-search.select2-search--inline, |
| 456 | .select2-container{ | 470 | .select2-container{ |
| 457 | width: 100% !important; | 471 | width: 100% !important; |
| 472 | margin-top: 0px; | ||
| 473 | padding-top: 0px; | ||
| 458 | 474 | ||
| 459 | } | 475 | } |
| 460 | .select2-selection__choice{ | 476 | .select2-selection__choice{ |
| 461 | width: auto !important; | 477 | width: auto !important; |
| 478 | margin-top: 0px; | ||
| 479 | margin-bottom: 5px; | ||
| 462 | } | 480 | } |
| 463 | .select2-container--default .select2-search--inline .select2-search__field{ | 481 | .select2-container--default .select2-search--inline .select2-search__field{ |
| 464 | width: 94% !important; | 482 | width: 94% !important; |
| 465 | background-color: #fff; | 483 | background-color: #fff; |
| 466 | height: 32px; | 484 | height: 32px; |
| 467 | border:solid 1px #bebebe !important; | 485 | border:solid 1px #bebebe !important; |
| 486 | margin-top: 0px; | ||
| 487 | padding-top: 0px; | ||
| 468 | } | 488 | } |
| 469 | .searching-loading{ | 489 | .searching-loading{ |
| 470 | display: none; | 490 | display: none; |
| 471 | font-size: 50px; | 491 | font-size: 45px; |
| 472 | } | 492 | } |
| 473 | .spinner-border{ | 493 | .spinner-border{ |
| 474 | --bs-spinner-width: 3rem; | 494 | --bs-spinner-width: 3rem; |
| ... | @@ -520,6 +540,8 @@ ul.sf_date_field { | ... | @@ -520,6 +540,8 @@ ul.sf_date_field { |
| 520 | } | 540 | } |
| 521 | 541 | ||
| 522 | .modal-content { | 542 | .modal-content { |
| 543 | -webkit-box-shadow: -2px 7px 7px 0px rgba(0,0,0,0.25); | ||
| 544 | box-shadow: -2px 7px 7px 0px rgba(0,0,0,0.25); | ||
| 523 | border: 0rem solid #707070; | 545 | border: 0rem solid #707070; |
| 524 | } | 546 | } |
| 525 | 547 | ||
| ... | @@ -558,6 +580,7 @@ ul.sf_date_field { | ... | @@ -558,6 +580,7 @@ ul.sf_date_field { |
| 558 | } | 580 | } |
| 559 | 581 | ||
| 560 | .searchandfilter { | 582 | .searchandfilter { |
| 583 | width: calc(100% - 1.125rem); | ||
| 561 | @media screen and (max-width: 56.25rem) { | 584 | @media screen and (max-width: 56.25rem) { |
| 562 | width: 100%; | 585 | width: 100%; |
| 563 | } | 586 | } |
| ... | @@ -574,6 +597,7 @@ ul.sf_date_field { | ... | @@ -574,6 +597,7 @@ ul.sf_date_field { |
| 574 | .sf-field-search { | 597 | .sf-field-search { |
| 575 | margin-left: 0rem; | 598 | margin-left: 0rem; |
| 576 | margin-bottom: 0rem; | 599 | margin-bottom: 0rem; |
| 600 | width: 100%; | ||
| 577 | @media screen and (max-width: 56.25rem) { | 601 | @media screen and (max-width: 56.25rem) { |
| 578 | width: 90%; | 602 | width: 90%; |
| 579 | } | 603 | } |
| ... | @@ -748,6 +772,13 @@ ul.sf_date_field { | ... | @@ -748,6 +772,13 @@ ul.sf_date_field { |
| 748 | } | 772 | } |
| 749 | } | 773 | } |
| 750 | #advance-search-modal{ | 774 | #advance-search-modal{ |
| 775 | ul.sf_date_field { | ||
| 776 | flex-direction: row; | ||
| 777 | } | ||
| 778 | .searchandfilter h4 { | ||
| 779 | margin-top: 0px; | ||
| 780 | text-transform: uppercase; | ||
| 781 | } | ||
| 751 | .sf-field-taxonomy-region, | 782 | .sf-field-taxonomy-region, |
| 752 | .sf-field-taxonomy-country, | 783 | .sf-field-taxonomy-country, |
| 753 | .sf-field-taxonomy-continent, | 784 | .sf-field-taxonomy-continent, |
| ... | @@ -794,12 +825,7 @@ li.sf-field-post-meta-document_year { | ... | @@ -794,12 +825,7 @@ li.sf-field-post-meta-document_year { |
| 794 | .sf-field-reset{ | 825 | .sf-field-reset{ |
| 795 | margin-top: 10px !important; | 826 | margin-top: 10px !important; |
| 796 | } | 827 | } |
| 797 | .sf-field-taxonomy-language label{ | 828 | |
| 798 | margin-top: 10px; | ||
| 799 | @media screen and (max-width: 56.25rem) { | ||
| 800 | margin-top: 0px; | ||
| 801 | } | ||
| 802 | } | ||
| 803 | } | 829 | } |
| 804 | .select2-container .select2-search--inline .select2-search__field{ | 830 | .select2-container .select2-search--inline .select2-search__field{ |
| 805 | padding-left: 10px; | 831 | padding-left: 10px; | ... | ... |
| ... | @@ -10,11 +10,17 @@ | ... | @@ -10,11 +10,17 @@ |
| 10 | padding: 2.5rem 0; | 10 | padding: 2.5rem 0; |
| 11 | padding-top: 1rem; | 11 | padding-top: 1rem; |
| 12 | } | 12 | } |
| 13 | |||
| 13 | } | 14 | } |
| 15 | |||
| 14 | .page-item { | 16 | .page-item { |
| 15 | 17 | ||
| 16 | } | 18 | } |
| 17 | #search-wrapper { | 19 | #search-wrapper { |
| 20 | .page-title{ | ||
| 21 | font-size:24px; | ||
| 22 | font-weight: bold !important; | ||
| 23 | } | ||
| 18 | margin-top: 1rem; | 24 | margin-top: 1rem; |
| 19 | padding-top: 3rem; | 25 | padding-top: 3rem; |
| 20 | display: flex; | 26 | display: flex; |
| ... | @@ -125,7 +131,7 @@ | ... | @@ -125,7 +131,7 @@ |
| 125 | 131 | ||
| 126 | h2.entry-title { | 132 | h2.entry-title { |
| 127 | margin-top: 0; | 133 | margin-top: 0; |
| 128 | font-size: 1.25rem; | 134 | font-size: 16px; |
| 129 | font-family: "PT Sans", sans-serif; | 135 | font-family: "PT Sans", sans-serif; |
| 130 | font-weight: bold; | 136 | font-weight: bold; |
| 131 | 137 | ||
| ... | @@ -210,4 +216,11 @@ | ... | @@ -210,4 +216,11 @@ |
| 210 | } | 216 | } |
| 211 | } | 217 | } |
| 212 | } | 218 | } |
| 213 | |||
| ... | \ No newline at end of file | ... | \ No newline at end of file |
| 219 | .modal-header{ | ||
| 220 | border-top-right-radius:10px !important; | ||
| 221 | border-top-left-radius:10px !important; | ||
| 222 | } | ||
| 223 | .modal-body{ | ||
| 224 | border-bottom-right-radius:10px !important; | ||
| 225 | border-bottom-left-radius:10px !important; | ||
| 226 | } | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
-
Please register or sign in to post a comment