MDL-58732 block_myoverview: improve style of empty course palceholder

This commit is contained in:
Ryan Wyllie
2017-05-01 02:17:47 +00:00
parent 7243eef945
commit 2104e7a5e3
5 changed files with 5 additions and 11 deletions
@@ -87,7 +87,7 @@
</button>
</div>
</div>
<div class="hidden text-xs-center text-center" data-region="empty-message">
<div class="hidden text-xs-center text-center m-y-3" data-region="empty-message">
<img class="empty-placeholder-image-sm"
src="{{urls.noevents}}"
alt="{{#str}} noevents, block_myoverview {{/str}}">
+1 -3
View File
@@ -186,13 +186,11 @@ $doughnut-fill-colour: $brand-warning;
}
.empty-placeholder-image-sm {
height: 70px;
width: 85px;
height: 50px;
}
.empty-placeholder-image-lg {
height: 125px;
width: 145px;
}
.courses-view-course-item {
+1 -3
View File
@@ -367,13 +367,11 @@
}
.empty-placeholder-image-sm {
height: 70px;
width: 85px;
height: 50px;
}
.empty-placeholder-image-lg {
height: 125px;
width: 145px;
}
.courses-view-course-item {
+1 -3
View File
@@ -16404,12 +16404,10 @@ body {
display: block;
}
.block_myoverview .empty-placeholder-image-sm {
height: 70px;
width: 85px;
height: 50px;
}
.block_myoverview .empty-placeholder-image-lg {
height: 125px;
width: 145px;
}
.block_myoverview .courses-view-course-item {
height: 220px;
@@ -86,7 +86,7 @@
</button>
</div>
</div>
<div class="hidden text-xs-center text-center" data-region="empty-message">
<div class="hidden text-xs-center text-center m-y-3" data-region="empty-message">
<img class="empty-placeholder-image-sm"
src="{{urls.noevents}}"
alt="{{#str}} noevents, block_myoverview {{/str}}">