mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
MDL-36633 usability: Styling over the admin pages
This commit is contained in:
parent
6bf410ed4b
commit
fa9c0aab13
21 changed files with 93 additions and 60 deletions
2
cache/renderer.php
vendored
2
cache/renderer.php
vendored
|
@ -86,7 +86,7 @@ class core_cache_renderer extends plugin_renderer_base {
|
|||
|
||||
$info = '';
|
||||
if (!empty($store['default'])) {
|
||||
$info = $this->output->pix_icon('i/info', $defaultstoreactions).' ';
|
||||
$info = $this->output->pix_icon('i/info', $defaultstoreactions, '', array('class' => 'icon'));
|
||||
}
|
||||
$htmlactions = array();
|
||||
foreach ($actions as $action) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue