54a0a5d2 by Jeff Balicki

qa

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent 115a9204
......@@ -16809,15 +16809,21 @@ ul.sf_date_field .sf-datepicker {
}
#advance-search-modal {
z-index: 99;
z-index: 999;
position: fixed;
margin-top: 80px;
margin-top: 1%;
}
@media screen and (max-width: 900px) {
#advance-search-modal {
margin-top: 0px;
}
}
@media screen and (min-height: 810px) {
#advance-search-modal {
z-index: 99;
margin-top: 80px;
}
}
#advance-search-modal .btn-close {
opacity: 1;
}
......@@ -18121,6 +18127,10 @@ ul.sf_date_field .sf-datepicker {
border: 2px #669999 solid !important;
}
#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay ul.pojo-a11y-toolbar-items li.pojo-a11y-toolbar-item a, #pojo-a11y-toolbar .pojo-a11y-toolbar-overlay p.pojo-a11y-toolbar-title {
text-decoration: none;
}
#gt_float_wrapper {
right: 0px !important;
}
......@@ -18974,7 +18984,7 @@ body.pojo-a11y-resize-font-130 span, body.pojo-a11y-resize-font-140 span, body.p
.swiper-button-next {
background-color: #EE0000;
right: 5px !important;
right: 0px !important;
width: 35px !important;
height: 35px !important;
border: 0px solid #EE0000;
......
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.
......@@ -107,7 +107,7 @@ padding: 0px 50px;
.swiper-button-next{
background-color: #EE0000;
right: 5px !important;
right: 0px !important;
@media only screen and (max-width:400px) {
right: -10px !important;
}
......
......@@ -93,3 +93,6 @@
}
}
#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay ul.pojo-a11y-toolbar-items li.pojo-a11y-toolbar-item a, #pojo-a11y-toolbar .pojo-a11y-toolbar-overlay p.pojo-a11y-toolbar-title{
text-decoration: none;
}
\ No newline at end of file
......
......@@ -410,13 +410,17 @@ ul.sf_date_field {
}
#advance-search-modal {
z-index: 99;
z-index: 999;
position: fixed;
margin-top: 80px;
margin-top: 1%;
@media screen and (max-width: 900px) {
margin-top: 0px;
}
@media screen and (min-height: 810px) {
z-index: 99;
margin-top: 80px;
}
.btn-close {
opacity: 1;
......
......@@ -2,5 +2,5 @@
Theme Name: MSF CA Child
Author: Tenzing Communications
Template: msf-ca
Version: 1.0.17
Version: 1.0.18
*/
......