diff --git a/src/metalnx-web/src/main/resources/static/css/styles-login.css b/src/metalnx-web/src/main/resources/static/css/styles-login.css index d3e237e70..3b1f0f887 100644 --- a/src/metalnx-web/src/main/resources/static/css/styles-login.css +++ b/src/metalnx-web/src/main/resources/static/css/styles-login.css @@ -247,7 +247,7 @@ img { left: 50%; display: block; margin-top: -185px; - margin-left: -235px; + margin-left: -260px; padding: 25px; width: 520px; height: 500px; @@ -291,3 +291,28 @@ input, textarea, .uneditable-input { input[type="button"], input[type="radio"], input[type="checkbox"] { width: auto; } + + +.login-popup { + position: absolute; + top: 5%; + left: 50%; + padding: 10px; + background-color: #e6a153; + width: 500px; + margin-left: -250px; + border-radius: 10px; +} + +.login-popup-btn { + position: absolute; + right: 1px; + width: 20px; + height: 20px; + opacity: 0.3; + cursor: pointer; +} + +.login-popup-btn:hover { + opacity: 1; +} \ No newline at end of file diff --git a/src/metalnx-web/src/main/resources/views/login/index.html b/src/metalnx-web/src/main/resources/views/login/index.html index 22c153274..8f768b8ed 100755 --- a/src/metalnx-web/src/main/resources/views/login/index.html +++ b/src/metalnx-web/src/main/resources/views/login/index.html @@ -129,6 +129,10 @@ --> +
+ Metalnx is a restricted system. Usage may be monitored, recorded, and subject to audit. Unauthorized use of Metalnx is prohibited and subject to criminal and civil penalties. Use of this system indicates you consent to these conditions and agree to abide by applicable usage policies. + +