Proyectos de Subversion Moodle

Rev

Rev 1 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 1 Rev 1441
Línea 63... Línea 63...
63
 
63
 
64
    .gradeparent .user.cell {
64
    .gradeparent .user.cell {
65
        .username {
65
        .username {
66
            display: inline-flex;
66
            display: inline-flex;
-
 
67
            align-items: center;
Línea 67... Línea 68...
67
            align-items: center;
68
            text-decoration: none;
68
 
69
 
69
            .userinitials {
70
            .userinitials {
70
                margin-right: .5rem;
71
                margin-right: .5rem;
Línea 332... Línea 333...
332
            background-color: $dm-gray-100;
333
            background-color: $dm-gray-100;
333
        }
334
        }
Línea 334... Línea 335...
334
 
335
 
335
        .grade_icons {
336
        .grade_icons {
336
            .icon {
-
 
337
                display: inline-flex;
-
 
338
                align-items: center;
-
 
339
                justify-content: center;
337
            .icon {
340
                width: 20px;
338
                width: 20px;
341
                height: 20px;
339
                height: 20px;
342
                padding: 3px;
340
                padding: 3px;
343
                border-radius: $btn-border-radius-lg;
341
                border-radius: $btn-border-radius-lg;
Línea 387... Línea 385...
387
                    &[data-hidden="true"] {
385
                    &[data-hidden="true"] {
388
                        display: none;
386
                        display: none;
389
                    }
387
                    }
Línea 390... Línea 388...
390
 
388
 
391
                    th {
389
                    th {
392
                        vertical-align: bottom;
390
                        vertical-align: middle;
393
                        border: none;
391
                        border: none;
394
                        text-align: left;
392
                        text-align: left;
Línea 395... Línea 393...
395
                        background-color: $gray-100;
393
                        background-color: $gray-100;
Línea 422... Línea 420...
422
                                font-size: 70%;
420
                                font-size: 70%;
423
                            }
421
                            }
Línea 424... Línea 422...
424
 
422
 
425
                            .itemicon {
423
                            .itemicon {
426
                                font-size: 18px;
424
                                font-size: 18px;
427
                                width: 30px;
425
                                width: 18px;
428
                                height: 30px;
-
 
429
                                margin-right: .35rem;
-
 
430
                                margin-left: .5rem;
-
 
431
                                padding: 3px;
-
 
432
                                border-radius: 30px;
426
                                height: 18px;
433
                            }
427
                            }
Línea 434... Línea 428...
434
                        }
428
                        }
435
 
429
 
Línea 603... Línea 597...
603
            border: 2px dashed $dm-gray-700;
597
            border: 2px dashed $dm-gray-700;
604
            background-color: $dm-gray-300;
598
            background-color: $dm-gray-300;
605
        }
599
        }
606
    }
600
    }
Línea 607... Línea -...
607
 
-
 
608
    .path-grade-report-user .user-grade .column-itemname .itemicon,
-
 
609
    .grade-report-user .user-grade .column-itemname .itemicon {
-
 
610
        width: 30px;
-
 
611
        height: 30px;
-
 
612
    }
-
 
613
 
601
 
614
/**
602
/**
615
 * Grader report.
603
 * Grader report.
616
 */
604
 */
617
.column-name .gradeitemheader,
605
.column-name .gradeitemheader,
Línea 625... Línea 613...
625
        height: 30px;
613
        height: 30px;
626
    }
614
    }
627
}
615
}
Línea 628... Línea 616...
628
 
616
 
-
 
617
// ---- URL: /grade/edit/tree/index.php?id=4
-
 
618
.column-name .gradeitemheader {
-
 
619
    margin-left: 3px;
-
 
620
}
629
// ---- URL: /grade/edit/tree/index.php?id=4
621
 
630
.path-grade-report-grader .heading .gradeitemheader {
622
.path-grade-report-grader .heading .gradeitemheader {
631
    line-height: 1.3;
623
    line-height: 1.3;
Línea -... Línea 624...
-
 
624
}
-
 
625
 
-
 
626
.path-grade-report-grader .gradeitemheader {
-
 
627
    vertical-align: middle;
632
}
628
}
633
 
629
 
634
.gradeparent {
630
.gradeparent {
635
    // width: calc(100vw - 178px);
631
    // width: calc(100vw - 178px);
Línea 688... Línea 684...
688
            cursor: pointer;
684
            cursor: pointer;
689
        }
685
        }
Línea 690... Línea 686...
690
 
686
 
691
        tr.heading {
687
        tr.heading {
692
            position: sticky;
688
            position: sticky;
693
            top: 0;
689
            top: $navbar-height;
694
            z-index: 4;
690
            z-index: 4;
Línea 695... Línea 691...
695
        }
691
        }
696
 
692
 
Línea 732... Línea 728...
732
            border-right: transparent;
728
            border-right: transparent;
733
        }
729
        }
734
    }
730
    }
735
}
731
}
Línea -... Línea 732...
-
 
732
 
-
 
733
.path-grade-report-grader .gradeparent .cell {
-
 
734
    vertical-align: middle;
-
 
735
}
736
 
