From 8e74f243df63798c5195fb9d9c5907e4d6aa5472 Mon Sep 17 00:00:00 2001 From: Michael Jumper Date: Sat, 3 Nov 2012 23:37:20 -0700 Subject: [PATCH] Fix input box width. --- guacamole/src/main/webapp/styles/login.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/guacamole/src/main/webapp/styles/login.css b/guacamole/src/main/webapp/styles/login.css index bef575739..7d8a364e8 100644 --- a/guacamole/src/main/webapp/styles/login.css +++ b/guacamole/src/main/webapp/styles/login.css @@ -133,6 +133,7 @@ div#login-dialog th { div#login-dialog #login-fields input { border: 1px solid #777; border-radius: 0.2em; + width: 100%; } div#login-dialog #login-fields img.logo { @@ -278,6 +279,8 @@ div#recent-connections div.connection { padding: 1em; margin: 1em; text-align: center; + max-width: 75%; + overflow: hidden; } .connection { @@ -302,6 +305,7 @@ div#recent-connections div.connection { .connection .thumbnail img { border: 1px solid black; box-shadow: 1px 1px 5px black; + max-width: 75%; } div#other-connections {