From 784b1a5d8a26e412888ed3e591e364b7a93c0007 Mon Sep 17 00:00:00 2001 From: yomguy Date: Tue, 15 Jan 2013 13:08:55 +0100 Subject: [PATCH] fix seminars height --- teleforma/templates/teleforma/seminar_media_video.html | 6 +++++- teleforma/templates/teleforma/seminars.html | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) 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 %} -