From 3e29da36653dfc6410d49d677ba83c77eba7380e Mon Sep 17 00:00:00 2001 From: Michael Jumper Date: Wed, 15 Feb 2012 10:17:43 -0800 Subject: [PATCH] Hide cursor. Fix positioning regression. --- guacamole/src/main/webapp/client.xhtml | 2 +- guacamole/src/main/webapp/styles/client.css | 6 ++---- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/guacamole/src/main/webapp/client.xhtml b/guacamole/src/main/webapp/client.xhtml index e6e2a6ac3..d9a71dc82 100644 --- a/guacamole/src/main/webapp/client.xhtml +++ b/guacamole/src/main/webapp/client.xhtml @@ -56,7 +56,7 @@ -
+
diff --git a/guacamole/src/main/webapp/styles/client.css b/guacamole/src/main/webapp/styles/client.css index b3693aebb..abf65ab3d 100644 --- a/guacamole/src/main/webapp/styles/client.css +++ b/guacamole/src/main/webapp/styles/client.css @@ -28,7 +28,7 @@ img { border: none; } -.guac-hide-cursor { +.software-cursor { cursor: url('../images/mouse/dot.gif'),url('../images/mouse/blank.cur'),default; } @@ -114,10 +114,8 @@ div.dialog p { background: #D44; } -div#display { +div#display * { position: relative; - width: 640px; - height: 480px; margin-left: auto; margin-right: auto; }