mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-26 23:35:02 +02:00
fixed visual error visual console
This commit is contained in:
parent
59bd635b3a
commit
21a133977c
@ -75,7 +75,7 @@ if (!defined('METACONSOLE')) {
|
|||||||
echo '<div id="frame_view" style="width: 100%; height: 500px; overflow: scroll; margin: 0 auto;">';
|
echo '<div id="frame_view" style="width: 100%; height: 500px; overflow: scroll; margin: 0 auto;">';
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
echo '<div id="frame_view" style="width: 919px; height: 500px; overflow: scroll; margin: 0 auto;">';
|
echo '<div id="frame_view" style="overflow: auto; margin: 0px auto; padding: 5px; ">';
|
||||||
}
|
}
|
||||||
echo '<div id="background" class="" style="
|
echo '<div id="background" class="" style="
|
||||||
margin: 0px auto;border: 2px black solid; width: ' . $widthBackground . 'px; height: ' . $heightBackground . 'px;">';
|
margin: 0px auto;border: 2px black solid; width: ' . $widthBackground . 'px; height: ' . $heightBackground . 'px;">';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user