Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 1441
Línea 160... Línea 160...
160
}
160
}
Línea 161... Línea 161...
161
 
161
 
162
#categoryquestions {
162
#categoryquestions {
Línea -... Línea 163...
-
 
163
    margin: 0;
-
 
164
 
-
 
165
    // thead {
-
 
166
    //     position: sticky;
-
 
167
    //     z-index: $zindex-tooltip;
-
 
168
    //     top: $navbar-height;
-
 
169
    //     background-color: $gray-100;
-
 
170
 
-
 
171
    //     .theme-dark & {
-
 
172
    //         background-color: $dm-gray-100;
-
 
173
    //     }
163
    margin: 0;
174
    // }
164
 
175
 
165
    td,
176
    td,
166
    th {
177
    th {
Línea 269... Línea 280...
269
    display: none;
280
    display: none;
270
}
281
}
Línea 271... Línea 282...
271
 
282
 
Línea 272... Línea 283...
272
.que {
283
.que {
273
 
284
 
274
    .r0,
285
    div.r0,
275
    .r1 {
286
    div.r1 {
276
        border-radius: $btn-border-radius;
287
        border-radius: $btn-border-radius;
277
        display: flex;
288
        display: flex;
278
        align-items: center;
289
        align-items: center;
Línea 471... Línea 482...
471
 
482
 
472
#page-mod-quiz-edit .section-heading {
483
#page-mod-quiz-edit .section-heading {
473
    margin: 1rem 0;
484
    margin: 1rem 0;
Línea -... Línea 485...
-
 
485
    height: auto;
474
    height: auto;
486
 
475
 
487
    .editing_delete,
476
    .editing_section {
488
    .editing_section {
477
        display: flex;
489
        display: inline-flex;
478
        align-items: center;
490
        align-items: center;
479
        justify-content: center;
491
        justify-content: center;
-
 
492
        width: 40px;
-
 
493
        height: 40px;
-
 
494
        text-decoration: none;
-
 
495
 
-
 
496
        &:before {
Línea 480... Línea 497...
480
        width: 40px;
497
            display: none;
-
 
498
        }
481
        height: 40px;
499
 
482
 
-
 
483
        .icon {
500
        .icon {
484
            padding: 10px;
501
            font-size: 16px;
485
            background-color: $gray-100;
502
            padding: 10px;
-
 
503
            border-radius: $btn-border-radius-lg;
-
 
504
        }
-
 
505
    }
-
 
506
 
-
 
507
    .editing_delete {
-
 
508
        .icon {
-
 
509
            color: $red-800;
-
 
510
            background-color: $red-100;
-
 
511
        }
-
 
512
    }
-
 
513
 
-
 
514
    .editing_section {
-
 
515
        .icon {
-
 
516
            color: $primary-color-600;
-
 
517
            background-color: $gray-100;
-
 
518
        }
-
 
519
    }
-
 
520
}
-
 
521
 
486
            border-radius: $btn-border-radius-lg;
522
.theme-dark#page-mod-quiz-edit .section-heading .editing_section .icon {
Línea 487... Línea 523...
487
        }
523
    color: $dm-body-color;
488
    }
524
    background-color: $dm-gray-300;  
489
}
525
}
Línea 498... Línea 534...
498
            filter: invert(1);
534
            filter: invert(1);
499
        }
535
        }
500
    }
536
    }
501
}
537
}
Línea -... Línea 538...
-
 
538
 
-
 
539
#page-mod-quiz-edit .section-heading .instancesection {
-
 
540
    max-width: 100%;
-
 
541
}
502
 
542
 
503
#page-mod-quiz-edit .section-heading .instancesectioncontainer {
543
#page-mod-quiz-edit .section-heading .instancesectioncontainer {
504
    display: inline-flex;
544
    display: inline-flex;
Línea 505... Línea 545...
505
}
545
}
Línea 661... Línea 701...
661
    color: $dm-link-color;
