X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Fglobal.css;h=ab57a762dd9edcf75d1c07f857ebeeb83ec2b89d;hb=fffc360c6a92386be81b2d425926a3ce2938d473;hp=b8fe5723f2c3d78535243ed49ffce33cc8535b17;hpb=29936060cf32c8adcebdd5058b826ac05ca6a41f;p=friendica.git diff --git a/view/global.css b/view/global.css index b8fe5723f2..ab57a762dd 100644 --- a/view/global.css +++ b/view/global.css @@ -59,12 +59,18 @@ span.connector { padding-bottom: 5px; margin-top: 10px; } -.type-link:after, .type-video:after { - content: "."; - display: block; - height: 0; - clear: both; - visibility: hidden; + +.type-link:after, .type-video:after, +.oembed.video:after { + content: "."; + display: block; + height: 0; + clear: both; + visibility: hidden; +} + +.type-video .oembed.video:after { + float: left; } .wall-item-container .wall-item-content .type-link img, @@ -93,6 +99,7 @@ span.connector { font-size: 13px; line-height: normal; } + .type-link .oembed, .type-video .oembed { font-size: 18px; font-weight: 300; @@ -121,6 +128,11 @@ span.connector { float: none; } +.oembed.video .embed_video > div { + position: absolute; + top: 0px; + left: 0px; +} .embed_rich { display: block; transition: height .75s;