From e6146ae068173f2305f43c2f693b8c9a9525f9f5 Mon Sep 17 00:00:00 2001 From: SecretR Date: Fri, 18 Oct 2013 14:14:42 +0300 Subject: [PATCH] e-iframe css class --- e107_core/templates/header_default.php | 2 +- e107_web/js/core/all.jquery.css | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/e107_core/templates/header_default.php b/e107_core/templates/header_default.php index 2cc21edb6..828aebb84 100644 --- a/e107_core/templates/header_default.php +++ b/e107_core/templates/header_default.php @@ -597,7 +597,7 @@ echo "\n"; { $HEADER = ""; $FOOTER = ""; - $body_onload .= " style='padding:15px;margin:0px'"; //TODO e-iframe css class. + $body_onload .= " class='e-iframe'"; } $HEADER = str_replace("{e_PAGETITLE}",deftrue('e_PAGETITLE',''),$HEADER); diff --git a/e107_web/js/core/all.jquery.css b/e107_web/js/core/all.jquery.css index ec415a219..d7365c83b 100644 --- a/e107_web/js/core/all.jquery.css +++ b/e107_web/js/core/all.jquery.css @@ -16,3 +16,4 @@ select.e-bb { margin-top:0px; width:100px } .bbcode_buttons { } .bbcode_buttons:hover { } +body.e-iframe { padding:15px; margin:0px; }