701
    color: $dm-link-color;
662
}
702
}
Línea 663... Línea 703...
663
 
703
 
664
#page-mod-quiz-edit ul.slots li.activity div.activityinstance .questiontext {
704
#page-mod-quiz-edit ul.slots li.activity div.activityinstance .questiontext {
665
    display: block;
705
    display: block;
666
    padding-left: 50px;
706
    padding-left: 44px;
667
    margin-top: 0;
707
    margin-top: 0;
Línea 668... Línea 708...
668
    margin-bottom: 0;
708
    margin-bottom: 0;
Línea 1074... Línea 1114...
1074
}
1114
}
Línea 1075... Línea 1115...
1075
 
1115
 
1076
#page-mod-quiz-edit ul.slots .activityinstance>a {
1116
#page-mod-quiz-edit ul.slots .activityinstance>a {
1077
    display: inline-flex;
1117
    display: inline-flex;
-
 
1118
    align-items: flex-start;
Línea 1078... Línea 1119...
1078
    align-items: flex-start;
1119
    text-decoration: none;
1079
 
1120
 
1080
    &:hover {
1121
    &:hover {
1081
        text-decoration: none;
1122
        text-decoration: none;
Línea -... Línea 1123...
-
 
1123
    }
-
 
1124
}
-
 
1125
 
-
 
1126
#page-mod-quiz-edit ul.slots li.section li.activity .editing_maxmark {
1082
    }
1127
    text-decoration: none;
1083
}
1128
}
1084
 
1129
 
1085
#page-mod-quiz-edit.select-multiple input.select-multiple-checkbox[type="checkbox"] {
1130
#page-mod-quiz-edit.select-multiple input.select-multiple-checkbox[type="checkbox"] {
1086
    margin: 20px;
1131
    margin: 20px;
Línea 1189... Línea 1234...
1189
.tag-condition-container {
1234
.tag-condition-container {
1190
    position: relative;
1235
    position: relative;
1191
}
1236
}
Línea 1192... Línea 1237...
1192
 
1237
 
1193
 
1238
 
