diff --git a/guacamole/src/main/webapp/client.xhtml b/guacamole/src/main/webapp/client.xhtml index 6d5cb5dbe..eb15bb085 100644 --- a/guacamole/src/main/webapp/client.xhtml +++ b/guacamole/src/main/webapp/client.xhtml @@ -56,12 +56,55 @@ diff --git a/guacamole/src/main/webapp/styles/client.css b/guacamole/src/main/webapp/styles/client.css index 3918d0a0d..6efbab9f2 100644 --- a/guacamole/src/main/webapp/styles/client.css +++ b/guacamole/src/main/webapp/styles/client.css @@ -576,3 +576,30 @@ p.hint { -webkit-animation-timing-function: linear; -webkit-animation-duration: 0.05s; } + +div#settings, +div#clipboardDiv { + margin: 1em; + padding: 0; +} + +#clipboardDiv textarea { + width: 100%; + border: 1px solid #AAA; + -moz-border-radius: 0.25em; + -webkit-border-radius: 0.25em; + -khtml-border-radius: 0.25em; + border-radius: 0.25em; + white-space: pre; +} + +#settings dt { + border-bottom: 1px dotted #AAA; + padding-bottom: 0.25em; +} + +#settings dd { + margin: 1.5em; + margin-left: 2.5em; + font-size: 0.75em; +} \ No newline at end of file