linterna-magica-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[linterna-magica-commit] [362] Fixes about box (copyright information) h


From: Ivaylo Valkov
Subject: [linterna-magica-commit] [362] Fixes about box (copyright information) height and toggle issues.
Date: Mon, 24 Dec 2012 13:37:06 +0000

Revision: 362
          
http://svn.sv.gnu.org/viewvc/?view=rev&root=linterna-magica&revision=362
Author:   valkov
Date:     2012-12-24 13:37:00 +0000 (Mon, 24 Dec 2012)
Log Message:
-----------
Fixes about box (copyright information) height and toggle issues.

Modified Paths:
--------------
    trunk/data/style/template.css
    trunk/src/lm_create_video_object.js

Modified: trunk/data/style/template.css
===================================================================
--- trunk/data/style/template.css       2012-12-24 09:39:48 UTC (rev 361)
+++ trunk/data/style/template.css       2012-12-24 13:37:00 UTC (rev 362)
@@ -156,9 +156,9 @@
     display:block !important;
     position:relative !important;
     z-index: 999999 !important;
-    height: auto !important;
     width: 100% !important;
     padding-bottom: 20px !important;
+    overflow: auto !important;
 }
 
 .linterna-magica-update-info-box p,

Modified: trunk/src/lm_create_video_object.js
===================================================================
--- trunk/src/lm_create_video_object.js 2012-12-24 09:39:48 UTC (rev 361)
+++ trunk/src/lm_create_video_object.js 2012-12-24 13:37:00 UTC (rev 362)
@@ -196,6 +196,9 @@
     container.appendChild(object_tag_wrapper);
 
     var about_box = this.create_about_box(id);
+    about_box.style.setProperty("height", object_data.height+"px",
+                               "important");
+
     container.appendChild(about_box);
     
     // Mark the object, so it is not processed and chacked after




reply via email to

[Prev in Thread] Current Thread [Next in Thread]