115a9204 by Jeff Balicki

QA

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent 67b797a2
......@@ -15012,6 +15012,7 @@ body {
width: 100%;
text-align: center;
font-family: "PT Sans", sans-serif;
font-weight: bold !important;
font-size: 18px;
height: 2.5rem;
}
......@@ -16619,7 +16620,7 @@ table thead th:first-child {
display: none;
}
#search-wrapper .sf-field-search {
width: calc(100% - 150px);
width: calc(100% - 120px);
margin: 0 auto;
margin-bottom: 60px;
position: relative;
......@@ -16678,8 +16679,8 @@ table thead th:first-child {
#search-wrapper .sf-field-submit input[name=_sf_submit] {
border-radius: 50% !important;
padding: 0;
height: 3.438rem;
width: 3.438rem;
height: 40px;
width: 40px;
margin-top: -0.6rem;
margin-left: 1rem;
font-size: 1.125rem;
......@@ -16780,12 +16781,13 @@ ul.sf_date_field .sf-datepicker {
.advance-search-button::after {
position: absolute;
left: 0px;
top: -10px;
left: 0;
top: -5px;
content: "";
display: inline-block;
height: 40px;
width: 40px;
height: 30px;
width: 30px;
background-size: contain;
background-size: contain;
background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="26.954" height="27.484" viewBox="0 0 26.954 27.484"><g id="Group_722" data-name="Group 722" transform="translate(0 1.5)"><line id="Line_15" data-name="Line 15" x2="26.954" transform="translate(0 3.254)" fill="none" stroke="%23000" stroke-width="3"/><line id="Line_16" data-name="Line 16" x2="26.954" transform="translate(0 12.401)" fill="none" stroke="%23000" stroke-width="3"/><line id="Line_17" data-name="Line 17" x2="26.954" transform="translate(0 21.565)" fill="none" stroke="%23000" stroke-width="3"/><circle id="Ellipse_13" data-name="Ellipse 13" cx="3.188" cy="3.188" r="3.188" transform="translate(16.369)" fill="%23fff" stroke="%23000" stroke-width="3"/><circle id="Ellipse_14" data-name="Ellipse 14" cx="3.188" cy="3.188" r="3.188" transform="translate(16.369 18.109)" fill="%23fff" stroke="%23000" stroke-width="3"/><circle id="Ellipse_15" data-name="Ellipse 15" cx="3.188" cy="3.188" r="3.188" transform="translate(4.054 9.022)" fill="%23fff" stroke="%23000" stroke-width="3"/></g></svg>');
}
......@@ -16798,23 +16800,8 @@ ul.sf_date_field .sf-datepicker {
}
.advance-search-button:hover:after {
position: absolute;
left: 0px;
top: -10px;
content: "";
display: inline-block;
height: 40px;
width: 40px;
background-size: contain;
background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="26.954" height="27.484" viewBox="0 0 26.954 27.484"><g id="Group_722" data-name="Group 722" transform="translate(0 1.5)"><line id="Line_15" data-name="Line 15" x2="26.954" transform="translate(0 3.254)" fill="none" stroke="%23669999" stroke-width="3"/><line id="Line_16" data-name="Line 16" x2="26.954" transform="translate(0 12.401)" fill="none" stroke="%23669999" stroke-width="3"/><line id="Line_17" data-name="Line 17" x2="26.954" transform="translate(0 21.565)" fill="none" stroke="%23669999" stroke-width="3"/><circle id="Ellipse_13" data-name="Ellipse 13" cx="3.188" cy="3.188" r="3.188" transform="translate(16.369)" fill="%23fff" stroke="%23669999" stroke-width="3"/><circle id="Ellipse_14" data-name="Ellipse 14" cx="3.188" cy="3.188" r="3.188" transform="translate(16.369 18.109)" fill="%23fff" stroke="%23669999" stroke-width="3"/><circle id="Ellipse_15" data-name="Ellipse 15" cx="3.188" cy="3.188" r="3.188" transform="translate(4.054 9.022)" fill="%23fff" stroke="%23669999" stroke-width="3"/></g></svg>');
}
@media screen and (max-width: 768px) {
.advance-search-button:hover:after {
top: -5px;
height: 30px;
width: 30px;
}
}
.modal-backdrop {
background-color: #fff;
......@@ -17272,6 +17259,7 @@ ul.sf_date_field .sf-datepicker {
margin-bottom: 40px;
width: 100%;
max-width: 720px;
font-weight: bold;
}
@media only screen and (max-width: 782px) {
.home-header h1, .home-header .h1 {
......@@ -17340,7 +17328,7 @@ ul.sf_date_field .sf-datepicker {
}
.home-header .search-box .sf-field-search {
display: inline-block;
width: calc(100% - 80px);
width: calc(100% - 60px);
}
@media screen and (max-width: 900px) {
.home-header .search-box .sf-field-search {
......@@ -17393,8 +17381,8 @@ ul.sf_date_field .sf-datepicker {
.home-header .search-box .sf-field-submit input[name=_sf_submit] {
border-radius: 50%;
padding: 0;
height: 3.438rem;
width: 3.438rem;
height: 40px;
width: 40px;
margin-top: -0.6rem;
margin-left: 1rem;
font-size: 1.125rem;
......@@ -17590,7 +17578,7 @@ ul.sf_date_field .sf-datepicker {
}
}
.entry-header.page .search-box .searchandfilter {
width: calc(100% - 150px);
width: calc(100% - 100px);
display: inline-block;
}
@media only screen and (max-width: 782px) {
......@@ -17649,8 +17637,8 @@ ul.sf_date_field .sf-datepicker {
.entry-header.page .search-box .sf-field-submit input[name=_sf_submit] {
border-radius: 50%;
padding: 0;
height: 3.438rem;
width: 3.438rem;
height: 40px;
width: 40px;
margin-top: -0.6rem;
margin-left: 1rem;
font-size: 1.125rem;
......@@ -17666,6 +17654,9 @@ ul.sf_date_field .sf-datepicker {
.entry-header.page .search-box .sf-field-submit input[name=_sf_submit]:hover {
background: #669999;
}
.entry-header.page .advance-search-button {
right: 10px;
}
#page-wrapper {
margin: 10px 30px 0 30px;
......@@ -18094,6 +18085,7 @@ ul.sf_date_field .sf-datepicker {
}
.pojo-a11y-toolbar-open .pojo-a11y-toolbar-toggle a {
color: #669999;
text-decoration: none;
}
.pojo-a11y-toolbar-open .pojo-a11y-toolbar-overlay {
position: absolute;
......@@ -19008,6 +19000,11 @@ body.pojo-a11y-resize-font-130 span, body.pojo-a11y-resize-font-140 span, body.p
left: 13px;
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
background-color: #669999;
}
.has-blue-color,
.has-blue-color:visited {
color: #0d6efd;
......
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.
......@@ -133,3 +133,8 @@ padding: 0px 50px;
}
.swiper-button-next:hover,
.swiper-button-prev:hover{
background-color: #669999;
}
......
......@@ -21,6 +21,7 @@
margin-bottom: 40px;
width: 100%;
max-width: 720px;
font-weight: bold;
@media only screen and (max-width: 782px) {
font-size: 18px;
line-height:22px ;
......@@ -84,7 +85,7 @@
}
.sf-field-search{
display: inline-block;
width: calc(100% - 80px);
width: calc(100% - 60px);
@media screen and (max-width: 900px) {
width: calc(100% - 56px);
}
......@@ -132,8 +133,8 @@
input[name="_sf_submit"]{
border-radius: 50%;
padding: 0;
height: 3.438rem;
width: 3.438rem;
height: 40px;
width:40px;
margin-top: -0.6rem;
margin-left: 1rem;
font-size: 1.125rem;
......
......@@ -27,6 +27,7 @@
width: 100%;
text-align: center;
font-family: "PT Sans",sans-serif;
font-weight: bold !important;
font-size: 18px;
height: 2.5rem;
}
......
......@@ -120,7 +120,7 @@
}
}
.searchandfilter{
width: calc(100% - 150px);
width: calc(100% - 100px);
@media only screen and (max-width: 782px) {
width: calc(100% - 0px);
padding-left: 40px;
......@@ -179,8 +179,8 @@
input[name="_sf_submit"]{
border-radius: 50%;
padding: 0;
height: 3.438rem;
width: 3.438rem;
height:40px;
width: 40px;
margin-top: -0.6rem;
margin-left: 1rem;
font-size: 1.125rem;
......@@ -198,6 +198,9 @@
}
}
}
.advance-search-button{
right: 10px;
}
}
#page-wrapper{
margin: 10px 30px 0 30px;
......
......@@ -51,6 +51,7 @@
}
.pojo-a11y-toolbar-toggle a{
color: #669999;
text-decoration: none;
}
.pojo-a11y-toolbar-overlay {
position: absolute;
......
......@@ -214,7 +214,7 @@
}
.sf-field-search {
width: calc(100% - 150px);
width: calc(100% - 120px);
margin: 0 auto;
margin-bottom: 60px;
position: relative;
......@@ -275,8 +275,8 @@
input[name="_sf_submit"] {
border-radius: 50% !important;
padding: 0;
height: 3.438rem;
width: 3.438rem;
height: 40px;
width: 40px;
margin-top: -0.6rem;
margin-left: 1rem;
font-size: 1.125rem;
......@@ -381,13 +381,14 @@ ul.sf_date_field {
}
.advance-search-button::after {
position: absolute;
left: 0px;
top: -10px;
content: "";
display: inline-block;
height: 40px;
width: 40px;
position: absolute;
left: 0;
top: -5px;
content: "";
display: inline-block;
height: 30px;
width: 30px;
background-size: contain;
@media screen and (max-width: 768px) {
top: -5px;
height: 30px;
......@@ -399,19 +400,6 @@ ul.sf_date_field {
.advance-search-button:hover{
&:after {
position: absolute;
left: 0px;
top: -10px;
content: "";
display: inline-block;
height: 40px;
width: 40px;
@media screen and (max-width: 768px) {
top: -5px;
height: 30px;
width: 30px;
}
background-size: contain;
background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="26.954" height="27.484" viewBox="0 0 26.954 27.484"><g id="Group_722" data-name="Group 722" transform="translate(0 1.5)"><line id="Line_15" data-name="Line 15" x2="26.954" transform="translate(0 3.254)" fill="none" stroke="%23669999" stroke-width="3"/><line id="Line_16" data-name="Line 16" x2="26.954" transform="translate(0 12.401)" fill="none" stroke="%23669999" stroke-width="3"/><line id="Line_17" data-name="Line 17" x2="26.954" transform="translate(0 21.565)" fill="none" stroke="%23669999" stroke-width="3"/><circle id="Ellipse_13" data-name="Ellipse 13" cx="3.188" cy="3.188" r="3.188" transform="translate(16.369)" fill="%23fff" stroke="%23669999" stroke-width="3"/><circle id="Ellipse_14" data-name="Ellipse 14" cx="3.188" cy="3.188" r="3.188" transform="translate(16.369 18.109)" fill="%23fff" stroke="%23669999" stroke-width="3"/><circle id="Ellipse_15" data-name="Ellipse 15" cx="3.188" cy="3.188" r="3.188" transform="translate(4.054 9.022)" fill="%23fff" stroke="%23669999" stroke-width="3"/></g></svg>');
}
}
......
......@@ -2,5 +2,5 @@
Theme Name: MSF CA Child
Author: Tenzing Communications
Template: msf-ca
Version: 1.0.16
Version: 1.0.17
*/
......