Merge branch 'cherry-pick-061273a2' into 'pandora_6.0'

Merge branch '5-consola-visual-metaconsola-scroll-a-tope-integria-4346' into 'develop'

fixed visual error visual console

Closes #5

See merge request !9

See merge request !10
This commit is contained in:
vgilc 2017-01-11 17:39:14 +01:00
commit a7776122ef

View File

@ -75,7 +75,7 @@ if (!defined('METACONSOLE')) {
echo '<div id="frame_view" style="width: 100%; height: 500px; overflow: scroll; margin: 0 auto;">';
}
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="
margin: 0px auto;border: 2px black solid; width: ' . $widthBackground . 'px; height: ' . $heightBackground . 'px;">';