1194
.questioncategories {
1239
// .questioncategories {
1195
    padding: 1rem 1.5rem;
1240
//     padding: 1rem 1.5rem;
1196
    margin: 2rem 0 0;
1241
//     margin: 2rem 0 0;
1197
 
1242
 
1198
    border: 1px solid $border-color;
1243
//     border: 1px solid $border-color;
1199
    border-radius: $btn-border-radius;
1244
//     border-radius: $btn-border-radius;
1200
 
1245
 
1201
    position: relative;
1246
//     position: relative;
1202
 
1247
 
1203
    .theme-dark & {
1248
//     .theme-dark & {
1204
        border-color: $dm-border-color;
1249
//         border-color: $dm-border-color;
1205
    }
1250
//     }
1206
 
1251
 
1207
    .rui-title-container {
1252
//     .rui-title-container {
1208
        margin-bottom: 0;
1253
//         margin-bottom: 0;
1209
        width: auto;
1254
//         width: auto;
1210
 
1255
 
1211
        font-size: $font-size-sm;
1256
//         font-size: $font-size-sm;
1212
        font-weight: $font-weight-medium;
1257
//         font-weight: $font-weight-medium;
1213
        color: $body-color-light;
1258
//         color: $body-color-light;
1214
 
1259
 
1215
        .theme-dark & {
-
 
1216
            color: $dm-body-color-light;
-
 
1217
        }
-
 
1218
    }
-
 
1219
 
-
 
1220
    a {
-
 
1221
        .icon {
-
 
1222
            @extend .btn-special-icon;
-
 
1223
        }
-
 
1224
 
-
 
1225
        &:hover {
-
 
1226
            text-decoration: none;
-
 
1227
 
-
 
1228
            .icon {
1260
//         .theme-dark & {
1229
                @extend .btn-special-icon--hover;
-
 
1230
            }
-
 
1231
        }
-
 
1232
 
-
 
1233
        &:after {
1261
//             color: $dm-body-color-light;
1234
            display: none;
-
 
1235
        }
1262
//         }
1236
    }
1263
//     }
1237
 
1264
 
1238
    .rui-main-content-title {
1265
//     .rui-main-content-title {
1239
        width: 100% !important;
1266
//         width: 100% !important;
1240
 
1267
 
1241
        padding: 0 0 1rem 0;
1268
//         padding: 0 0 1rem 0;
1242
        margin: 0 0 1rem !important;
1269
//         margin: 0 0 1rem !important;
1243
 
1270
 
1244
        font-family: $font-family-base;
1271
//         font-family: $font-family-base;
1245
        font-size: $font-size-md;
1272
//         font-size: $font-size-md;
1246
        color: $body-color-secondary;
1273
//         color: $body-color-secondary;
1247
        border-bottom: 1px solid $border-color;
1274
//         border-bottom: 1px solid $border-color;
1248
 
1275
 
1249
        .theme-dark & {
1276
//         .theme-dark & {
1250
            color: $dm-body-color-secondary;
1277
//             color: $dm-body-color-secondary;
1251
            border-color: $dm-border-color;
1278
//             border-color: $dm-border-color;
1252
        }
1279
//         }
1253
 
1280
 
1254
    }
1281
//     }
1255
 
1282
 
1256
    ul {
1283
//     ul {
1257
 
1284
 
1258
        li {
1285
//         li {
1259
            padding: 10px 0;
1286
//             padding: 10px 0;
1260
            margin: 15px 0;
1287
//             margin: 15px 0;
1261
            position: relative;
1288
//             position: relative;
1262
 
1289
 
1263
            &:last-child {
1290
//             &:last-child {
1264
                padding-bottom: 0;
1291
//                 padding-bottom: 0;
1265
            }
1292
//             }
1266
 
1293
 
1267
            b,
1294
//             b,
1268
            .text_to_html {
1295
//             .text_to_html {
1269
                margin-left: 0;
1296
//                 margin-left: 0;
1270
            }
1297
//             }
1271
 
1298
 
1272
            .text_to_html {
1299
//             .text_to_html {
1273
                margin-top: .35rem;
1300
//                 margin-top: .35rem;
1274
                margin-bottom: .5rem;
1301
//                 margin-bottom: .5rem;
1275
                color: $body-color-secondary;
1302
//                 color: $body-color-secondary;
1276
 
1303
 
1277
                .theme-dark & {
1304
//                 .theme-dark & {
1278
                    color: $dm-body-color-secondary;
1305
//                     color: $dm-body-color-secondary;
1279
                }
1306
//                 }
1280
            }
1307
//             }
1281
 
1308
 
1282
        }
1309
//         }
Línea 1283... Línea 1310...
1283
    }
1310
//     }
1284
}
1311
// }
1285
 
1312
 
1286
.questionbankwindow {
1313
.questionbankwindow {
Línea 1291... Línea 1318...
1291
    .choosecategory {
1318
    .choosecategory {
1292
        margin-bottom: 1rem;
1319
        margin-bottom: 1rem;
1293
    }
1320
    }
Línea 1294... Línea 1321...
1294
 
1321
 
1295
    #displayoptions {
1322
    #displayoptions {
Línea 1296... Línea 1323...
1296
        padding: 1rem 2rem;
1323
        padding: 10px 18px;
1297
 
1324
 
Línea 1298... Línea 1325...
1298
        margin-top: 1rem;
1325
        margin-top: 1rem;
Línea 1319... Línea 1346...
1319
            }
1346
            }
1320
        }
1347
        }
1321
    }
1348
    }
1322
}
1349
}
Línea 1323... Línea -...
1323
 
-
 
