]> git.parisson.com Git - teleforma.git/commitdiff
update seminar template
authoryomguy <yomguy@parisson.com>
Thu, 29 Nov 2012 08:34:37 +0000 (09:34 +0100)
committeryomguy <yomguy@parisson.com>
Thu, 29 Nov 2012 08:34:37 +0000 (09:34 +0100)
teleforma/static/teleforma/css/teleforma.css
teleforma/templates/teleforma/inc/document_simple_list.html
teleforma/templates/teleforma/inc/media_package_list.html
teleforma/templates/teleforma/inc/question_list.html
teleforma/templates/teleforma/seminar_detail.html

index c86737540b847a6e118406eca40076da8925868a..453e66a27ec13c4f858fa8d404269577635bcb5f 100644 (file)
@@ -1481,11 +1481,13 @@ input,textarea{
     }
 
 .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 {
index be66863d098e9bba689cefb9568f246e1b0c8902..7d4b2f3a168ca8880e9ce085e5febce75598cb6d 100644 (file)
@@ -4,7 +4,7 @@
 <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>
 
 
index e0770566484312fc36bec913bce450f0e563d324..db73de0ad387eda64f02b85b99fc047c985cf72f 100644 (file)
@@ -5,7 +5,7 @@
 {% 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>
index 1c2e91f72d9a2ad6cab1b118ad674fcec668b977..b2ba371ad7675302a203e5791d9902f5899f539f 100644 (file)
@@ -4,7 +4,7 @@
 <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>
 
 
index d0266009e477b2b68c1e69a29a5bbdc719e2cbab..6f3a267402c272dd5527d8e838db9004fe8ffb0b 100644 (file)
@@ -15,9 +15,7 @@
         {% 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 %}