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

fixed visual error visual console

Closes #5

See merge request !9
This commit is contained in:
daniel 2017-01-11 17:37:50 +01:00
commit 061273a2b2
1 changed files with 1 additions and 1 deletions

View File

@ -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;">';