1324
@include media-breakpoint-up(md) {
1350
 
1325
    #categoryquestions td.editmenu .action-menu {
-
 
1326
        position: absolute;
-
 
1327
        margin: -13px 0 0;
-
 
1328
    }
-
 
Línea 1329... Línea 1351...
1329
}
1351
table#categoryquestions {
1330
 
1352
 
1331
.question_table {
-
 
Línea 1332... Línea 1353...
1332
    overflow: auto;
1353
    thead {
-
 
1354
        background-color: $container-bg;
-
 
1355
 
-
 
1356
        position: sticky;
1333
}
1357
        top: 0;
-
 
1358
        z-index: 3;
-
 
1359
 
-
 
1360
        .theme-dark & {
Línea 1334... Línea 1361...
1334
 
1361
            background-color: $dm-container-bg;
1335
table#categoryquestions {
1362
        }
1336
    width: max-content;
1363
    }
1337
 
1364
 
Línea 1365... Línea 1392...
1365
    .editmenu {
1392
    .editmenu {
1366
        width: 100px;
1393
        width: 100px;
1367
    }
1394
    }
Línea 1368... Línea 1395...
1368
 
1395
 
1369
    .iconcol .icon {
1396
    .iconcol .icon {
1370
        width: 18px;
1397
        width: 18px!important;
Línea 1371... Línea 1398...
1371
        height: 18px;
1398
        height: 18px!important;
1372
 
1399
 
-
 
1400
        padding: 6px;
-
 
1401
        border-radius: $btn-border-radius;
-
 
1402
        background-color: $gray-100;
-
 
1403
        color: $body-color;
-
 
1404
 
-
 
1405
        .theme-dark & {
-
 
1406
            background-color: $dm-gray-100;
1373
        padding: 6px;
1407
            color: $dm-body-color;
Línea 1374... Línea 1408...
1374
        border-radius: $btn-border-radius;
1408
        }
1375
    }
1409
    }
Línea 1547... Línea 1581...
1547
    padding-right: 20px;
1581
    padding-right: 20px;
Línea 1548... Línea 1582...
1548
 
1582
 
1549
    border-radius: $btn-border-radius;
1583
    border-radius: $btn-border-radius;
Línea 1550... Línea 1584...
1550
    font-size: $font-size-sm;
1584
    font-size: $font-size-sm;
Línea 1551... Línea 1585...
1551
 
1585
 
1552
    background-color: $gray-100;
1586
    background-color: $primary-color-100;
1553
 
1587
 
1554
    .btn {
1588
    .btn {
Línea 1688... Línea 1722...
1688
    }
1722
    }
1689
}
1723
}
Línea 1690... Línea 1724...
1690
 
1724
 
1691
.que .grade {
1725
.que .grade {
1692
    background-color: $gray-100;
1726
    background-color: $gray-100;
Línea 1693... Línea 1727...
1693
    color: $gray-600;
1727
    color: $gray-800;
1694
 
1728
 
1695
    .theme-dark & {
1729
    .theme-dark & {
1696
        background-color: $dm-gray-300;
1730
        background-color: $dm-gray-300;
Línea 1764... Línea 1798...
1764
        }
1798
        }
1765
    }
1799
    }
Línea 1766... Línea 1800...
1766
 
1800
 
1767
    .correct & {
1801
    .correct & {
1768
        background-color: $green-100;
1802
        background-color: $green-100;
Línea 1769... Línea 1803...
1769
        color: $green-600;
1803
        color: $green-800;
1770
 
1804
 
1771
        .theme-dark & {
1805
        .theme-dark & {
1772
            background-color: #0a6457;
1806
            background-color: #0a6457;
1773
            color: $green-100;
1807
            color: $green-100;
Línea 1774... Línea 1808...
1774
        }
1808
        }
1775
    }
1809
    }
1776
 
1810
 
