From 7cf1238137d8876a1a34d28a54d60d328c44d895 Mon Sep 17 00:00:00 2001 From: Italo Rossi Date: Fri, 7 Aug 2015 11:09:46 -0500 Subject: [PATCH] FS-7944 --fix Moving hover video control to the left --- html5/verto/verto_communicator/css/verto.css | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/html5/verto/verto_communicator/css/verto.css b/html5/verto/verto_communicator/css/verto.css index 950a6214b0..94da288fbf 100644 --- a/html5/verto/verto_communicator/css/verto.css +++ b/html5/verto/verto_communicator/css/verto.css @@ -493,10 +493,8 @@ body .modal-body .btn-group .btn.active { visibility:hidden; opacity:0; transition:visibility 0s linear 0.5s,opacity 0.5s linear; - + margin: 10px; position: absolute; - right: 15px; - top: 15px; z-index: 1001; }