diff --git a/src/core/features/course/components/module-summary/module-summary.html b/src/core/features/course/components/module-summary/module-summary.html index 11bb659c0..7af594e4b 100644 --- a/src/core/features/course/components/module-summary/module-summary.html +++ b/src/core/features/course/components/module-summary/module-summary.html @@ -54,44 +54,9 @@ - - - -

- - {{ 'addon.storagemanager.downloads' | translate }} -

-
-
- - -

{{ 'addon.storagemanager.totalspaceusage' | translate }}

- {{ sizeReadable | coreBytesToSize }} -
- - - - -
- - -

{{ 'core.lastdownloaded' | translate }} {{ downloadTimeReadable }}

-
-
- - - - - {{ 'core.download' | translate }} - - -
- - +

{{ 'core.grades.gradebook' | translate @@ -188,6 +153,41 @@ + + + +

+ + {{ 'addon.storagemanager.downloads' | translate }} +

+
+
+ + +

{{ 'addon.storagemanager.totalspaceusage' | translate }}

+ {{ sizeReadable | coreBytesToSize }} +
+ + + + +
+ + +

{{ 'core.lastdownloaded' | translate }} {{ downloadTimeReadable }}

+
+
+ + + + + {{ 'core.download' | translate }} + + +
+ diff --git a/src/core/features/course/components/module-summary/module-summary.scss b/src/core/features/course/components/module-summary/module-summary.scss index 5f86396c2..a4bb647d2 100644 --- a/src/core/features/course/components/module-summary/module-summary.scss +++ b/src/core/features/course/components/module-summary/module-summary.scss @@ -22,3 +22,16 @@ ion-item ion-label ion-icon { @include margin-horizontal(0, 4px); vertical-align: text-top; } + + +ion-item.card-header { + --padding-start: 8px; + --padding-end: 8px; + --inner-padding-start: 0px; + --inner-padding-end: 0px; + --min-height: 40px; + + ion-label { + margin: 0px; + } +}