Línea 1777... Línea 1811...
1777
    .answersaved & {
1811
    .answersaved & {
1778
        background-color: var(--primary-color-100);
1812
        background-color: $primary-color-100;
1779
        color: $primary-color-700;
1813
        color: $primary-color-700;
1780
 
1814
 
1781
        .theme-dark & {
1815
        .theme-dark & {
1782
            background-color: $primary-color-600;
1816
            background-color: $primary-color-600;
Línea 1783... Línea 1817...
1783
            color: var(--primary-color-100);
1817
            color: $primary-color-100;
Línea 1840... Línea 1874...
1840
            background-color: #0a6457;
1874
            background-color: #0a6457;
1841
        }
1875
        }
1842
    }
1876
    }
Línea 1843... Línea 1877...
1843
 
1877
 
1844
    .answersaved & {
1878
    .answersaved & {
Línea 1845... Línea 1879...
1845
        background-color: var(--primary-color-100);
1879
        background-color: $primary-color-100;
1846
 
1880
 
1847
        .theme-dark & {
1881
        .theme-dark & {
1848
            background-color: $primary-color-600;
1882
            background-color: $primary-color-600;
Línea 1886... Línea 1920...
1886
        }
1920
        }
1887
    }
1921
    }
Línea 1888... Línea 1922...
1888
 
1922
 
1889
    .correct {
1923
    .correct {
1890
        background-color: $green-100;
1924
        background-color: $green-100;
1891
        color: $green-600;
1925
        color: $green-800;
Línea 1892... Línea 1926...
1892
        border-color: $green-300;
1926
        border-color: $green-300;
1893
 
1927
 
1894
        .theme-dark & {
1928
        .theme-dark & {
Línea 1994... Línea 2028...
1994
    }
2028
    }
1995
}
2029
}
Línea 1996... Línea 2030...
1996
 
2030
 
1997
#page-mod-quiz-attempt .submitbtns,
2031
#page-mod-quiz-attempt .submitbtns,
-
 
2032
#page-mod-quiz-review .submitbtns {
1998
#page-mod-quiz-review .submitbtns {
2033
    margin-top: 5px;
1999
    padding-top: 0;
2034
    padding-top: 0;
2000
    display: inline-flex;
2035
    display: inline-flex;
2001
    width: 100%;
2036
    width: 100%;
2002
    justify-content: space-between;
2037
    justify-content: space-between;
Línea 2205... Línea 2240...
2205
        .mdl-align {
2240
        .mdl-align {
2206
            text-align: right;
2241
            text-align: right;
2207
            margin-bottom: 20px;
2242
            margin-bottom: 20px;
2208
        }
2243
        }
2209
    }
2244
    }
-
 
2245
 
-
 
2246
    #page {
-
 
2247
        z-index: 2;
-
 
2248
    }
-
 
2249
 
-
 
2250
    .sticky-column {
-
 
2251
        position: sticky;
-
 
2252
        left: 0;
-
 
2253
        background-color: $container-bg;
-
 
2254
        z-index: 1029;
-
 
2255
    }
-
 
2256
 
-
 
2257
    &.drawer-open-left {
-
 
2258
        .sticky-column {
-
 
2259
            left: $drawer-width;
-
 
2260
        }
-
 
2261
    }
-
 
2262
}
-
 
2263
 
-
 
2264
.theme-dark#page-mod-quiz-report .sticky-column {
-
 
2265
    background-color: $dm-container-bg;
2210
}
2266
}
Línea 2211... Línea 2267...
2211
 
2267
 
2212
#page-mod-quiz-report .main-content {
2268
#page-mod-quiz-report .main-content {
2213
    #tablecontainer {
2269
    #tablecontainer {
-
 
2270
        margin: $page-padding-global 0;
-
 
2271
 
-
 
