You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@guacamole.apache.org by jm...@apache.org on 2017/03/23 04:02:39 UTC

[1/2] incubator-guacamole-client git commit: GUACAMOLE-252: Ensure display container is explicitly sized to cover the vertical area of its container (rather than relying on the implications of display: table-cell).

Repository: incubator-guacamole-client
Updated Branches:
  refs/heads/master 340758664 -> 8a0a6e315


GUACAMOLE-252: Ensure display container is explicitly sized to cover the vertical area of its container (rather than relying on the implications of display: table-cell).

Project: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/commit/ed1d1db2
Tree: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/tree/ed1d1db2
Diff: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/diff/ed1d1db2

Branch: refs/heads/master
Commit: ed1d1db2da775b991181080215879281d11743c4
Parents: 3407586
Author: Michael Jumper <mj...@apache.org>
Authored: Wed Mar 22 20:40:02 2017 -0700
Committer: Michael Jumper <mj...@apache.org>
Committed: Wed Mar 22 20:40:02 2017 -0700

----------------------------------------------------------------------
 guacamole/src/main/webapp/app/client/styles/display.css | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/blob/ed1d1db2/guacamole/src/main/webapp/app/client/styles/display.css
----------------------------------------------------------------------
diff --git a/guacamole/src/main/webapp/app/client/styles/display.css b/guacamole/src/main/webapp/app/client/styles/display.css
index 8b6cf0a..0233f42 100644
--- a/guacamole/src/main/webapp/app/client/styles/display.css
+++ b/guacamole/src/main/webapp/app/client/styles/display.css
@@ -46,6 +46,7 @@ div.displayOuter {
 
 div.displayMiddle {
     width: 100%;
+    height: 100%;
     display: table-cell;
     vertical-align: middle;
     text-align: center;


[2/2] incubator-guacamole-client git commit: GUACAMOLE-252: Merge viewport centering fix for Edge.

Posted by jm...@apache.org.
GUACAMOLE-252: Merge viewport centering fix for Edge.


Project: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/commit/8a0a6e31
Tree: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/tree/8a0a6e31
Diff: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/diff/8a0a6e31

Branch: refs/heads/master
Commit: 8a0a6e3152f75de8ec75fa45607169ae1a03f64b
Parents: 3407586 ed1d1db
Author: James Muehlner <ja...@guac-dev.org>
Authored: Wed Mar 22 21:00:49 2017 -0700
Committer: James Muehlner <ja...@guac-dev.org>
Committed: Wed Mar 22 21:00:49 2017 -0700

----------------------------------------------------------------------
 guacamole/src/main/webapp/app/client/styles/display.css | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------