Removed top blank space in visual console. Ticket #274

This commit is contained in:
Arturo Gonzalez 2017-02-16 15:55:08 +01:00
parent e0537184ac
commit 66cd74abbe
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ if (!defined('METACONSOLE')) {
else {
echo '<div id="frame_view" style="overflow: auto; margin: 0px auto; padding: 5px; ">';
}
echo '<div id="background" class="" style="top:50px;
echo '<div id="background" class="" style="top:0px;
margin: 0px auto;border: 1px lightgray solid; width: ' . $widthBackground . 'px; height: ' . $heightBackground . 'px;">';
echo "<div id='background_grid'
style='position: absolute; display: none; overflow: hidden;