2272
        .no-overflow {
-
 
2273
            overflow: initial;
-
 
2274
 
-
 
2275
            #attempts {
-
 
2276
                min-width: 100%;
-
 
2277
                width: max-content;
-
 
2278
 
-
 
2279
                thead {
-
 
2280
                    position: sticky;
-
 
2281
                    top: $navbar-height;
-
 
2282
                    z-index: $zindex-fixed;
-
 
2283
                    background-color: $container-bg;
-
 
2284
                }
-
 
2285
            } 
-
 
2286
        }
-
 
2287
    }
-
 
2288
}
-
 
2289
 
-
 
2290
.theme-dark#page-mod-quiz-report .main-content {
-
 
2291
    #tablecontainer {
-
 
2292
        .no-overflow {
-
 
2293
            #attempts {
-
 
2294
                thead {
-
 
2295
                    background-color: $dm-container-bg;
-
 
2296
                }
-
 
2297
            }
2214
        margin: $page-padding-global 0;
2298
        }
2215
    }
2299
    }
Línea -... Línea 2300...
-
 
2300
}
-
 
2301
 
-
 
2302
body.path-mod-quiz .gradedattempt,
-
 
2303
body.path-mod-quiz table tbody tr.gradedattempt>td,
-
 
2304
body.path-mod-quiz table tbody tr.gradedattempt>td.sticky-column {
-
 
2305
    background-color: $primary-color-300;
2216
}
2306
}
2217
 
2307
 
2218
.quizattemptcounts {
2308
.quizattemptcounts {
2219
    display: inline-flex;
2309
    display: inline-flex;
Línea 2256... Línea 2346...
2256
        font-size: $font-size-xs;
2346
        font-size: $font-size-xs;
2257
        color: $body-color-light;
2347
        color: $body-color-light;
2258
    }
2348
    }
Línea 2259... Línea 2349...
2259
 
2349
 
2260
    .correct {
2350
    .correct {
2261
        color: $green-600;
2351
        color: $green-800;
Línea 2262... Línea 2352...
2262
    }
2352
    }
2263
 
2353
 
2264
    .partiallycorrect {
2354
    .partiallycorrect {
Línea 2449... Línea 2539...
2449
        border-radius: $btn-border-radius;
2539
        border-radius: $btn-border-radius;
Línea 2450... Línea 2540...
2450
 
2540
 
Línea 2451... Línea 2541...
2451
        color: $gray-800;
2541
        color: $gray-800;
2452
 
2542
 
2453
        &:hover {
2543
        &:hover {
2454
            background-color: var(--primary-color-100);
2544
            background-color: $primary-color-100;
2455
            color: $primary-color-600;
2545
            color: $primary-color-600;
Línea 2456... Línea 2546...
2456
        }
2546
        }
Línea 2575... Línea 2665...
2575
    }
2665
    }
Línea 2576... Línea 2666...
2576
 
2666
 
2577
    #commentcollapse+form {
2667
    #commentcollapse+form {
2578
        margin-top: 1rem;
2668
        margin-top: 1rem;
-
 
2669
    }
Línea 2579... Línea 2670...
2579
    }
2670
}
2580
 
2671
 
2581
    #responseform {
2672
#responseform {
2582
        padding: 20px;
2673
    padding: 20px;
Línea 2583... Línea 2674...
2583
        border: 1px solid $border-color;
2674
    border: 1px solid $border-color;
2584
        border-radius: $btn-border-radius;
2675
    border-radius: $btn-border-radius;
2585
 
-
 
2586
        .theme-dark & {
2676
 
2587
            border-color: $dm-body-color;
2677
    .theme-dark & {
Línea 2588... Línea 2678...
2588
        }
2678
        border-color: $dm-border-color;
2589
    }
2679
    }
Línea 2640... Línea 2730...
2640
    background-color: $dm-gray-100;
2730
    background-color: $dm-gray-100;
2641
}
2731
}
Línea 2642... Línea 2732...
2642
 
2732
 
