{
}
}}
- <div id="month-detailed-{{uniqid}}" class="calendarwrapper" data-courseid="{{courseid}}" data-current-time="{{time}}">
+ <div class="calendarwrapper" data-courseid="{{courseid}}" data-current-time="{{time}}">
{{> core_calendar/month_header }}
{{> core_calendar/month_navigation }}
- <table class="calendarmonth calendartable card-deck m-b-0">
+ {{> core/overlay_loading}}
+ <table id="month-detailed-{{uniqid}}" class="calendarmonth calendartable card-deck m-b-0">
<thead>
<tr>
{{# daynames }}
cursor: pointer;
}
+.overlay-icon-container {
+ position: absolute;
+ top: 0;
+ left: 0;
+ width: 100%;
+ height: 100%;
+ background-color: rgba(255, 255, 255, 0.6);
+
+ .loading-icon {
+ position: absolute;
+ top: 50%;
+ left: 50%;
+ transform: translate(-50%, -50%);
+
+ .icon {
+ height: 40px;
+ width: 40px;
+
+ }
+ }
+}
++
+ [data-drag-type="move"] {
+ cursor: move;
+ }
.clickable {
cursor: pointer;
}
+.overlay-icon-container {
+ position: absolute;
+ top: 0;
+ left: 0;
+ width: 100%;
+ height: 100%;
+ background-color: rgba(255, 255, 255, 0.6);
+}
+.overlay-icon-container .loading-icon {
+ position: absolute;
+ top: 50%;
+ left: 50%;
+ transform: translate(-50%, -50%);
+}
+.overlay-icon-container .loading-icon .icon {
+ height: 40px;
+ width: 40px;
+}
+ [data-drag-type="move"] {
+ cursor: move;
+ }
/* admin.less */
.formtable tbody th {
font-weight: normal;