diff --git a/jupyter_desktop/share/web/noVNC-1.1.0/vnc_lite.html b/jupyter_desktop/share/web/noVNC-1.1.0/vnc_lite.html index 7110b551..53cb2724 100644 --- a/jupyter_desktop/share/web/noVNC-1.1.0/vnc_lite.html +++ b/jupyter_desktop/share/web/noVNC-1.1.0/vnc_lite.html @@ -43,14 +43,23 @@ #status { text-align: center; } - #sendCtrlAltDelButton { + .vncButton { position: fixed; top: 0px; - right: 0px; border: 1px outset; padding: 5px 5px 4px 5px; cursor: pointer; } + .vncButton a { + text-decoration: none; + color: white; + } + #jupyterHubHome { + left: 0px; + } + #sendCtrlAltDelButton { + right: 0px; + } #screen { flex: 1; /* fill remaining space */ @@ -195,8 +204,9 @@