From: yomguy Date: Tue, 15 Jan 2013 12:08:55 +0000 (+0100) Subject: fix seminars height X-Git-Tag: 0.9-probarreau~140 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=784b1a5d8a26e412888ed3e591e364b7a93c0007;p=teleforma.git fix seminars height --- diff --git a/teleforma/templates/teleforma/seminar_media_video.html b/teleforma/templates/teleforma/seminar_media_video.html index 728382b5..5a53c10b 100644 --- a/teleforma/templates/teleforma/seminar_media_video.html +++ b/teleforma/templates/teleforma/seminar_media_video.html @@ -31,7 +31,7 @@ var mediaUtils = { } $(window).ready(function(){ - var p = jQuery('#publish'); + var p = $('#publish'); var f = mediaUtils; p.unbind('click').click(function() { if (p.hasClass('icon_ok')){ @@ -44,6 +44,10 @@ $(window).ready(function(){ } } ); + + var module = $('seminars'); + module.css({'max-height': '200px'}); + }); diff --git a/teleforma/templates/teleforma/seminars.html b/teleforma/templates/teleforma/seminars.html index 710d720e..6914e8db 100644 --- a/teleforma/templates/teleforma/seminars.html +++ b/teleforma/templates/teleforma/seminars.html @@ -39,7 +39,7 @@ $(function() {
{% block modules %} -