9671fa79 by Jeff Balicki

gray

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent 7ae75de2
......@@ -20278,9 +20278,14 @@ ul.sf_date_field .sf-datepicker {
background-color: #669999;
}
.pojo-a11y-grayscale {
position: absolute !important;
width: 100vw !important;
.pojo-a11y-grayscale .site {
margin-top: 0px !important;
padding-top: 170px !important;
}
.pojo-a11y-grayscale #advance-search-modal {
z-index: 999;
position: fixed;
margin-top: -8%;
}
#pojo-a11y-toolbar {
......
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.
......@@ -4,10 +4,21 @@
.pojo-a11y-grayscale{
position: absolute !important;
width: 100vw !important;
// position: absolute !important;
// width: 100vw !important;
.site{
margin-top: 0px !important;
padding-top: 170px !important;
}
#advance-search-modal {
z-index: 999;
position: fixed;
margin-top: -8%;
}
}
.pojo-a11y-grayscale{
}
#pojo-a11y-toolbar{
position: absolute;
top: 1.25rem;
......
......@@ -2,6 +2,6 @@
Theme Name: MSF CA Child
Author: Tenzing Communications
Template: msf-ca
Version: 1.0.439
Version: 1.0.440
*/
......