}
.course_description {
- color: #000;
- border-top: 1px solid #aaa;
- margin-top: 0.5em;
- padding: 0.5em 0em 0.5em 0em;
- font-size: 0.9em;
+ background-color: #FFF;
+ -moz-border-radius: 8px 0px 8px 8px;
+ -webkit-border-radius: 8px 0px 8px 8px;
+ border-radius: 8px 0px 8px 8px;
+ padding: 0.5em 0.5em 1em 1em;
+ margin-top: 0.8em;
+ border: 1px solid #dfdfdf;
}
.course_content {
<div class="course_content">
<div class="course_subtitle">
-<h3><img src="{{ STATIC_URL }}/telemeta/images/item_title.png" width="10px" alt="" /> {% trans "Documents"%}</h3>
+<h3><img src="{{ STATIC_URL }}/telemeta/images/item_title.png" width="10px" alt="" /> {% trans "Read the following documents" %}</h3>
</div>
{% if course.media.all|from_course_type:type %}
<div class="course_content">
<div class="course_subtitle">
- <h3><img src="{{ STATIC_URL }}telemeta/images/item_title.png" width="10px" alt="" /> {% trans "Passed conferences"%}</h3>
+ <h3><img src="{{ STATIC_URL }}telemeta/images/item_title.png" width="10px" alt="" /> {% trans "Read the following documents" %}</h3>
</div>
<table class="listing" width="100%">
<tbody>
<div class="course_content">
<div class="course_subtitle">
-<h3><img src="{{ STATIC_URL }}/telemeta/images/item_title.png" width="10px" alt="" /> {% trans "Questions"%}</h3>
+<h3><img src="{{ STATIC_URL }}/telemeta/images/item_title.png" width="10px" alt="" /> {% trans "Respond to the following questions" %}</h3>
</div>
{% if seminar.description %}{{ seminar.description }}{% endif %}
</div>
- <div class="course_step">
- {% trans "Read the following documents" %}
- </div>
+
{% with seminar.docs_1 as docs %}
{% include "teleforma/inc/document_simple_list.html" %}
{% endwith %}
{% include "teleforma/inc/media_package_list.html" %}
{% endwith %}
-->
- <div class="course_step">
- {% trans "Read the following documents" %}
- </div>
+
{% with seminar.docs_2 as docs %}
{% include "teleforma/inc/document_simple_list.html" %}
{% endwith %}
- <div class="course_step">
- {% trans "Respond to the following questions" %}
- </div>
{% with seminar.question as questions %}
{% include "teleforma/inc/question_list.html" %}
{% endwith %}
{% if validated %}
- <div class="course_step">
- {% trans "Read the following documents" %}
- </div>
{% with seminar.docs_correct as docs %}
{% include "teleforma/inc/document_simple_list.html" %}
{% endwith %}