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

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

[linterna-magica-commit] [363] Removed top and bottom padding from the t


From: Ivaylo Valkov
Subject: [linterna-magica-commit] [363] Removed top and bottom padding from the total about box height.
Date: Mon, 24 Dec 2012 13:48:27 +0000

Revision: 363
          
http://svn.sv.gnu.org/viewvc/?view=rev&root=linterna-magica&revision=363
Author:   valkov
Date:     2012-12-24 13:48:26 +0000 (Mon, 24 Dec 2012)
Log Message:
-----------
Removed top and bottom padding from the total about box height.

Modified Paths:
--------------
    trunk/src/lm_create_video_object.js

Modified: trunk/src/lm_create_video_object.js
===================================================================
--- trunk/src/lm_create_video_object.js 2012-12-24 13:37:00 UTC (rev 362)
+++ trunk/src/lm_create_video_object.js 2012-12-24 13:48:26 UTC (rev 363)
@@ -196,7 +196,8 @@
     container.appendChild(object_tag_wrapper);
 
     var about_box = this.create_about_box(id);
-    about_box.style.setProperty("height", object_data.height+"px",
+    // 40 = padding
+    about_box.style.setProperty("height", (object_data.height-40)+"px",
                                "important");
 
     container.appendChild(about_box);




reply via email to

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