]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-8078 #resolve fix safari without breaking firefox
authorKen Rice <krice@freeswitch.org>
Fri, 18 Sep 2015 19:38:05 +0000 (14:38 -0500)
committerKen Rice <krice@freeswitch.org>
Fri, 18 Sep 2015 19:38:05 +0000 (14:38 -0500)
html5/verto/verto_communicator/src/css/verto.css

index 4a7334217846f163ccb6bab59e51453453c9b4c7..c0393a36b36708857d970b335cbe4d54f5b33a96 100644 (file)
@@ -39,10 +39,10 @@ body {
 /* This is an technique to align the block centered vertically
    and horizontally in a page. */
 .centered-block-frame {
+  display: flex;
   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;