912f0171 by Jeff Balicki

qa

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent de359087
......@@ -17663,7 +17663,20 @@ select {
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #e00;
border-color: transparent;
color: #e00;
}
@media (max-width: 48rem) {
.wpcf7 form.sent .wpcf7-response-output {
padding-left: 0px;
margin-left: -10px;
}
}
@media (max-width: 48rem) {
.wpcf7 {
height: 400px;
}
}
body {
......@@ -19547,11 +19560,6 @@ ul.sf_date_field .sf-datepicker {
.entry-header.page .search-box.show .search-button {
display: none;
}
@media only screen and (max-width: 48.875rem) {
.entry-header.page .advance-search-button {
display: none;
}
}
.entry-header.page .search-box {
background-color: #fff;
border-radius: 1.25rem;
......@@ -19630,7 +19638,7 @@ ul.sf_date_field .sf-datepicker {
}
@media only screen and (max-width: 48.875rem) {
.entry-header.page .search-box .searchandfilter {
width: calc(100% - 0rem);
width: calc(100% - 40px);
padding-left: 2.5rem;
}
}
......
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.
......@@ -684,5 +684,15 @@ select {
}
.wpcf7 form.sent .wpcf7-response-output{
border-color:#e00;
border-color:transparent;
color: #e00;
@media(max-width: 48rem) {
padding-left: 0px;
margin-left: -10px;
}
}
.wpcf7{
@media(max-width: 48rem) {
height: 400px;
}
}
\ No newline at end of file
......
......@@ -72,7 +72,7 @@
.advance-search-button{
@media only screen and (max-width: 48.875rem) {
display: none;
// display: none;
}
......@@ -152,7 +152,7 @@
width: calc(100% - 6.25rem);
margin-top: -5px;
@media only screen and (max-width: 48.875rem) {
width: calc(100% - 0rem);
width: calc(100% - 40px);
padding-left: 2.5rem;
}
display: inline-block;
......
......@@ -2,6 +2,6 @@
Theme Name: MSF CA Child
Author: Tenzing Communications
Template: msf-ca
Version: 1.0.496
Version: 1.0.497
*/
......