5dbfbe88 by Jeff Balicki

qa

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent 843976b6
......@@ -17108,7 +17108,7 @@ button, input, optgroup, select, textarea {
.appArea.responsive .row {
padding-right: 0.625rem;
}
@media only screen and (max-width: 48.875rem) {
@media only screen and (max-width: 48rem) {
.appArea.responsive .row {
padding-right: 0rem;
}
......@@ -17217,9 +17217,14 @@ button, input, optgroup, select, textarea {
font-weight: 700;
border-radius: 1.5625rem !important;
background-color: #e00 !important;
margin-right: 0rem;
margin-right: 0px;
float: right;
}
@media screen and (max-width: 48rem) {
.appArea.responsive input[type=submit] {
margin-right: -15px;
}
}
.appArea.responsive input[type=submit]:hover {
background: #669999 !important;
}
......@@ -18313,7 +18318,7 @@ ul.sf_date_field .sf-datepicker {
border: 0.0625rem solid #bebebe;
width: 12.625rem;
}
@media screen and (max-width: 56.25rem) {
@media screen and (max-width: 48rem) {
ul.sf_date_field .sf-datepicker {
width: 16rem;
height: 2.25rem;
......@@ -18341,7 +18346,7 @@ ul.sf_date_field .sf-datepicker {
right: -0.625rem;
display: inline-block;
}
@media screen and (max-width: 56.25rem) {
@media screen and (max-width: 48rem) {
.advance-search-button {
height: 1.875rem;
width: 1.875rem;
......@@ -18440,7 +18445,7 @@ ul.sf_date_field .sf-datepicker {
width: 99% !important;
}
}
@media screen and (max-width: 56.25rem) {
@media screen and (max-width: 48rem) {
#advance-search-modal .sf-field-tag .select2-container--default .select2-search--inline .select2-search__field {
width: 100% !important;
}
......@@ -18560,7 +18565,7 @@ ul.sf_date_field .sf-datepicker {
margin-bottom: 0rem;
width: 100%;
}
@media screen and (max-width: 56.25rem) {
@media screen and (max-width: 48rem) {
#advance-search-modal .modal-dialog .searchandfilter .sf-field-search {
width: 90%;
}
......@@ -18659,6 +18664,16 @@ ul.sf_date_field .sf-datepicker {
width: 12.5rem;
height: 2.25rem;
}
@media screen and (max-width: 48rem) {
#advance-search-modal .modal-dialog .searchandfilter .sf-datepicker {
width: 19.5rem;
}
}
@media screen and (max-width: 400px) {
#advance-search-modal .modal-dialog .searchandfilter .sf-datepicker {
width: 12.5rem;
}
}
#advance-search-modal .modal-dialog .searchandfilter .sf_date_field {
max-width: 36.4rem;
}
......@@ -18740,7 +18755,7 @@ ul.sf_date_field .sf-datepicker {
vertical-align: top;
margin-bottom: 10px;
}
@media screen and (max-width: 56.25rem) {
@media screen and (max-width: 48rem) {
#advance-search-modal .sf-field-taxonomy-region,
#advance-search-modal .sf-field-taxonomy-country,
#advance-search-modal .sf-field-taxonomy-continent,
......@@ -18764,7 +18779,7 @@ ul.sf_date_field .sf-datepicker {
width: 66%;
display: inline-block;
}
@media screen and (max-width: 56.25rem) {
@media screen and (max-width: 48rem) {
#advance-search-modal .sf-field-post_date {
width: 100%;
}
......@@ -18776,7 +18791,7 @@ ul.sf_date_field .sf-datepicker {
display: inline-block !important;
width: 30%;
}
@media screen and (max-width: 56.25rem) {
@media screen and (max-width: 48rem) {
#advance-search-modal li.sf-field-post-meta-document_year {
width: 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.
......@@ -113,7 +113,7 @@ button, input, optgroup, select, textarea{
.appArea.responsive {
.row{
padding-right: 0.625rem;
@media only screen and (max-width: 48.875rem) {
@media only screen and (max-width: 48rem) {
padding-right: 0rem;
}
......@@ -254,8 +254,11 @@ button, input, optgroup, select, textarea{
font-weight: 700;
border-radius: 1.5625rem !important;
background-color: #e00 !important;
margin-right: 0rem;
margin-right: 0px;
float: right;
@media screen and (max-width: 48rem) {
margin-right: -15px;
}
&:hover {
background:#669999 !important;
}
......
......@@ -404,7 +404,7 @@ ul.sf_date_field {
.sf-datepicker {
border: 0.0625rem solid #bebebe;
width: 12.625rem;
@media screen and (max-width: 56.25rem) {
@media screen and (max-width: 48rem) {
width: 16rem;
height: 2.25rem;
}
......@@ -431,7 +431,7 @@ ul.sf_date_field {
text-indent: -624.9375rem;
right:-0.625rem ;
display: inline-block;
@media screen and (max-width: 56.25rem) {
@media screen and (max-width: 48rem) {
height: 1.875rem;
width: 1.875rem;
}
......@@ -523,7 +523,7 @@ ul.sf_date_field {
@media screen and (max-width: 1175px) {
width: 99% !important;
}
@media screen and (max-width: 56.25rem) {
@media screen and (max-width: 48rem) {
width: 100% !important;
}
......@@ -641,7 +641,7 @@ ul.sf_date_field {
margin-left: 0rem;
margin-bottom: 0rem;
width: 100%;
@media screen and (max-width: 56.25rem) {
@media screen and (max-width: 48rem) {
width: 90%;
}
h4 {
......@@ -745,7 +745,12 @@ ul.sf_date_field {
.sf-datepicker {
width: 12.5rem;
height: 2.25rem;
@media screen and (max-width: 48rem) {
width:19.5rem;
}
@media screen and (max-width: 400px) {
width: 12.5rem;
}
}
.sf_date_field {
......@@ -842,7 +847,7 @@ ul.sf_date_field {
display: inline-block !important;
vertical-align: top;
margin-bottom: 10px;
@media screen and (max-width: 56.25rem) {
@media screen and (max-width:48rem) {
width: 100%;
margin-bottom: 0px;
padding-bottom: 0px;
......@@ -857,7 +862,7 @@ ul.sf_date_field {
.sf-field-post_date{
width: 66%;
display: inline-block;
@media screen and (max-width: 56.25rem) {
@media screen and (max-width: 48rem) {
width: 100%;
}
}
......@@ -867,7 +872,7 @@ ul.sf_date_field {
li.sf-field-post-meta-document_year {
display: inline-block !important;
width: 30%;
@media screen and (max-width: 56.25rem) {
@media screen and (max-width: 48rem) {
width: 100%;
}
}
......
......@@ -2,5 +2,5 @@
Theme Name: MSF CA Child
Author: Tenzing Communications
Template: msf-ca
Version: 1.0.425
Version: 1.0.426
*/
......