mirror of
https://github.com/e107inc/e107.git
synced 2025-08-02 12:48:26 +02:00
e-iframe css class
This commit is contained in:
@@ -597,7 +597,7 @@ echo "</head>\n";
|
|||||||
{
|
{
|
||||||
$HEADER = "";
|
$HEADER = "";
|
||||||
$FOOTER = "";
|
$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);
|
$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 { }
|
||||||
.bbcode_buttons:hover { }
|
.bbcode_buttons:hover { }
|
||||||
|
|
||||||
|
body.e-iframe { padding:15px; margin:0px; }
|
||||||
|
Reference in New Issue
Block a user