From d57fe43650f8b3d1d93cce55ed49bfcc0e350aed Mon Sep 17 00:00:00 2001 From: yomguy Date: Wed, 2 Jan 2013 21:27:20 +0100 Subject: [PATCH] fix seminar button --- teleforma/static/teleforma/css/teleforma.css | 1 + .../teleforma/inc/seminar_description.html | 2 +- teleforma/templates/teleforma/seminars.html | 22 +++++++++++-------- 3 files changed, 15 insertions(+), 10 deletions(-) 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 %} -- 2.39.5