]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
Revert "FS-8078 - [verto_communicator] fix display flex in safari"
authorKen Rice <krice@freeswitch.org>
Fri, 18 Sep 2015 19:27:15 +0000 (14:27 -0500)
committerKen Rice <krice@freeswitch.org>
Fri, 18 Sep 2015 19:27:15 +0000 (14:27 -0500)
This reverts commit 5bf0d83474242065a0efec870c7fee419e0e0998.

html5/verto/verto_communicator/src/css/verto.css

index b775ae75667d8d65812739894af31e81bfd3845d..4a7334217846f163ccb6bab59e51453453c9b4c7 100644 (file)
@@ -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 {