Browse Source

Merge branch '1.11.x' of github.com:chamilo/chamilo-lms into 1.11.x

Angel Fernando Quiroz Campos 8 years ago
parent
commit
e2557dd5de

+ 4 - 0
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;

+ 3 - 1
main/template/default/course_progress/progress.tpl

@@ -41,7 +41,9 @@
                                 {% endif %}        
                                 <div class="thematic_plan_{{ item.id }}">
                                     {% if item.thematic_plan is empty %}
-                                        <p>{{ 'StillDoNotHaveAThematicPlan' | get_lang }}</p>
+                                    <div class="alert-thematic">
+                                        <div class="alert alert-info" role="alert">{{ 'StillDoNotHaveAThematicPlan' | get_lang }}</div>
+                                    </div>
                                     {% else %}
                                         {% for subitem in item.thematic_plan %}
                                         <h4>{{ subitem.title }}</h4>