From d7cd5b6a1e36bb9eae486ea4e9e5638ab652208a Mon Sep 17 00:00:00 2001 From: Ken Rice Date: Fri, 18 Sep 2015 14:27:15 -0500 Subject: [PATCH] Revert "FS-8078 - [verto_communicator] fix display flex in safari" This reverts commit 5bf0d83474242065a0efec870c7fee419e0e0998. --- html5/verto/verto_communicator/src/css/verto.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/html5/verto/verto_communicator/src/css/verto.css b/html5/verto/verto_communicator/src/css/verto.css index b775ae7566..4a73342178 100644 --- a/html5/verto/verto_communicator/src/css/verto.css +++ b/html5/verto/verto_communicator/src/css/verto.css @@ -39,15 +39,15 @@ body { /* This is an technique to align the block centered vertically and horizontally in a page. */ .centered-block-frame { + display: -webkit-flex; /* Safari */ + -webkit-justify-content: center; /* Safari 6.1+ */ + -webkit-align-items: center; display: flex; justify-content: center; align-items: center; object-fit:inherit; width: 100%; height: 100%; - display: -webkit-flex; /* Safari */ - -webkit-justify-content: center; /* Safari 6.1+ */ - -webkit-align-items: center; } .centered-block {