diff --git a/guacamole/src/main/webapp/client.xhtml b/guacamole/src/main/webapp/client.xhtml index 312d3c3de..7c38668ac 100644 --- a/guacamole/src/main/webapp/client.xhtml +++ b/guacamole/src/main/webapp/client.xhtml @@ -85,11 +85,7 @@ -
- - - -
+
diff --git a/guacamole/src/main/webapp/scripts/interface.js b/guacamole/src/main/webapp/scripts/interface.js index 4f897b8ef..b3681db3e 100644 --- a/guacamole/src/main/webapp/scripts/interface.js +++ b/guacamole/src/main/webapp/scripts/interface.js @@ -297,6 +297,7 @@ var GuacamoleUI = { GuacamoleUI.buttons.touchLogout.onclick = function() { window.location.href = "logout"; + GuacamoleUI.hideTouchMenu(); }; // Timeouts for detecting if users wants menu to open or close diff --git a/guacamole/src/main/webapp/styles/client.css b/guacamole/src/main/webapp/styles/client.css index 7477dd88b..f595297c0 100644 --- a/guacamole/src/main/webapp/styles/client.css +++ b/guacamole/src/main/webapp/styles/client.css @@ -264,7 +264,7 @@ div#touchMenu { position: absolute; visibility: hidden; - display: inline-block; + white-space: pre; background: black; border: 1px solid silver; padding: 1em;