Skip to content

Commit

Permalink
BuyCourses: Display titles in bold - refs BT#17957
Browse files Browse the repository at this point in the history
  • Loading branch information
AngelFQC committed Dec 30, 2020
1 parent 028e799 commit c4397ef
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 1 addition & 4 deletions plugin/buycourses/resources/css/style.css
Expand Up @@ -387,12 +387,9 @@ tr.sale-columns th{
height: 14.22222px;
}

div.items-course-info h4.title{
div.items-course-info h4.title {
font-weight: bold;
height: 2.8em;
width: 100%;
text-overflow: ellipsis;
overflow: hidden;
}

@media (min-width: 991px) {
Expand Down
2 changes: 2 additions & 0 deletions plugin/buycourses/src/session_catalog.php
Expand Up @@ -105,6 +105,8 @@

$templateName = $plugin->get_lang('CourseListOnSale');

$htmlHeadXtra[] = api_get_css(api_get_path(WEB_PLUGIN_PATH).'buycourses/resources/css/style.css');

$template = new Template($templateName);
$template->assign('search_filter_form', $form->returnForm());
$template->assign('sessions_are_included', $includeSessions);
Expand Down

0 comments on commit c4397ef

Please sign in to comment.