diff --git a/app/Resources/public/css/themes/rainbow/default.css b/app/Resources/public/css/themes/rainbow/default.css index 581a146131..93dcc3749c 100755 --- a/app/Resources/public/css/themes/rainbow/default.css +++ b/app/Resources/public/css/themes/rainbow/default.css @@ -1127,15 +1127,17 @@ ul.exercise-draggable-answer .touch-items:hover{ background: none; border: none; border-radius: 0; - margin-bottom: 10px; min-height: 40px; - - /* Extra */ display: inline-block; width: 85%; margin-bottom: 0px; } - +.section-results .alert table{ + width: 100% !important; +} +.question-result .page-header img{ + display: none; +} .question_options .droppable .gallery .exercise-draggable-answer-option{ background: #FFF; border: 1px solid #162a83; @@ -1598,7 +1600,15 @@ blockquote p { .session-teachers{ display: none; } - +.section-mycourses #skillList .table thead tr th{ + border-bottom: 2px solid #84bd00; +} +.section-mycourses #skillList .table-bordered tbody tr td{ + border: 1px solid #84bd00; +} +.section-mycourses #skillList .table .thumbnail{ + border: none; +} /* Large desktop */ @media (min-width: 1200px) { diff --git a/main/exercise/result.php b/main/exercise/result.php index 0cb853b436..d47107956a 100755 --- a/main/exercise/result.php +++ b/main/exercise/result.php @@ -13,6 +13,7 @@ require_once __DIR__.'/../inc/global.inc.php'; $id = isset($_REQUEST['id']) ? intval($_GET['id']) : null; //exe id $show_headers = isset($_REQUEST['show_headers']) ? intval($_REQUEST['show_headers']) : null; //exe id $origin = api_get_origin(); +$this_section = 'results'; if ($origin == 'learnpath') { $show_headers = false; diff --git a/main/template/default/layout/show_header.tpl b/main/template/default/layout/show_header.tpl index 68128aafab..e400ab428b 100755 --- a/main/template/default/layout/show_header.tpl +++ b/main/template/default/layout/show_header.tpl @@ -10,7 +10,6 @@ {% endblock %} -