MOBILE-3833 storage: Do not show info text if downloads are disabled
parent
77cbaa1f96
commit
a251482349
|
@ -10,7 +10,7 @@
|
||||||
</ion-header>
|
</ion-header>
|
||||||
<ion-content class="limited-width">
|
<ion-content class="limited-width">
|
||||||
<core-loading [hideUntil]="loaded">
|
<core-loading [hideUntil]="loaded">
|
||||||
<ion-item class="ion-text-wrap">
|
<ion-item class="ion-text-wrap" *ngIf="downloadCourseEnabled">
|
||||||
<ion-label>
|
<ion-label>
|
||||||
<p>{{ 'addon.storagemanager.courseinfo' | translate }}</p>
|
<p>{{ 'addon.storagemanager.courseinfo' | translate }}</p>
|
||||||
</ion-label>
|
</ion-label>
|
||||||
|
|
|
@ -844,6 +844,10 @@ ion-card {
|
||||||
ion-item:only-child {
|
ion-item:only-child {
|
||||||
--inner-border-width: 0px;
|
--inner-border-width: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
ion-card-title {
|
||||||
|
font-size: 20px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.core-course-module-handler:not(.addon-mod-label-handler) .item-heading .filter_mathjaxloader_equation div {
|
.core-course-module-handler:not(.addon-mod-label-handler) .item-heading .filter_mathjaxloader_equation div {
|
||||||
|
|
Loading…
Reference in New Issue