From 588455ec86f8c8f80be5f4b3a6e1f8706e62d6c7 Mon Sep 17 00:00:00 2001 From: Michael Jumper Date: Sat, 3 Nov 2012 22:49:38 -0700 Subject: [PATCH] FIx positioning of version and logo. --- guacamole/src/main/webapp/styles/login.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/guacamole/src/main/webapp/styles/login.css b/guacamole/src/main/webapp/styles/login.css index 49e0ae2c9..bef575739 100644 --- a/guacamole/src/main/webapp/styles/login.css +++ b/guacamole/src/main/webapp/styles/login.css @@ -141,6 +141,7 @@ div#login-dialog #login-fields img.logo { left: 0; bottom: 0; opacity: 0.1; + z-index: -1; } div#version-dialog { @@ -154,7 +155,7 @@ div#version-dialog { color: black; opacity: 0.5; - padding: 0.25em; + padding: 0.5em; } img {