Reduced the width of the box group CT#444

skala
Arthur Portugal 15 years ago
parent c7d7fdea77
commit 1bcba21055
  1. 2
      main/inc/lib/group_portal_manager.lib.php

@ -1076,7 +1076,7 @@ class GroupPortalManager
margin:0;
overflow:hidden; };
</style>';
echo '<div id="layout-left" style="float: left; width: 280px; height: 100%;">';
echo '<div id="layout-left" style="float: left; width: 270px; height: 100%;">';
//Group's title
echo '<h1><a href="groups.php?id='.$group_id.'">'.$group_info['name'].'</a></h1>';

Loading…
Cancel
Save