From 86e9c0df59f4675e0a552d4983aab1ec882eac58 Mon Sep 17 00:00:00 2001 From: othermachines Date: Mon, 7 May 2012 11:46:09 -0600 Subject: [PATCH] Issue #1565812: Set margin:0 !important on tag for embedded (iframe) media browser. --- css/media.css | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/css/media.css b/css/media.css index 9a12cda..efe6e44 100644 --- a/css/media.css +++ b/css/media.css @@ -208,6 +208,7 @@ body.page-media-browser { background: none; overflow: hidden; + margin:0 !important; } div#media-browser-tabs { @@ -340,6 +341,7 @@ a.button { body.page-media-format-form { background: none; + margin:0 !important; } #media-browser-page { -- 1.7.4.msysgit.0