qa
Signed-off-by: Jeff <jeff@gotenzing.com>
Showing
10 changed files
with
27 additions
and
12 deletions
| ... | @@ -17011,7 +17011,7 @@ select[multiple] { | ... | @@ -17011,7 +17011,7 @@ select[multiple] { |
| 17011 | padding-right: 0; | 17011 | padding-right: 0; |
| 17012 | } | 17012 | } |
| 17013 | 17013 | ||
| 17014 | input:not(.search-field):not(.sf-input-text):not(input[name=_sf_submit]), optgroup, select, textarea { | 17014 | input:not(.search-field):not(.sf-input-text):not(input[name=_sf_submit]):not(.wpcf7-submit), optgroup, select, textarea { |
| 17015 | border: 0.0625rem solid #707070 !important; | 17015 | border: 0.0625rem solid #707070 !important; |
| 17016 | border-radius: 0px; | 17016 | border-radius: 0px; |
| 17017 | } | 17017 | } |
| ... | @@ -17222,6 +17222,7 @@ button, input, optgroup, select, textarea { | ... | @@ -17222,6 +17222,7 @@ button, input, optgroup, select, textarea { |
| 17222 | background-color: #e00 !important; | 17222 | background-color: #e00 !important; |
| 17223 | margin-right: 0px; | 17223 | margin-right: 0px; |
| 17224 | float: right; | 17224 | float: right; |
| 17225 | border: 1px solid transparent !important; | ||
| 17225 | } | 17226 | } |
| 17226 | @media screen and (max-width: 48rem) { | 17227 | @media screen and (max-width: 48rem) { |
| 17227 | .appArea.responsive input[type=submit] { | 17228 | .appArea.responsive input[type=submit] { |
| ... | @@ -18192,6 +18193,9 @@ table:not(.ui-datepicker-calendar):not(#relevant-resources) thead th:first-child | ... | @@ -18192,6 +18193,9 @@ table:not(.ui-datepicker-calendar):not(#relevant-resources) thead th:first-child |
| 18192 | padding-bottom: 5px; | 18193 | padding-bottom: 5px; |
| 18193 | margin-top: 24px; | 18194 | margin-top: 24px; |
| 18194 | } | 18195 | } |
| 18196 | #search-wrapper .sf-field-sort_order { | ||
| 18197 | margin-bottom: 28px; | ||
| 18198 | } | ||
| 18195 | #search-wrapper .sf-field-sort_order label { | 18199 | #search-wrapper .sf-field-sort_order label { |
| 18196 | display: inline-grid !important; | 18200 | display: inline-grid !important; |
| 18197 | width: 60%; | 18201 | width: 60%; |
| ... | @@ -18250,7 +18254,7 @@ table:not(.ui-datepicker-calendar):not(#relevant-resources) thead th:first-child | ... | @@ -18250,7 +18254,7 @@ table:not(.ui-datepicker-calendar):not(#relevant-resources) thead th:first-child |
| 18250 | #search-wrapper .sf-field-search input[name="_sf_search[]"] { | 18254 | #search-wrapper .sf-field-search input[name="_sf_search[]"] { |
| 18251 | width: 100%; | 18255 | width: 100%; |
| 18252 | border: 0; | 18256 | border: 0; |
| 18253 | border-bottom: 0.0625rem solid #707070; | 18257 | border-bottom: 0.0625rem solid #4D4D4D; |
| 18254 | border-radius: 0; | 18258 | border-radius: 0; |
| 18255 | font-size: 1.75rem; | 18259 | font-size: 1.75rem; |
| 18256 | font-weight: 400; | 18260 | font-weight: 400; |
| ... | @@ -18595,6 +18599,7 @@ ul.sf_date_field .sf-datepicker { | ... | @@ -18595,6 +18599,7 @@ ul.sf_date_field .sf-datepicker { |
| 18595 | line-height: 3.5625rem; | 18599 | line-height: 3.5625rem; |
| 18596 | margin-top: -1.25rem; | 18600 | margin-top: -1.25rem; |
| 18597 | font-weight: bold; | 18601 | font-weight: bold; |
| 18602 | text-transform: none; | ||
| 18598 | display: block !important; | 18603 | display: block !important; |
| 18599 | } | 18604 | } |
| 18600 | @media screen and (max-width: 56.25rem) { | 18605 | @media screen and (max-width: 56.25rem) { |
| ... | @@ -18911,7 +18916,7 @@ ul.sf_date_field .sf-datepicker { | ... | @@ -18911,7 +18916,7 @@ ul.sf_date_field .sf-datepicker { |
| 18911 | } | 18916 | } |
| 18912 | } | 18917 | } |
| 18913 | #search-wrapper #main > article { | 18918 | #search-wrapper #main > article { |
| 18914 | padding: 2rem 0; | 18919 | padding: 24px 0; |
| 18915 | border-top: 0.0625rem solid #bebebe; | 18920 | border-top: 0.0625rem solid #bebebe; |
| 18916 | display: flex; | 18921 | display: flex; |
| 18917 | } | 18922 | } |
| ... | @@ -18920,6 +18925,7 @@ ul.sf_date_field .sf-datepicker { | ... | @@ -18920,6 +18925,7 @@ ul.sf_date_field .sf-datepicker { |
| 18920 | max-height: 92px; | 18925 | max-height: 92px; |
| 18921 | min-width: 160px; | 18926 | min-width: 160px; |
| 18922 | min-height: 92px; | 18927 | min-height: 92px; |
| 18928 | border: 1px solid #bebebe; | ||
| 18923 | } | 18929 | } |
| 18924 | #search-wrapper #main > article .photo img { | 18930 | #search-wrapper #main > article .photo img { |
| 18925 | -o-object-fit: cover; | 18931 | -o-object-fit: cover; |
| ... | @@ -19090,6 +19096,8 @@ ul.sf_date_field .sf-datepicker { | ... | @@ -19090,6 +19096,8 @@ ul.sf_date_field .sf-datepicker { |
| 19090 | #search-wrapper .pagination { | 19096 | #search-wrapper .pagination { |
| 19091 | justify-content: center; | 19097 | justify-content: center; |
| 19092 | margin-top: 1rem; | 19098 | margin-top: 1rem; |
| 19099 | border-top: 0.0625rem solid #4D4D4D; | ||
| 19100 | padding-top: 20px; | ||
| 19093 | } | 19101 | } |
| 19094 | #search-wrapper .pagination .page-item { | 19102 | #search-wrapper .pagination .page-item { |
| 19095 | border: 0; | 19103 | border: 0; |
| ... | @@ -20623,6 +20631,7 @@ ul.sf_date_field .sf-datepicker { | ... | @@ -20623,6 +20631,7 @@ ul.sf_date_field .sf-datepicker { |
| 20623 | max-height: 92px; | 20631 | max-height: 92px; |
| 20624 | margin-right: 20px; | 20632 | margin-right: 20px; |
| 20625 | overflow: hidden; | 20633 | overflow: hidden; |
| 20634 | border: 1px solid #bebebe; | ||
| 20626 | } | 20635 | } |
| 20627 | .relevant-resources #relevant-resources td .rel .photo img { | 20636 | .relevant-resources #relevant-resources td .rel .photo img { |
| 20628 | -o-object-fit: cover; | 20637 | -o-object-fit: cover; | ... | ... |
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.
| ... | @@ -71,7 +71,7 @@ get_header(); | ... | @@ -71,7 +71,7 @@ get_header(); |
| 71 | <?php get_template_part( 'loop-templates/content', 'none' ); ?> | 71 | <?php get_template_part( 'loop-templates/content', 'none' ); ?> |
| 72 | 72 | ||
| 73 | <?php endif; ?> | 73 | <?php endif; ?> |
| 74 | 74 | <?php understrap_pagination(); ?> | |
| 75 | </main><!-- #main --> | 75 | </main><!-- #main --> |
| 76 | 76 | ||
| 77 | <!-- The pagination component --> | 77 | <!-- The pagination component --> |
| ... | @@ -79,7 +79,7 @@ get_header(); | ... | @@ -79,7 +79,7 @@ get_header(); |
| 79 | </div> | 79 | </div> |
| 80 | 80 | ||
| 81 | <!-- The pagination component --> | 81 | <!-- The pagination component --> |
| 82 | <?php understrap_pagination(); ?> | 82 | |
| 83 | 83 | ||
| 84 | 84 | ||
| 85 | 85 | ... | ... |
| 1 | 1 | ||
| 2 | input:not(.search-field):not(.sf-input-text):not(input[name=_sf_submit]), optgroup, select, textarea { | 2 | input:not(.search-field):not(.sf-input-text):not(input[name=_sf_submit]):not(.wpcf7-submit), optgroup, select, textarea { |
| 3 | border:0.0625rem solid #707070 !important; | 3 | border:0.0625rem solid #707070 !important; |
| 4 | border-radius: 0px; | 4 | border-radius: 0px; |
| 5 | 5 | ||
| ... | @@ -256,6 +256,7 @@ button, input, optgroup, select, textarea{ | ... | @@ -256,6 +256,7 @@ button, input, optgroup, select, textarea{ |
| 256 | background-color: #e00 !important; | 256 | background-color: #e00 !important; |
| 257 | margin-right: 0px; | 257 | margin-right: 0px; |
| 258 | float: right; | 258 | float: right; |
| 259 | border: 1px solid transparent !important; | ||
| 259 | @media screen and (max-width: 48rem) { | 260 | @media screen and (max-width: 48rem) { |
| 260 | margin-right: -15px; | 261 | margin-right: -15px; |
| 261 | } | 262 | } | ... | ... |
| ... | @@ -23,6 +23,7 @@ | ... | @@ -23,6 +23,7 @@ |
| 23 | max-height: 92px; | 23 | max-height: 92px; |
| 24 | margin-right: 20px; | 24 | margin-right: 20px; |
| 25 | overflow: hidden; | 25 | overflow: hidden; |
| 26 | border: 1px solid #bebebe; | ||
| 26 | img { | 27 | img { |
| 27 | object-fit: cover; | 28 | object-fit: cover; |
| 28 | object-position: center; | 29 | object-position: center; | ... | ... |
| ... | @@ -260,7 +260,9 @@ | ... | @@ -260,7 +260,9 @@ |
| 260 | padding-bottom: 5px; | 260 | padding-bottom: 5px; |
| 261 | margin-top: 24px; | 261 | margin-top: 24px; |
| 262 | } | 262 | } |
| 263 | 263 | .sf-field-sort_order { | |
| 264 | margin-bottom: 28px; | ||
| 265 | } | ||
| 264 | .sf-field-sort_order label { | 266 | .sf-field-sort_order label { |
| 265 | display: inline-grid !important; | 267 | display: inline-grid !important; |
| 266 | width: 60%; | 268 | width: 60%; |
| ... | @@ -322,7 +324,7 @@ | ... | @@ -322,7 +324,7 @@ |
| 322 | input[name="_sf_search[]"] { | 324 | input[name="_sf_search[]"] { |
| 323 | width: 100%; | 325 | width: 100%; |
| 324 | border: 0; | 326 | border: 0; |
| 325 | border-bottom: 0.0625rem solid #707070; | 327 | border-bottom: 0.0625rem solid #4D4D4D; |
| 326 | border-radius: 0; | 328 | border-radius: 0; |
| 327 | font-size: 1.75rem; | 329 | font-size: 1.75rem; |
| 328 | font-weight: 400; | 330 | font-weight: 400; |
| ... | @@ -670,6 +672,7 @@ ul.sf_date_field { | ... | @@ -670,6 +672,7 @@ ul.sf_date_field { |
| 670 | line-height: 3.5625rem; | 672 | line-height: 3.5625rem; |
| 671 | margin-top: -1.25rem; | 673 | margin-top: -1.25rem; |
| 672 | font-weight: bold; | 674 | font-weight: bold; |
| 675 | text-transform: none; | ||
| 673 | display: block !important; | 676 | display: block !important; |
| 674 | @media screen and (max-width: 56.25rem) { | 677 | @media screen and (max-width: 56.25rem) { |
| 675 | font-size: 28px !important; | 678 | font-size: 28px !important; | ... | ... |
| ... | @@ -36,7 +36,7 @@ | ... | @@ -36,7 +36,7 @@ |
| 36 | margin: 0rem 0.625rem; | 36 | margin: 0rem 0.625rem; |
| 37 | } | 37 | } |
| 38 | &>article { | 38 | &>article { |
| 39 | padding: 2rem 0; | 39 | padding: 24px 0; |
| 40 | border-top: 0.0625rem solid #bebebe; | 40 | border-top: 0.0625rem solid #bebebe; |
| 41 | display: flex; | 41 | display: flex; |
| 42 | 42 | ||
| ... | @@ -45,7 +45,7 @@ | ... | @@ -45,7 +45,7 @@ |
| 45 | max-height: 92px; | 45 | max-height: 92px; |
| 46 | min-width: 160px; | 46 | min-width: 160px; |
| 47 | min-height: 92px; | 47 | min-height: 92px; |
| 48 | 48 | border: 1px solid #bebebe; | |
| 49 | img { | 49 | img { |
| 50 | object-fit: cover; | 50 | object-fit: cover; |
| 51 | object-position: center; | 51 | object-position: center; |
| ... | @@ -245,7 +245,8 @@ | ... | @@ -245,7 +245,8 @@ |
| 245 | .pagination { | 245 | .pagination { |
| 246 | justify-content: center; | 246 | justify-content: center; |
| 247 | margin-top: 1rem; | 247 | margin-top: 1rem; |
| 248 | 248 | border-top: .0625rem solid #4D4D4D; | |
| 249 | padding-top: 20px; | ||
| 249 | .page-item { | 250 | .page-item { |
| 250 | border: 0; | 251 | border: 0; |
| 251 | display: flex; | 252 | display: flex; | ... | ... |
-
Please register or sign in to post a comment