From 7d018f651d5f5b21a650d81ab5ea16a224585da6 Mon Sep 17 00:00:00 2001
From: tommy tomson <thomas.bierey@gmx.de>
Date: Mon, 9 Apr 2012 00:02:48 +0200
Subject: fixed z-index of youtube-vids  fixed bug to hide right_side

---
 view/theme/diabook-aerith/oembed_video.tpl | 4 ++++
 1 file changed, 4 insertions(+)
 create mode 100644 view/theme/diabook-aerith/oembed_video.tpl

(limited to 'view/theme/diabook-aerith/oembed_video.tpl')

diff --git a/view/theme/diabook-aerith/oembed_video.tpl b/view/theme/diabook-aerith/oembed_video.tpl
new file mode 100644
index 000000000..d6d29f724
--- /dev/null
+++ b/view/theme/diabook-aerith/oembed_video.tpl
@@ -0,0 +1,4 @@
+<a class="embed_yt" href='$embedurl' onclick='this.innerHTML=Base64.decode("$escapedhtml"); yt_iframe(); return false;' style='float:left; margin: 1em; position: relative;'>
+	<img width='$tw' height='$th' src='$turl' >
+	<div style='position: absolute; top: 0px; left: 0px; width: $twpx; height: $thpx; background: url(images/icons/48/play.png) no-repeat center center;'></div>
+</a>
-- 
cgit v1.2.3