2643
#page-mod-quiz-attempt.pagelayout-secure .submitbtns,
2733
#page-mod-quiz-attempt.pagelayout-secure .submitbtns,
2644
#page-mod-quiz-review.pagelayout-secure .submitbtns {
2734
#page-mod-quiz-review.pagelayout-secure .submitbtns {
2645
    margin-bottom: 30px;
2735
    margin-bottom: 0;
Línea 2646... Línea 2736...
2646
}
2736
}
2647
 
2737
 
2648
#page-mod-quiz-edit span.editinstructions {
2738
#page-mod-quiz-edit span.editinstructions {
Línea 2673... Línea 2763...
2673
 
2763
 
2674
#page-mod-quiz-view .quizinfo {
2764
#page-mod-quiz-view .quizinfo {
2675
    text-align: left;
2765
    text-align: left;
Línea 2676... Línea -...
2676
}
-
 
2677
 
-
 
2678
.modal {
-
 
2679
    table#categoryquestions {
-
 
2680
        width: 100%;
-
 
2681
    }
-
 
2682
 
-
 
2683
    table#categoryquestions th,
-
 
2684
    table#categoryquestions td {
-
 
2685
        padding: 5px 0 !important;
-
 
2686
    }
-
 
2687
}
-
 
2688
 
2766
}
2689
 
2767
 
2690
#page-mod-quiz-edit #categoryquestions span.questionname,
2768
#page-mod-quiz-edit #categoryquestions span.questionname,
2691
#page-mod-quiz-edit ul.slots li.activity div.activityinstance span.questionname {
2769
#page-mod-quiz-edit ul.slots li.activity div.activityinstance span.questionname {
2692
    font-size: 13px;
2770
    font-size: 13px;
Línea 2696... Línea 2774...
2696
.theme-dark#page-mod-quiz-edit #categoryquestions span.questionname,
2774
.theme-dark#page-mod-quiz-edit #categoryquestions span.questionname,
2697
.theme-dark#page-mod-quiz-edit ul.slots li.activity div.activityinstance span.questionname {
2775
.theme-dark#page-mod-quiz-edit ul.slots li.activity div.activityinstance span.questionname {
2698
    color: $dm-body-color;
2776
    color: $dm-body-color;
2699
}
2777
}
Línea 2700... Línea 2778...
2700
 
2778
 
-
 
2779
#page-mod-quiz-edit .modal {
-
 
2780
    table.question-bank-table {
-
 
2781
        table-layout: auto;
-
 
2782
        
-
 
2783
        td, th {
-
 
2784
            width: 50px!important;
-
 
2785
            text-align: left;
-
 
2786
        }
-
 
2787
 
-
 
2788
        .questionname {
2701
#page-mod-quiz-edit .question-bank-table .iconcol {
2789
            display: inline-block;
-
 
2790
            width: 300px;
-
 
2791
        }
-
 
2792
    }
-
 
2793
 
-
 
2794
    .question-bank-table {
-
 
2795
        .questionnametext {
-
 
2796
            width: auto;
-
 
2797
        }
-
 
2798
    }
2702
    max-width: 20px;
2799
 
Línea 2703... Línea 2800...
2703
}
2800
}
2704
 
2801
 
2705
#categoryquestions th div {
2802
#categoryquestions th div {
Línea 2711... Línea 2808...
2711
    &.form-check {
2808
    &.form-check {
2712
        width: auto;
2809
        width: auto;
2713
    }
2810
    }
2714
}
2811
}
Línea -... Línea 2812...
-
 
2812
 
-
 
2813
#categoryquestions th div.header-container {
-
 
2814
    display: inline-flex;
-
 
2815
    width: max-content;
-
 
2816
 
-
 
2817
    .modal & {
-
 
2818
        display: block;
-
 
2819
    }
-
 
2820
}
2715
 
2821
 
2716
#categoryquestions .checkbox input[type="checkbox"] {
2822
#categoryquestions .checkbox input[type="checkbox"] {
2717
    width: 20px;
