MDL-58732 block_myoverview: improve style of empty course palceholder
This commit is contained in:
@@ -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}}">
|
||||
|
||||
@@ -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 {
|
||||
|
||||
@@ -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 {
|
||||
|
||||
@@ -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}}">
|
||||
|
||||
Reference in New Issue
Block a user