diff --git a/src/images/headerBg.png b/src/images/headerBg.png new file mode 100644 index 000000000..1af456a2a Binary files /dev/null and b/src/images/headerBg.png differ diff --git a/src/modules/tpm/TPMIndex.css b/src/modules/tpm/TPMIndex.css index 0606d00db..cad76a457 100644 --- a/src/modules/tpm/TPMIndex.css +++ b/src/modules/tpm/TPMIndex.css @@ -23,13 +23,11 @@ body>.-task-title { overflow: hidden; } .newHeaders{ - max-width: unset; - width: 100%; - height:7vh; - min-width: 1200px; - z-index: 1001; - position: fixed; - background: #234175; + height: 62px; + padding: 0 30px; + min-height: 50px; + background: url('../../images/headerBg.png') no-repeat; + background-size: 100% 100%; color: #fff; } .newHeaders.publicNav{