2823
    width: 20px;
2718
    height: 20px;
2824
    height: 20px;
Línea 2719... Línea 2825...
2719
}
2825
}
2720
 
2826
 
2721
#page-mod-quiz-edit .question-bank-table .header.checkbox {
-
 
2722
    .header-container {
-
 
2723
        display: flex;
-
 
2724
        justify-content: center;
2827
#page-mod-quiz-edit .question-bank-table .header.checkbox {
2725
 
2828
    .header-container {
2726
        .header-text .mr-1 {
2829
        .header-text .mr-1 {
2727
            margin: 0 !important;
2830
            margin: 0 !important;
2728
        }
2831
        }
Línea 2747... Línea 2850...
2747
#page-mod-quiz-edit .question-bank-table .questionnametext {
2850
#page-mod-quiz-edit .question-bank-table .questionnametext {
2748
    padding: 0 !important;
2851
    padding: 0 !important;
2749
    vertical-align: middle !important;
2852
    vertical-align: middle !important;
2750
}
2853
}
Línea -... Línea 2854...
-
 
2854
 
-
 
2855
#page-mod-quiz-edit .question-bank-table .questiontext {
-
 
2856
    display: block;
-
 
2857
    padding-top: 0;
-
 
2858
    padding-left: 0;
-
 
2859
}
2751
 
2860
 
-
 
2861
#page-mod-quiz-edit .question-bank-table .qtype {
2752
#page-mod-quiz-edit .question-bank-table .qtype {
2862
    width: 30px;
2753
    padding: 5px !important;
2863
    padding: 5px;
2754
    text-align: left;
2864
    text-align: left;
-
 
2865
    vertical-align: middle;
-
 
2866
 
-
 
2867
    img {
-
 
2868
        width: 16px;
-
 
2869
        height: 16px;
2755
    vertical-align: middle !important;
2870
    }
Línea 2756... Línea 2871...
2756
}
2871
}
2757
 
2872
 
2758
.qbank-column-list {
2873
.qbank-column-list {
Línea 2802... Línea 2917...
2802
        .questiontext p {
2917
        .questiontext p {
2803
            padding: 0 0 0 62px !important;
2918
            padding: 0 0 0 62px !important;
2804
            font-size: $font-size-xs !important;
2919
            font-size: $font-size-xs !important;
2805
        }
2920
        }
2806
    }
2921
    }
2807
}
-
 
2808
2922
}
-
 
2923
 
-
 
2924
body:has(.question_table) #page,
-
 
2925
body:has(.gradereport-grader-table) #page {
-
 
2926
    overflow:auto
-
 
2927
}
-
 
2928
 
-
 
2929
.qbank_managecategories-categorylist {
-
 
2930
    margin: 0;
-
 
2931
    padding: 0;
-
 
2932
    border-radius: $border-radius-lg;
-
 
2933
 
-
 
2934
    .qbank_managecategories-details {
-
 
2935
        display: flex;
-
 
2936
        align-items: center;
-
 
2937
    }
-
 
2938
 
-
 
2939
    .theme-dark & {
-
 
2940
        border-color: $dm-border-color;
-
 
2941
    }
-
 
2942
}
-
 
2943
 
-
 
2944
#page-question-bank-managecategories-category {
-
 
2945
    .context-heading {
-
 
2946
        margin-top: 30px;
-
 
2947
        margin-bottom: 0;
-
 
2948
        font-size: 1rem;
-
 
2949
    }
-
 
2950
}
-
 
2951
 
-
 
2952
#categoryroot {
-
 
2953
    padding: 0;
-
 
2954
}
-
 
2955
 
-
 
2956
.qbank_managecategories-item .container {
-
 
2957
    margin: 0;
-
 
2958
    width: 100%;
-
 
2959
    max-width: 100%;
-
 
2960
}
-
 
2961