]> git.parisson.com Git - teleforma.git/commitdiff
fix seminars height
authoryomguy <yomguy@parisson.com>
Tue, 15 Jan 2013 12:08:55 +0000 (13:08 +0100)
committeryomguy <yomguy@parisson.com>
Tue, 15 Jan 2013 12:08:55 +0000 (13:08 +0100)
teleforma/templates/teleforma/seminar_media_video.html
teleforma/templates/teleforma/seminars.html

index 728382b54055fb783d88dcc280f5262dca5f46c6..5a53c10bc993f60c11645bd8c5a677c85fbd763e 100644 (file)
@@ -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'});
+    
     });
 
 </script>
index 710d720e5381fe6b434fe980d68a5d2d6be64eed..6914e8db218df03db0ac5829a3d8e2d934005d8e 100644 (file)
@@ -39,7 +39,7 @@ $(function() {
 <div id="module-set-left" style="width: 18%">
 
 {% block modules %}
-<div class="module">
+<div class="module" id="seminars">
 
 <h3><a href="{% url teleforma-desk %}"><img src="{{ STATIC_URL }}telemeta/images/module_playlist.png" alt="playlists" style="vertical-align:middle" />{% trans "My seminars" %}</a></h3>
 <div style="background: white;">