diff --git a/app/styles/base.css b/app/styles/base.css index 30ad08e5..9d0c3859 100644 --- a/app/styles/base.css +++ b/app/styles/base.css @@ -842,7 +842,7 @@ select:active { } /* ---------------------------------------- - * Key verification Dialog + * Server verification Dialog * ---------------------------------------- */ @@ -854,6 +854,9 @@ select:active { #noVNC_verify_server_dlg.noVNC_open { transform: translateY(0); } +#noVNC_fingerprint_block { + margin: 10px; +} /* ---------------------------------------- * Password Dialog diff --git a/vnc.html b/vnc.html index 87eac94f..2afa2118 100644 --- a/vnc.html +++ b/vnc.html @@ -280,12 +280,16 @@