From 823b369d051a7d923d01c4f7005944c7d6ff619d Mon Sep 17 00:00:00 2001 From: aragonc Date: Thu, 3 Sep 2015 14:47:32 -0500 Subject: [PATCH] fix div groups CT#7539 --- app/Resources/public/css/base.css | 3 +++ main/dropbox/index.php | 5 ++++- main/group/group.php | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) 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;