Fixed the box for the dashboard.

This commit is contained in:
mdtrooper 2014-11-21 13:41:20 +01:00
parent 93c1089cff
commit e63886e1e7
1 changed files with 2 additions and 2 deletions

View File

@ -736,8 +736,8 @@ function visual_map_print_item($mode = "read", $layoutData,
switch ($type) {
case BOX_ITEM:
$style = "";
$style .= "width: " . $width . "px; ";
$style .= "height: " . $height . "px; ";
$style .= "width: " . ($width * $proportion) . "px; ";
$style .= "height: " . ($height * $proportion) . "px; ";
$style .= "border-style: solid; ";
$style .= "border-width: " . $border_width . "px; ";
$style .= "border-color: " . $border_color . "; ";