Expand password dialog to work for usernames too

Some VNC authentication schemes use usernames, our UI should support
these.
This commit is contained in:
Chris Koying Browet
2019-12-05 15:34:18 +01:00
committed by Samuel Mannehed
parent b39caa7469
commit 5b453ed4a8
3 changed files with 46 additions and 19 deletions

View File

@@ -790,19 +790,23 @@ select:active {
* ----------------------------------------
*/
#noVNC_password_dlg {
#noVNC_credentials_dlg {
position: relative;
transform: translateY(-50px);
}
#noVNC_password_dlg.noVNC_open {
#noVNC_credentials_dlg.noVNC_open {
transform: translateY(0);
}
#noVNC_password_dlg ul {
#noVNC_credentials_dlg ul {
list-style: none;
margin: 0px;
padding: 0px;
}
.noVNC_hidden {
display: none;
}
/* ----------------------------------------
* Main Area