diff options
Diffstat (limited to 'pages/admin.php')
-rw-r--r-- | pages/admin.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pages/admin.php b/pages/admin.php index f06e1b4..b4e53be 100644 --- a/pages/admin.php +++ b/pages/admin.php @@ -179,9 +179,9 @@ function createThumbnail($mapMatrix, $idprefix, $width, $height) { }
$output = "
-<div id='$idprefix,outer' class='grid_outer' style='width:".($width+30)."px;height:".($height+50)."px;'>
+<div id='$idprefix,outer' class='grid_outer' style='width:".($width+30)."px;height:".($height+60)."px;'>
- <div class='grid_dsp_left dsp_49'>
+ <div class='grid_dsp_left dsp_60'>
<div id='$idprefix,dspID' class='grid_dsp_data' title='MapID: $idprefix'>
MapID: $idprefix
</div>
|