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 <[email protected]> Authored: Wed Mar 22 20:40:02 2017 -0700 Committer: Michael Jumper <[email protected]> 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;
