From a88da91bbab8546dfed14e0274ccd6418d887562 Mon Sep 17 00:00:00 2001 From: Barbara Ramiro Date: Thu, 16 Mar 2017 20:03:42 +0800 Subject: [PATCH] MDL-57585 block_myoverview: grid adjustments to add more space This is for the 'Sort by courses' view. Part of MDL-55611 epic. --- .../myoverview/templates/course-event-list-item.mustache | 8 ++++---- blocks/myoverview/templates/course-item.mustache | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/blocks/myoverview/templates/course-event-list-item.mustache b/blocks/myoverview/templates/course-event-list-item.mustache index d8d78e8dc9a8c..dc6bde495ef40 100644 --- a/blocks/myoverview/templates/course-event-list-item.mustache +++ b/blocks/myoverview/templates/course-event-list-item.mustache @@ -39,20 +39,20 @@ }}
  • -
    +
    {{#icon}}{{#pix}} {{key}}, {{component}}, {{alttext}} {{/pix}}{{/icon}}
    {{name}} -

    +

    {{#userdate}} {{timesort}}, {{#str}} strftimerecent {{/str}} {{/userdate}}

    -
    +
    {{#action.actionable}} - {{action.name}} + {{action.name}} {{#action.itemcount}} {{.}} {{/action.itemcount}} diff --git a/blocks/myoverview/templates/course-item.mustache b/blocks/myoverview/templates/course-item.mustache index 68906dce1e1e5..56467685f70e0 100644 --- a/blocks/myoverview/templates/course-item.mustache +++ b/blocks/myoverview/templates/course-item.mustache @@ -31,10 +31,10 @@
  • -
    +
    {{> block_myoverview/course-summary }}
    -
    +
    {{< block_myoverview/course-event-list }} {{$limit}}10{{/limit}} {{$offset}}0{{/offset}}