mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
MDL-67735 theme_boost: remove bs2 and bs4alpha compatibility css
This commit is contained in:
parent
a0fc902eb1
commit
4394f9e358
113 changed files with 958 additions and 1403 deletions
|
@ -25,7 +25,7 @@ function glossary_show_entry_entrylist($course, $cm, $glossary, $entry, $mode=''
|
|||
}
|
||||
if (!empty($entry->rating)) {
|
||||
echo '<br />';
|
||||
echo '<span class="ratings d-block p-t-1">';
|
||||
echo '<span class="ratings d-block pt-3">';
|
||||
$return = glossary_print_entry_ratings($course, $entry);
|
||||
echo '</span>';
|
||||
}
|
||||
|
|
|
@ -1369,7 +1369,7 @@ function glossary_print_entry_lower_section($course, $cm, $glossary, $entry, $m
|
|||
echo '<tr valign="top"><td class="icons">'.$icons.'</td></tr>';
|
||||
}
|
||||
if (!empty($entry->rating)) {
|
||||
echo '<tr valign="top"><td class="ratings p-t-1">';
|
||||
echo '<tr valign="top"><td class="ratings pt-3">';
|
||||
glossary_print_entry_ratings($course, $entry);
|
||||
echo '</td></tr>';
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue