From 958816901936a22f24d5f5bf0a27458649362558 Mon Sep 17 00:00:00 2001 From: Florian Staudacher Date: Mon, 25 Jun 2012 13:09:22 +0200 Subject: [PATCH] fix oembed iframe/thumb width for reshares [ci skip] --- app/assets/stylesheets/application.css.sass | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/app/assets/stylesheets/application.css.sass b/app/assets/stylesheets/application.css.sass index b2e017a98..385d614fd 100644 --- a/app/assets/stylesheets/application.css.sass +++ b/app/assets/stylesheets/application.css.sass @@ -1844,14 +1844,15 @@ ul#press_logos .oembed :background image-url('ajax-loader2.gif') no-repeat center center :float left - :max-width 100% + :width 100% .thumb :position relative :cursor pointer @include video-overlay() - + iframe, .thumb img + :width 100% .conversation_participants