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 { ...@@ -20278,9 +20278,14 @@ ul.sf_date_field .sf-datepicker {
20278 background-color: #669999; 20278 background-color: #669999;
20279 } 20279 }
20280 20280
20281 .pojo-a11y-grayscale { 20281 .pojo-a11y-grayscale .site {
20282 position: absolute !important; 20282 margin-top: 0px !important;
20283 width: 100vw !important; 20283 padding-top: 170px !important;
20284 }
20285 .pojo-a11y-grayscale #advance-search-modal {
20286 z-index: 999;
20287 position: fixed;
20288 margin-top: -8%;
20284 } 20289 }
20285 20290
20286 #pojo-a11y-toolbar { 20291 #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 @@ ...@@ -4,10 +4,21 @@
4 4
5 5
6 .pojo-a11y-grayscale{ 6 .pojo-a11y-grayscale{
7 position: absolute !important; 7 // position: absolute !important;
8 width: 100vw !important; 8 // width: 100vw !important;
9 .site{
10 margin-top: 0px !important;
11 padding-top: 170px !important;
12 }
13 #advance-search-modal {
14 z-index: 999;
15 position: fixed;
16 margin-top: -8%;
9 } 17 }
18 }
19 .pojo-a11y-grayscale{
10 20
21 }
11 #pojo-a11y-toolbar{ 22 #pojo-a11y-toolbar{
12 position: absolute; 23 position: absolute;
13 top: 1.25rem; 24 top: 1.25rem;
......
...@@ -2,6 +2,6 @@ ...@@ -2,6 +2,6 @@
2 Theme Name: MSF CA Child 2 Theme Name: MSF CA Child
3 Author: Tenzing Communications 3 Author: Tenzing Communications
4 Template: msf-ca 4 Template: msf-ca
5 Version: 1.0.439 5 Version: 1.0.440
6 */ 6 */
7 7
......