mirror of
https://github.com/moodle/moodle.git
synced 2025-04-25 10:26:17 +02:00
MDL-56853 mod_folder: Review styles in boost
Remove random center-alignment and put buttons on a single line.
This commit is contained in:
parent
258d07d37e
commit
ba4173384d
@ -75,9 +75,7 @@ class mod_folder_renderer extends plugin_renderer_base {
|
||||
get_string('downloadfolder', 'folder')
|
||||
);
|
||||
|
||||
$output .= $this->output->container(
|
||||
$downloadbutton,
|
||||
'mdl-align folder-download-button');
|
||||
$output .= $downloadbutton;
|
||||
}
|
||||
|
||||
if (has_capability('mod/folder:managefiles', $context)) {
|
||||
@ -86,9 +84,7 @@ class mod_folder_renderer extends plugin_renderer_base {
|
||||
get_string('edit')
|
||||
);
|
||||
|
||||
$output .= $this->output->container(
|
||||
$editbutton,
|
||||
'mdl-align folder-edit-button');
|
||||
$output .= $editbutton;
|
||||
}
|
||||
}
|
||||
return $output;
|
||||
|
Loading…
x
Reference in New Issue
Block a user