From 51b12d11c9ec73ee88bb8cf8136865c2ea97b961 Mon Sep 17 00:00:00 2001 From: Michael Jumper Date: Mon, 19 May 2014 16:31:39 -0700 Subject: [PATCH] GUAC-700: Reduce size of buttons. Provide more space in text input button div vs. typing area. --- guacamole/src/main/webapp/styles/client.css | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/guacamole/src/main/webapp/styles/client.css b/guacamole/src/main/webapp/styles/client.css index b894f7a87..722bd49a0 100644 --- a/guacamole/src/main/webapp/styles/client.css +++ b/guacamole/src/main/webapp/styles/client.css @@ -687,17 +687,18 @@ p.hint { #text-input-field, #text-input-buttons { - width: 50%; display: inline-block; vertical-align: middle; } #text-input-field { + width: 30%; overflow: hidden; white-space: nowrap; } #text-input-buttons { + width: 70%; text-align: right; } @@ -717,7 +718,6 @@ p.hint { margin: 0; padding: 0.25em; padding-left: 0; - opacity: 0.75; background: #CDA; } @@ -751,6 +751,9 @@ p.hint { box-shadow: none; text-shadow: none; padding: 0.25em; + max-width: 20%; + margin: 0.1em; + min-width: 3em; } #text-input-buttons button:active,