Merge branch 'MDL-58732-master' of git://github.com/ryanwyllie/moodle

This commit is contained in:
Andrew Nicols
2017-05-01 15:22:53 +08:00
6 changed files with 21 additions and 12 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 -1
View File
@@ -36,7 +36,7 @@
</a>
</li>
</ul>
<div class="tab-content">
<div class="tab-content content-centred">
<div role="tabpanel" class="tab-pane fade in active" id="myoverview_timeline_view">
{{> block_myoverview/timeline-view }}
</div>
+15 -3
View File
@@ -179,14 +179,18 @@ $doughnut-fill-colour: $brand-warning;
}
}
.content-centred {
max-width: 900px;
margin-left: auto;
margin-right: auto;
}
.empty-placeholder-image-sm {
height: 70px;
width: 85px;
height: 50px;
}
.empty-placeholder-image-lg {
height: 125px;
width: 145px;
}
.courses-view-course-item {
@@ -194,3 +198,11 @@ $doughnut-fill-colour: $brand-warning;
overflow-y: hidden;
}
}
@media (min-width: 1600px) {
.block_myoverview {
.courses-view-course-item {
height: 190px;
}
}
}
+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
@@ -16406,12 +16406,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;
@@ -28,6 +28,7 @@
data-limit="{{$limit}}20{{/limit}}"
data-course-id="{{$courseid}}{{/courseid}}"
data-last-id="{{$lastid}}{{/lastid}}"
data-midnight="{{midnight}}"
id="event-list-container-{{$courseid}}{{/courseid}}">
<div data-region="event-list-content">
@@ -86,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}}"