]> git.mxchange.org Git - friendica.git/commitdiff
The oembed iframe now has a class name to use it for stylesheets.
authorMichael Vogel <icarus@dabo.de>
Thu, 30 Apr 2015 04:12:21 +0000 (06:12 +0200)
committerMichael Vogel <icarus@dabo.de>
Thu, 30 Apr 2015 04:12:21 +0000 (06:12 +0200)
include/oembed.php
view/global.css

index 69583167cfedfdf7a8ef03dd6fe1a4ba9582eed9..a793bd8006d754a242dd791a6a1952a684930622 100755 (executable)
@@ -210,7 +210,7 @@ function oembed_iframe($src,$width,$height) {
        $a = get_app();
 
        $s = $a->get_baseurl()."/oembed/".base64url_encode($src);
-       return '<iframe height="' . $height . '" width="' . $width . '" src="' . $s . '" frameborder="no" >' . t('Embedded content') . '</iframe>';
+       return '<iframe class="embed_rich" height="' . $height . '" width="' . $width . '" src="' . $s . '" frameborder="no" >' . t('Embedded content') . '</iframe>';
 
 }
 
index c61ded6ae85ab797d7191077d3f161abeef84dcc..628bac7cfc3b3cf61736ba8f4d19544b7158f9c2 100644 (file)
@@ -84,6 +84,10 @@ span.connector {
   position: relative;
 }
 
+.embed_rich {
+  display: block;
+}
+
 /* Shared Messages */
 .shared_header {
   height: 32px;