Fixed visual error in visual console (meta).
This commit is contained in:
parent
4fb276159f
commit
858c0d8c23
|
@ -46,7 +46,7 @@ function visual_map_editor_print_item_palette($visualConsole_id, $background) {
|
|||
echo '<div id="properties_panel" style="display: none; position: absolute; border: 2px solid #114105; padding: 5px; background: white; z-index: 90;">';
|
||||
//----------------------------Hiden Form----------------------------
|
||||
?>
|
||||
<table class="databox" border="0" cellpadding="4" cellspacing="4" width="350">
|
||||
<table class="databox filters" border="0" cellpadding="4" cellspacing="4" width="350">
|
||||
<caption>
|
||||
<?php
|
||||
$titles = array(
|
||||
|
|
Loading…
Reference in New Issue