diff --git a/guacamole/src/main/webapp/client.xhtml b/guacamole/src/main/webapp/client.xhtml index 980ccfad2..b9241354b 100644 --- a/guacamole/src/main/webapp/client.xhtml +++ b/guacamole/src/main/webapp/client.xhtml @@ -67,21 +67,23 @@
- None +

- Text input -

+ +

- On-screen keyboard +

diff --git a/guacamole/src/main/webapp/images/settings/tablet-keys.png b/guacamole/src/main/webapp/images/settings/tablet-keys.png new file mode 100644 index 000000000..14eb5777e Binary files /dev/null and b/guacamole/src/main/webapp/images/settings/tablet-keys.png differ diff --git a/guacamole/src/main/webapp/styles/client.css b/guacamole/src/main/webapp/styles/client.css index da3b01e41..dec924d57 100644 --- a/guacamole/src/main/webapp/styles/client.css +++ b/guacamole/src/main/webapp/styles/client.css @@ -633,6 +633,16 @@ p.hint { } +#keyboard-settings .figure { + float: right; + max-width: 30%; + margin: 1em; +} + +#keyboard-settings .figure img { + max-width: 100%; +} + #target { position: fixed; left: 0;