diff --git a/guacamole/src/main/webapp/client.xhtml b/guacamole/src/main/webapp/client.xhtml index eb15bb085..61abd83a9 100644 --- a/guacamole/src/main/webapp/client.xhtml +++ b/guacamole/src/main/webapp/client.xhtml @@ -63,44 +63,27 @@

Text copied/cut within Guacamole will appear here. Changes to the text below will affect the remote clipboard.

-

Settings

-
+

Mouse emulation mode

+
+

Determines how the remote mouse behaves with respect to touches.

-
- -
- - Auto-fit display to browser window -
-
-

- If checked, remote displays are automatically - scaled to exactly fit within the browser window. If - unchecked, remote displays are always shown at their - natural resolution, even if doing so causes the - display to extend beyond the bounds of the window. -

-
+ +
+ +
+ +

+
+
- -
- - Disable sound -
-
-

- If on a device or network where bandwidth usage must - be kept to a minimum, you may wish to check this box - and disable sound. This can also be necessary if a - device doesn't actually support sound, but claims - to, resulting in wasted bandwidth. -

-

- Changing this setting will only affect - future connections. -

-
-
+ +
+ +
+ +

+
+
diff --git a/guacamole/src/main/webapp/styles/client.css b/guacamole/src/main/webapp/styles/client.css index e2820471e..be12d8394 100644 --- a/guacamole/src/main/webapp/styles/client.css +++ b/guacamole/src/main/webapp/styles/client.css @@ -577,7 +577,7 @@ p.hint { -webkit-animation-duration: 0.05s; } -div#settings, +div#mouse-settings, div#clipboardDiv { padding: 0; } @@ -592,13 +592,23 @@ div#clipboardDiv { white-space: pre; } -#settings dt { - border-bottom: 1px dotted #AAA; - padding-bottom: 0.25em; +#mouse-settings .choice { + text-align: center; } -#settings dd { - margin: 1.5em; - margin-left: 2.5em; - font-size: 0.75em; +#mouse-settings .choice .figure { + display: inline-block; + vertical-align: middle; + max-width: 80%; +} + +#mouse-settings .figure .caption { + text-align: center; + font-size: 0.9em; +} + +#mouse-settings .figure img { + display: block; + max-width: 100%; + margin: 1em auto; } \ No newline at end of file diff --git a/guacamole/src/main/webapp/styles/ui.css b/guacamole/src/main/webapp/styles/ui.css index 43090076d..b027f16ab 100644 --- a/guacamole/src/main/webapp/styles/ui.css +++ b/guacamole/src/main/webapp/styles/ui.css @@ -26,7 +26,7 @@ -webkit-tap-highlight-color: rgba(0,0,0,0); } -input[type=checkbox], input[type=number], input[type=text], textarea { +input[type=checkbox], input[type=number], input[type=text], input[type=radio], label, textarea { -webkit-tap-highlight-color: rgba(128,192,128,0.5); }