736
 
737
.theme-dark.path-grade-report-grader {
737
.theme-dark.path-grade-report-grader {
738
    .gradeparent {
738
    .gradeparent {
739
        tr .cell,
739
        tr .cell,
740
        .floater .cell {
740
        .floater .cell {
Línea 912... Línea 912...
912
.gradingform_rubric .criterion .levels .level .score {
912
.gradingform_rubric .criterion .levels .level .score {
913
    font-size: $font-size-base;
913
    font-size: $font-size-base;
914
    font-style: normal;
914
    font-style: normal;
915
    font-weight: $font-weight-medium;
915
    font-weight: $font-weight-medium;
916
    white-space: normal;
916
    white-space: normal;
917
    color: $green-800;
917
    color: $green-900;
918
    background-color: $green-200;
918
    background-color: $green-200;
Línea 919... Línea 919...
919
 
919
 
920
    display: block !important;
920
    display: block !important;
921
    padding: 2px 5px;
921
    padding: 2px 5px;
Línea 1154... Línea 1154...
1154
 
1154
 
1155
.path-grade-report-grader .gradeparent table {
1155
.path-grade-report-grader .gradeparent table {
1156
    border: 0;
1156
    border: 0;
Línea -... Línea 1157...
-
 
1157
}
-
 
1158
 
-
 
1159
table a {
-
 
1160
    &::before {
-
 
1161
        display: none;
-
 
1162
    }
1157
}
1163
}
1158
 
1164
 
1159
#page-grade-report-overview-index .main-content {
1165
#page-grade-report-overview-index .main-content {
Línea 1160... Línea 1166...
1160
    .generaltable {
1166
    .generaltable {
Línea 1185... Línea 1191...
1185
        }
1191
        }
1186
    }
1192
    }
1187
}
1193
}
Línea 1188... Línea 1194...
1188
 
1194
 
1189
.path-grade-report-singleview div.reporttable {
-
 
1190
    margin-bottom: 0;
1195
.path-grade-report-singleview div.reporttable {
1191
    text-align: left;
-
 
1192
    border-radius: $border-radius;
1196
    text-align: left;
Línea 1193... Línea 1197...
1193
}
1197
}
1194
 
1198
 
1195
.theme-dark.path-grade-report-singleview div.reporttable {
1199
.theme-dark.path-grade-report-singleview div.reporttable {
1196
    background-color: $dm-gray-100;
-
 
1197
    color: $dm-body-color;
1200
    background-color: $dm-gray-100;
Línea 1198... Línea 1201...
1198
    border-radius: $border-radius;
1201
    color: $dm-body-color;
1199
}
1202
}
1200
 
1203
 
Línea 1212... Línea 1215...
1212
    padding: 5px;
1215
    padding: 5px;
1213
    border-radius: 20px;
1216
    border-radius: 20px;
1214
    background-color: $green-200;
1217
    background-color: $green-200;
1215
}
1218
}
Línea 1216... Línea 1219...
1216
 
1219
 
1217
.path-grade-report-singleview .reporttable tbody th {    
1220
.path-grade-report-singleview .reporttable tbody th {
1218
    .itemicon {
1221
    .itemicon {
1219
        margin-right: .35rem;
1222
        margin-right: .35rem;
1220
        width: 30px;
1223
        width: 36px;
1221
        height: 30px;
1224
        height: 36px;
1222
    }
1225
    }
Línea 1223... Línea 1226...
1223
}
1226
}
1224
 
1227
 
1225
.path-grade-report-singleview .reporttable {
1228
.path-grade-report-singleview .reporttable {
1226
    .category {
1229
    .category {
1227
        font-size: $font-size-xs;
1230
        font-size: $font-size-xs;
1228
        color: $body-color-light;
1231
        color: $body-color-light;
Línea 1229... Línea -...
1229
    }
-
 
1230
}
-
 
1231
 
-
 
1232
.theme-dark.path-grade-report-singleview .reporttable {
-
 
1233
    .category {
-
 
1234
        color: $dm-body-color-light;
-
 
1235
    }
1232
    }
1236
}
1233
}
1237
 
1234
 
1238
// TODO: check this http://localhost:8888/moodle311/grade/report/singleview/index.php?id=6&item=grade&itemid=31
1235
// TODO: check this http://localhost:8888/moodle311/grade/report/singleview/index.php?id=6&item=grade&itemid=31
1239
.pagelayout-redirect {
1236
.pagelayout-redirect {
Línea 1273... Línea 1270...
1273
    max-width: 300px;
1270
    max-width: 300px;
1274
}
1271
}
Línea 1275... Línea 1272...
1275
 
1272
 
1276
#graded_users_selector {
1273
#graded_users_selector {
-
 
1274
    margin-top: $page-padding-global;
-
 
1275
 
-
 
1276
    label {
-
 
1277
        margin: 0 10px 0 0;
1277
    margin-top: $page-padding-global;
1278
    }
Línea 1278... Línea 1279...
1278
}
1279
}
1279
 
1280
 
1280
// Single Report Index
1281
// Single Report Index