From b5e10329f29014861d8e17fa15e00006feb29f4f Mon Sep 17 00:00:00 2001 From: Michael Vogel Date: Thu, 30 Apr 2015 06:12:21 +0200 Subject: [PATCH] The oembed iframe now has a class name to use it for stylesheets. --- include/oembed.php | 2 +- view/global.css | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/include/oembed.php b/include/oembed.php index 69583167cf..a793bd8006 100755 --- a/include/oembed.php +++ b/include/oembed.php @@ -210,7 +210,7 @@ function oembed_iframe($src,$width,$height) { $a = get_app(); $s = $a->get_baseurl()."/oembed/".base64url_encode($src); - return ''; + return ''; } diff --git a/view/global.css b/view/global.css index c61ded6ae8..628bac7cfc 100644 --- a/view/global.css +++ b/view/global.css @@ -84,6 +84,10 @@ span.connector { position: relative; } +.embed_rich { + display: block; +} + /* Shared Messages */ .shared_header { height: 32px;