From 7912fab9f716e62c23a405c3360bb9f44694e324 Mon Sep 17 00:00:00 2001 From: Alex Aragon Date: Wed, 5 Apr 2017 13:52:16 -0500 Subject: [PATCH] fix message alert --- app/Resources/public/css/base.css | 4 ++++ main/template/default/course_progress/progress.tpl | 4 +++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/app/Resources/public/css/base.css b/app/Resources/public/css/base.css index 88c7487569..cb50255f40 100644 --- a/app/Resources/public/css/base.css +++ b/app/Resources/public/css/base.css @@ -4142,6 +4142,10 @@ ul.holder li.bit-box{ height: 30px; display: block; } +.alert-thematic{ + margin-top: 10px; + display: inline-block; +} .thematic .thematic-advance{ margin-top: 10px; display: inline-block; diff --git a/main/template/default/course_progress/progress.tpl b/main/template/default/course_progress/progress.tpl index fec63a9baf..4e80515217 100644 --- a/main/template/default/course_progress/progress.tpl +++ b/main/template/default/course_progress/progress.tpl @@ -41,7 +41,9 @@ {% endif %}
{% if item.thematic_plan is empty %} -

{{ 'StillDoNotHaveAThematicPlan' | get_lang }}

+
+ +
{% else %} {% for subitem in item.thematic_plan %}

{{ subitem.title }}