1
0
mirror of https://github.com/e107inc/e107.git synced 2025-04-22 13:41:52 +02:00

e-iframe css class

This commit is contained in:
SecretR 2013-10-18 14:14:42 +03:00
parent 6b627ac015
commit e6146ae068
2 changed files with 2 additions and 1 deletions
e107_core/templates
e107_web/js/core

@ -597,7 +597,7 @@ echo "</head>\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);

@ -16,3 +16,4 @@ select.e-bb { margin-top:0px; width:100px }
.bbcode_buttons { }
.bbcode_buttons:hover { }
body.e-iframe { padding:15px; margin:0px; }