From: yomguy Date: Wed, 2 Jan 2013 20:27:20 +0000 (+0100) Subject: fix seminar button X-Git-Tag: 0.9-probarreau~184 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=d57fe43650f8b3d1d93cce55ed49bfcc0e350aed;p=teleforma.git fix seminar button --- diff --git a/teleforma/static/teleforma/css/teleforma.css b/teleforma/static/teleforma/css/teleforma.css index d0e320b6..f1356642 100644 --- a/teleforma/static/teleforma/css/teleforma.css +++ b/teleforma/static/teleforma/css/teleforma.css @@ -1512,6 +1512,7 @@ input,textarea{ .course_content p { padding: 0.5em 0.8em 0.8em 0.8em; margin-top: 0.8em; + overflow: auto; } .course_media { diff --git a/teleforma/templates/teleforma/inc/seminar_description.html b/teleforma/templates/teleforma/inc/seminar_description.html index 8c47cfae..bf4182e0 100644 --- a/teleforma/templates/teleforma/inc/seminar_description.html +++ b/teleforma/templates/teleforma/inc/seminar_description.html @@ -1,7 +1,7 @@ {% load teleforma_tags %} {% load i18n %} -
+
{% trans "course" %}
{{ seminar.course }}
{% trans "level" %}
{{ seminar.level }}
{% trans "public concerned" %}
{{ seminar.concerned }}
diff --git a/teleforma/templates/teleforma/seminars.html b/teleforma/templates/teleforma/seminars.html index aaf9f707..f53bd5d0 100644 --- a/teleforma/templates/teleforma/seminars.html +++ b/teleforma/templates/teleforma/seminars.html @@ -15,7 +15,7 @@ $(function () { $(function () { $('div.keywords').expander({ - slicePoint: 45, + slicePoint: 40, expandText: 'Lire plus', userCollapseText: 'Cacher le texte', }); @@ -88,7 +88,6 @@ $(function() { {% for seminar in object_list %}
-
{{ seminar.title }}
@@ -100,21 +99,26 @@ $(function() {
+ +
+
+
{% endfor %}