From 0ff4ce38cabcfdd536718aec09dd608b0b37597a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alex=20Arag=C3=B3n?= Date: Fri, 8 Mar 2019 14:14:29 -0500 Subject: [PATCH] fix scorm mobile - refs #2755 --- app/Resources/public/css/scorm.css | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/app/Resources/public/css/scorm.css b/app/Resources/public/css/scorm.css index 5f57532c56..5d9f195cf7 100644 --- a/app/Resources/public/css/scorm.css +++ b/app/Resources/public/css/scorm.css @@ -580,7 +580,6 @@ See https://support.chamilo.org/issues/6976 background-color: #ffffff; } - /* LP VIEW COLLAPSE */ .scorm-collapse .panel:hover { box-shadow: 0 3px 1px 0 rgba(20, 23, 28, .1); @@ -678,7 +677,11 @@ See https://support.chamilo.org/issues/6976 top: 0 !important; } .tabs-right li{ - float: right; + display: inline-block; + float: initial; +} +.tabs-right{ + text-align: right; } /* END LP VIEW COLLAPSE */ /* Small devices (tablets, 768px and up) */