80c0039b by Jeff Balicki

qa

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent dedbd2a0
......@@ -17011,7 +17011,7 @@ select[multiple] {
padding-right: 0;
}
input:not(.search-field):not(.sf-input-text):not(input[name=_sf_submit]), optgroup, select, textarea {
input:not(.search-field):not(.sf-input-text):not(input[name=_sf_submit]):not(.wpcf7-submit), optgroup, select, textarea {
border: 0.0625rem solid #707070 !important;
border-radius: 0px;
}
......@@ -17222,6 +17222,7 @@ button, input, optgroup, select, textarea {
background-color: #e00 !important;
margin-right: 0px;
float: right;
border: 1px solid transparent !important;
}
@media screen and (max-width: 48rem) {
.appArea.responsive input[type=submit] {
......@@ -18192,6 +18193,9 @@ table:not(.ui-datepicker-calendar):not(#relevant-resources) thead th:first-child
padding-bottom: 5px;
margin-top: 24px;
}
#search-wrapper .sf-field-sort_order {
margin-bottom: 28px;
}
#search-wrapper .sf-field-sort_order label {
display: inline-grid !important;
width: 60%;
......@@ -18250,7 +18254,7 @@ table:not(.ui-datepicker-calendar):not(#relevant-resources) thead th:first-child
#search-wrapper .sf-field-search input[name="_sf_search[]"] {
width: 100%;
border: 0;
border-bottom: 0.0625rem solid #707070;
border-bottom: 0.0625rem solid #4D4D4D;
border-radius: 0;
font-size: 1.75rem;
font-weight: 400;
......@@ -18595,6 +18599,7 @@ ul.sf_date_field .sf-datepicker {
line-height: 3.5625rem;
margin-top: -1.25rem;
font-weight: bold;
text-transform: none;
display: block !important;
}
@media screen and (max-width: 56.25rem) {
......@@ -18911,7 +18916,7 @@ ul.sf_date_field .sf-datepicker {
}
}
#search-wrapper #main > article {
padding: 2rem 0;
padding: 24px 0;
border-top: 0.0625rem solid #bebebe;
display: flex;
}
......@@ -18920,6 +18925,7 @@ ul.sf_date_field .sf-datepicker {
max-height: 92px;
min-width: 160px;
min-height: 92px;
border: 1px solid #bebebe;
}
#search-wrapper #main > article .photo img {
-o-object-fit: cover;
......@@ -19090,6 +19096,8 @@ ul.sf_date_field .sf-datepicker {
#search-wrapper .pagination {
justify-content: center;
margin-top: 1rem;
border-top: 0.0625rem solid #4D4D4D;
padding-top: 20px;
}
#search-wrapper .pagination .page-item {
border: 0;
......@@ -20623,6 +20631,7 @@ ul.sf_date_field .sf-datepicker {
max-height: 92px;
margin-right: 20px;
overflow: hidden;
border: 1px solid #bebebe;
}
.relevant-resources #relevant-resources td .rel .photo img {
-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,15 +71,15 @@ get_header();
<?php get_template_part( 'loop-templates/content', 'none' ); ?>
<?php endif; ?>
<?php understrap_pagination(); ?>
</main><!-- #main -->
<!-- The pagination component -->
</div>
<!-- The pagination component -->
<?php understrap_pagination(); ?>
......
input:not(.search-field):not(.sf-input-text):not(input[name=_sf_submit]), optgroup, select, textarea {
input:not(.search-field):not(.sf-input-text):not(input[name=_sf_submit]):not(.wpcf7-submit), optgroup, select, textarea {
border:0.0625rem solid #707070 !important;
border-radius: 0px;
......@@ -256,6 +256,7 @@ button, input, optgroup, select, textarea{
background-color: #e00 !important;
margin-right: 0px;
float: right;
border: 1px solid transparent !important;
@media screen and (max-width: 48rem) {
margin-right: -15px;
}
......
......@@ -23,6 +23,7 @@
max-height: 92px;
margin-right: 20px;
overflow: hidden;
border: 1px solid #bebebe;
img {
object-fit: cover;
object-position: center;
......
......@@ -260,7 +260,9 @@
padding-bottom: 5px;
margin-top: 24px;
}
.sf-field-sort_order {
margin-bottom: 28px;
}
.sf-field-sort_order label {
display: inline-grid !important;
width: 60%;
......@@ -322,7 +324,7 @@
input[name="_sf_search[]"] {
width: 100%;
border: 0;
border-bottom: 0.0625rem solid #707070;
border-bottom: 0.0625rem solid #4D4D4D;
border-radius: 0;
font-size: 1.75rem;
font-weight: 400;
......@@ -670,6 +672,7 @@ ul.sf_date_field {
line-height: 3.5625rem;
margin-top: -1.25rem;
font-weight: bold;
text-transform: none;
display: block !important;
@media screen and (max-width: 56.25rem) {
font-size: 28px !important;
......
......@@ -36,7 +36,7 @@
margin: 0rem 0.625rem;
}
&>article {
padding: 2rem 0;
padding: 24px 0;
border-top: 0.0625rem solid #bebebe;
display: flex;
......@@ -45,7 +45,7 @@
max-height: 92px;
min-width: 160px;
min-height: 92px;
border: 1px solid #bebebe;
img {
object-fit: cover;
object-position: center;
......@@ -245,7 +245,8 @@
.pagination {
justify-content: center;
margin-top: 1rem;
border-top: .0625rem solid #4D4D4D;
padding-top: 20px;
.page-item {
border: 0;
display: flex;
......
......@@ -2,6 +2,6 @@
Theme Name: MSF CA Child
Author: Tenzing Communications
Template: msf-ca
Version: 1.0.441
Version: 1.0.443
*/
......