From 6898cdd3568461190a766714ab5e0e40276bd658 Mon Sep 17 00:00:00 2001 From: Ábner Silva de Oliveira Date: Fri, 4 Apr 2014 10:37:06 -0300 Subject: [PATCH] fixed problem with embeded blocks --- style.css | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index 0696b57..12827e5 100644 --- a/style.css +++ b/style.css @@ -2877,7 +2877,19 @@ body.action-embed-index { width: 100%; height: 100%; display: table; - position: absolute; + /*position: absolute;*/ +} + +#embed #content { + left: 0; + margin-left: 0; + margin-top: 0; + position: relative; + width: 100%; +} + +#embed #content .title { + padding-right: 0px; } .action-embed-index #boxes, -- libgit2 0.21.2