diff --git a/app/Resources/public/css/base.css b/app/Resources/public/css/base.css
index 8f1ccbd86c..237da3bfdb 100644
--- a/app/Resources/public/css/base.css
+++ b/app/Resources/public/css/base.css
@@ -6226,6 +6226,9 @@ div#chat-remote-video video {
.description-upload{
margin-bottom: 10px;
}
+.files-table{
+ padding-top: 20px;
+}
#whoisonline .items-user{
text-align: center;
/*border:1px solid #dddddd; */
diff --git a/main/dropbox/index.php b/main/dropbox/index.php
index be8822093f..cd1d675116 100755
--- a/main/dropbox/index.php
+++ b/main/dropbox/index.php
@@ -448,7 +448,7 @@ if ($action != 'add') {
if (api_get_session_id() != 0 && !api_is_allowed_to_session_edit(false, true)) {
$selectlist = array();
}
-
+ echo '
';
Display::display_sortable_config_table(
'dropbox',
$column_header,
@@ -460,6 +460,7 @@ if ($action != 'add') {
$column_order,
$selectlist
);
+ echo '
';
}
/* SENT FILES */
@@ -619,6 +620,7 @@ if ($action != 'add') {
if (api_get_session_id() != 0 && !api_is_allowed_to_session_edit(false, true)) {
$selectlist = array('download_received' => get_lang('Download'));
}
+ echo '';
Display::display_sortable_config_table(
'dropbox',
$column_header,
@@ -630,6 +632,7 @@ if ($action != 'add') {
$column_order,
$selectlist
);
+ echo '
';
}
}
diff --git a/main/group/group.php b/main/group/group.php
index a013662135..1b6d9a8000 100755
--- a/main/group/group.php
+++ b/main/group/group.php
@@ -199,7 +199,7 @@ $actionsRight = GroupManager::getSearchForm();
$toolbar = Display::toolbarAction('toolbar-groups', $content = array( 0 => $actionsLeft, 1 => $actionsRight ));
$group_cats = GroupManager::get_categories(api_get_course_id());
-echo '';
+
echo $toolbar;