Proyectos de Subversion Moodle

Rev

Rev 1021 | Rev 1024 | Ir a la última revisión | | Comparar con el anterior | Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1 efrain 1
@charset "UTF-8";
2
 
3
:root {
4
    --primary-white: rgba(255, 255, 255, 0.9);
5
    --primary-white-hover: rgba(255, 255, 255, 0.04);
6
    --border-primary: #ffffff14;
1021 ariadna 7
    --primary-font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', 'Fira Sans', Ubuntu, Oxygen, 'Oxygen Sans', Cantarell, 'Droid Sans', 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Lucida Grande', Helvetica, Arial, sans-serif, "Dosis";
1 efrain 8
}
9
 
10
h1,
11
h2,
12
h3,
13
h4,
14
h5,
15
h6,
16
span,
17
a,
60 ariadna 18
p ,
19
.comment-message .text,
403 ariadna 20
.comment-message .time
21
.container{
1 efrain 22
    font-family: var(--primary-font-family);
23
}
24
 
25
/* Nav */
26
.rui-topbar-wrapper {
27
    background: #fff;
28
    border-bottom: 1px solid #aeb3b8;
29
    box-shadow: 1px 1px 1px #ddd;
30
    padding: 5px;
31
}
32
 
33
/* Drawer */
34
 
589 ariadna 35
@media (max-width: 767.98px) {
36
    .btn-drawer {
37
        left: 15px;
38
        top: 80px;
39
}
40
}
41
 
1 efrain 42
@media (min-width: 1100px){
43
.drawer-left, .drawer-right {
44
    height: calc(100% - 55px);
45
}
46
}
47
 
48
.drawer.drawer-left {
49
    background-color: #23292f;
50
    border-radius: 0;
51
    padding: 0;
52
    top: 55px;
53
}
54
 
55
.drawercontent {
56
    scrollbar-color: #757474 #fff;
57
    margin-right: 0;
58
    scrollbar-width: auto;
59
    padding: 0;
60
    height: calc(100% - 55px);
61
}
62
 
63
.courseindex .courseindex-item.pageitem {
64
    background: black;
65
    color: #fff;
66
    border-left: 5px solid #fff;
67
}
68
 
69
.drawerheader {
70
    border-bottom: 1px solid var(--border-primary);
71
    padding: .9rem !important;
72
    display: flex;
73
    justify-content: space-between;
74
    align-items: center;
75
}
76
 
77
.drawerheadercontent {
78
    position: relative !important;
79
    top: 0 !important;
80
    left: 0 !important;
81
    display: flex;
82
    align-items: center;
83
    justify-content: center;
84
    gap: .5rem;
85
}
86
 
87
.drawer.drawer-left .drawertoggle {
88
    margin-left: auto;
89
    margin-right: 0;
90
    margin-top: 2px;
91
    margin-bottom: 2px;
92
}
93
 
94
.drawerheadercontent h5{
95
    margin-bottom: 0;
96
    font-size: 16px;
97
    font-weight: 600;
98
    color: #fff;
99
    margin-top: 5px;
100
}
101
 
718 ariadna 102
.page-content.wrapper-fw {
715 ariadna 103
    padding-left: .5rem;
104
    padding-right: .5rem;
717 ariadna 105
    padding-top: .5rem;
1 efrain 106
    position: relative;
107
}
108
 
718 ariadna 109
#page-mod-quiz-summary .submitbtns {
110
    flex-direction: row;
719 ariadna 111
    margin-top: 1rem;
718 ariadna 112
}
113
 
843 ariadna 114
div.mdl-align {
718 ariadna 115
    min-height: auto;
116
}
117
 
1 efrain 118
.courseindex .courseindex-item.pageitem:hover, .courseindex .courseindex-item.pageitem:focus {
119
    color: #fff;
120
    background: #000;
121
    border-left: 5px solid #fff;
122
}
123
 
124
.courseindex .courseindex-item.pageitem:hover .courseindex-link{
125
    color: #fff;
126
}
127
 
718 ariadna 128
#page-mod-resource-view .page-content.wrapper-fw, #page-mod-hvp-view .page-content.wrapper-fw {
715 ariadna 129
    padding-left: 0;
130
    padding-right: 0;
717 ariadna 131
    padding-top: 0;
1 efrain 132
}
133
 
448 ariadna 134
#page-mod-resource-view .drawer-right .drawerheader , #page-mod-hvp-view .drawer-right .drawerheader  {
135
    display: none;
136
}
1 efrain 137
 
138
#page-mod-resource-view .drawer-right .drawercontent , #page-mod-hvp-view .drawer-right .drawercontent  {
139
    width: 100%;
140
}
141
 
142
#block-region-side-pre{
143
    justify-content: center;
144
}
145
 
146
.drawer-right .drawerheader .drawerheadercontent h5{
147
    display: none;
148
}
149
 
150
.courseindex .courseindex-section {
151
    border-radius: 0 !important;
152
    margin-left: 0 !important;
153
    margin-bottom: 0 !important;
154
}
155
 
156
.courseindex .courseindex-item.courseindex-section-title {
157
    flex-direction: row-reverse;
158
    justify-content: space-between;
159
    padding: 0.5rem 0;
160
    border-radius: 0 !important;
161
}
162
 
163
.courseindex .courseindex-section .courseindex-item.courseindex-section-title {
164
    border-bottom: 1px solid var(--border-primary) !important;
165
}
166
 
167
.courseindex .courseindex-item.courseindex-section-title a {
168
    color: var(--primary-white) !important;
169
    font-size: 14px !important;
170
    font-weight: 600;
171
    margin-left: 1rem;
172
}
173
 
174
.courseindex .courseindex-sectioncontent {
175
    padding: 0 !important;
176
}
177
 
178
.courseindex .courseindex-item.pageitem a {
179
    color: #fff;
180
}
181
 
182
 
183
.courseindex .courseindex-section .courseindex-sectioncontent .courseindex-item {
184
    padding: 10.5px;
185
    padding-left: 16px;
186
    border-bottom: 1px solid var(--border-primary);
187
    border-radius: 0;
188
}
189
 
190
.courseindex .courseindex-item:hover span,
191
.courseindex .courseindex-item:hover .courseindex-link,
192
.courseindex .courseindex-item:hover .courseindex-chevron,
193
.courseindex .courseindex-item:focus span,
194
.courseindex .courseindex-item:focus .courseindex-link,
195
.courseindex .courseindex-item:focus .courseindex-chevron {
196
    color: var(--primary-white);
197
}
198
 
199
.courseindex .courseindex-item:hover>span:not(.icons-collapse-expand),
200
.courseindex .courseindex-item:hover>.courseindex-link,
201
.courseindex .courseindex-item:hover>.courseindex-chevron:not(.icons-collapse-expand),
202
.courseindex .courseindex-item:focus>span:not(.icons-collapse-expand),
203
.courseindex .courseindex-item:focus>.courseindex-link,
204
.courseindex .courseindex-item:focus>.courseindex-chevron:not(.icons-collapse-expand) {
205
    text-decoration: underline;
206
}
207
 
208
.courseindex .expanded-icon,
209
.courseindex .collapsed-icon {
210
    background-color: transparent !important;
211
}
212
 
213
.courseindex .expanded-icon .icon,
214
.courseindex .collapsed-icon .icon {
215
    font-size: 20px !important;
216
}
217
 
218
/* Drawer end */
219
 
220
#page-mod-resource-view .rui-main-content-title--h4, #page-mod-hvp-view .rui-main-content-title--h4 {
221
    font-size: 16px;
222
    color: #757474;
223
    font-weight: 600;
224
}
225
 
226
.courseindex .courseindex-item.courseindex-section-title a {
227
    color: var(--primary-white);
228
}
229
 
230
.courseindex .courseindex-item .courseindex-name,
231
.courseindex .courseindex-item .courseindex-link {
232
    color: var(--primary-white);
233
}
234
 
235
.courseindex .expanded-icon,
236
.courseindex .collapsed-icon {
237
    background-color: #595858;
238
    color: var(--primary-white);
239
}
240
 
241
 
242
.wrapper--with-margin {
243
    width: calc(100% - 40px);
244
}
245
 
246
.btn.btn-icon,
247
a.btn-icon {
248
    color: var(--primary-white);
249
    line-height: 10px;
250
    background: transparent;
251
    width: 32px;
252
    height: 32px;
253
    border-radius: 32px;
254
    box-shadow: inset 0 0 0 1px var(--primary-white);
255
    opacity: 1;
256
}
257
 
258
.btn.btn-icon:hover,
259
a.btn-icon:hover {
260
    box-shadow: inset 0 0 0 2px var(--primary-white);
261
    background-color: var(--primary-white-hover);
262
}
263
 
264
.drawer {
265
    padding: 1px 10px;
266
}
267
 
268
.btn-icon {
269
    min-width: auto;
270
    border: none;
271
}
272
 
273
.btn-icon svg {
274
    width: 20px;
275
    height: 20px;
276
}
277
 
278
.btn.btn-icon,
279
#page .hsuforum-tools a.btn-icon {
280
    height: 30px;
281
    width: 30px;
282
}
283
 
284
.drawerheadercontent {
285
    top: 15px;
286
    right: 15px;
287
}
288
 
289
.video-js {
290
    border-radius: 0px;
291
}
292
 
293
.mediaplugin.mediaplugin_videojs {
294
    margin: 0;
295
}
296
 
297
.path-mod-resource .resourcecontent {
298
    margin-top: 0;
299
}
300
 
301
.video-js.vjs-fluid {
302
    padding-top: 75vh !important;
303
}
304
 
305
.drawer.drawer-right {
306
    visibility: visible;
307
    width: 100%;
308
    display: flex;
309
    float: left;
310
    position: revert;
311
    top: 1px;
312
}
313
 
314
#page.drawers.show-drawer-right {
315
    padding-right: 0;
316
}
317
 
318
#block-region-side-pre {
319
    display: flex;
320
    width: 100%;
321
    gap: 12px;
322
}
323
 
714 ariadna 324
.btn {
325
    line-height: 1;
326
}
327
 
1 efrain 328
.btn-group>.btn:last-child {
329
    border-top-right-radius: 0px;
330
    border-bottom-right-radius: 0px;
331
    height: 40px;
332
}
333
 
334
.btn-group>.btn:first-child {
335
    border-top-left-radius: 0px;
336
    border-bottom-left-radius: 0px;
337
}
338
 
339
.btn-primary, .mod_quiz-next-nav {
340
    background: transparent;
341
    color: #000;
342
    border-radius: 5px;
343
    border-color: #ddd;
344
}
345
 
346
.mb-2 a:hover{
347
    border: transparent;
348
    color: #000;
349
    background: #ddd;
350
}
351
 
352
.btn.btn-primary .mr-1:hover, .mod_quiz-next-nav:hover{
353
    border: transparent;
354
    color: #000;
355
    background: #ddd;
356
}
357
 
358
#blocks_buttons.btn-group .btn.nav-link {
359
    border: transparent;
360
    color: #212121;
361
    background: transparent;
362
    height: 40px;
363
}
364
 
365
#blocks_buttons.btn-group .btn.nav-link:hover,
366
#blocks_buttons.btn-group .btn.nav-link.active {
367
    background-color: #F5F5F5;
368
    color: #000;
369
}
370
 
371
#blocks_buttons.btn-group .btn.nav-link.active {
372
    border-bottom: 3px solid #000;
373
}
374
 
375
.card-header{
376
    border-bottom: 1px solid #ddd;
377
    padding: 0px;
378
    height: 46px;
379
}
380
 
381
.card-body {
382
    padding: 10px;
383
    margin-top: 5px;
384
}
385
 
386
.comment-list li{
387
    border: 1px solid #ddd;
388
    border-radius: 0px;
389
    padding: 20px;
390
}
391
 
392
.comment-message-meta a {
393
    color: #212121;
394
    font-size: 15px;
395
}
396
 
397
.comment-message .text {
398
    color: #000;
399
}
400
 
401
.drawer.drawer-right{
402
    padding: 0;
403
}
404
 
405
.drawer-right .drawercontent{
406
    height: fit-content;
407
    padding: 0;
408
    width: 100%;
409
}
410
 
411
.forum-post {
412
    border: 1px solid #ddd;
413
    border-radius: 10px;
414
    display: block;
415
    margin: auto;
416
    padding: 0;
417
    width: 60%;
418
}
419
 
420
.attachedimages, .post-content-container {
421
    padding: 0 12px;
422
}
423
 
424
.attachedimages img {
425
    display: block;
426
    margin: auto;
427
}
428
 
429
.rui-forum-edit-buttons {
430
    display: flex;
431
    gap: 5px;
432
    flex-wrap: wrap;
433
}
434
 
435
.post-actions{
436
    border-top: 1px solid #ddd;
437
    gap: 5px;
721 ariadna 438
    padding: 0.5rem;
1 efrain 439
}
440
 
441
.path-mod-forum .indent{
442
    margin-left: 0;
443
}
444
 
445
@media (min-width: 768px){
446
    .forum-post-reply {
447
        margin-left: 5%;
448
        max-width: 90%;
449
    }
450
}
451
 
452
textarea.form-control {
453
    border-radius: 0px;
454
    border: 1px solid #000;
455
}
456
 
457
.rui-page-footer {
458
    display: none;
459
}
460
 
461
.rui-footer-block--3 {
462
    display: none;
463
}
464
 
465
@media (min-width: 768px){
466
#page-wrapper #page {
467
    padding-top: 55px;
468
    }
469
}
470
 
471
.btn-group .btn.active, .btn-group #page .hsuforum-tools a.active, #page .hsuforum-tools .btn-group a.active {
472
    background-color: #edeffa;
473
    color: #000;
474
    height: 40px;
475
}
476
 
477
.drawer-right .drawerheader{
478
    display: none;
479
}
480
 
449 ariadna 481
.rui-main-content-title--h3{
482
    display: none;
483
}
1 efrain 484
 
485
.activityiconcontainer {
486
    margin-left: 5px;
83 ariadna 487
    display: none;
1 efrain 488
}
489
 
490
@media (min-width: 320px){
491
.form-inline .custom-select {
492
    margin-left: 5px;
493
    font-size: smaller;
494
    height: 35px;
495
    padding-top: 5px;
496
    padding-bottom: 5px;
497
    border-radius: 5px;
498
    margin-top: 15px;
499
}
500
}
501
 
502
.rui-title-container {
503
    margin-top: 0px;
504
    margin-bottom: 0px;
505
}
506
 
507
.form-inline input {
508
    height: 35px;
509
    padding-top: 5px;
510
    padding-bottom: 5px;
511
    border-radius: 5px;
512
}
513
 
514
[data-action="forum-inpage-submit"] {
515
    position: relative;
516
    height: 35px;
517
}
518
 
519
.btn.dropdown-toggle, #page .hsuforum-tools a.dropdown-toggle {
520
    border: 0;
521
    border-radius: 5px;
522
    height: 35px;
523
    font-size: smaller;
524
    margin-right: 15px;
525
    margin-top: 7%;
526
}
527
 
528
.btn-secondary{
529
    border-radius: 5px;
530
}
531
 
532
.mr-1{
533
    height: 35px;
534
    font-size: smaller;
535
}
536
 
537
@media (min-width: 320px) {
538
    .mform fieldset.collapsible legend a.fheader[aria-expanded="true"]{
539
        margin-left: 5px;
540
        margin-right: 10px;
541
    }
542
}
543
 
544
[data-fieldtype="editor"]>div {
545
    margin-right: 10px;
546
}
547
 
548
.mb-0 {
549
    margin-right: 0%;
550
    margin-left: 3%;
551
}
552
 
553
.filemanager-container{
554
    margin-right: 10px;
555
}
556
 
557
.fp-navbar {
558
    border-color: #E1E1E1;
559
    margin-right: 10px;
560
}
561
 
562
.filemanager .fp-restrictions {
563
    margin-right: 15px;
564
}
565
 
566
.ml-1{
567
    margin-left: 0.25rem !important;
568
    margin-top: 13.5px !important;
569
}
570
 
571
form-inline .custom-select {
572
    margin-top: 15px;
573
}
574
 
575
.submissionstatustable{
576
    margin-top: 3%;
577
}
578
 
579
button:not(:disabled){
580
    height: 35px;
581
}
582
 
583
.custom-control{
584
    margin-top: 5px;
585
}
586
 
587
.h3 {
588
    font-size: 1rem;
589
    line-height: 1.3;
590
}
591
.que.multichoice .answer div.r0{
592
    height: 40px;
593
    font-size: smaller;
594
}
595
.ml-1{
596
    margin-top: 0.25px !important;
597
}
598
.que .info .questionflag a{
599
    border-radius: 5px;
600
}
601
 
714 ariadna 602
.submitbtns .mod_quiz-next-nav, .submitbtns .mod_quiz-prev-nav{
603
    font-size: 0.75rem;
1 efrain 604
}
605
 
606
.btn--darkmode{
607
    display:none;
608
}
609
 
610
.search-input-group{
611
    margin-left: 14.5%;
612
}
613
 
614
.rui-course-card-deck {
615
    display: flex !important;
616
    flex-wrap: wrap;
617
    flex-direction: row !important;
618
}
619
 
620
.rui-course-card-deck .rui-course-card {
621
    border-radius: 20px;
622
    border: 1px solid #eee;
623
    box-shadow: 1px 1px 1px #ddd;
829 ariadna 624
    grid-template-columns: none;
625
    grid-template-rows: none;
836 ariadna 626
    max-width: calc(25% - 18px);
829 ariadna 627
    min-width: 254px;
1 efrain 628
    width: 100%;
629
}
630
 
829 ariadna 631
.rui-course-card-deck .rui-course-card {
632
    display: flex;
633
    flex-direction: column;
634
}
635
 
1 efrain 636
.rui-course-card-deck .rui-course-card > *:not(a){
637
    grid-column: 2/4;
638
}
639
 
640
.rui-course-card-deck .rui-course-card > a{
641
    grid-column: 1/2;
642
    grid-row: 1/3;
643
}
644
 
645
#page-my-index #block-region-dtopblocks {
646
    display: flex;
647
    flex-wrap: wrap;
648
    justify-content: space-between;
649
}
650
 
651
#page-my-index #block-region-dtopblocks > .card{
652
    flex: 1;
653
}
654
 
655
#page-my-index #block-region-dtopblocks .rui-course-card{
656
    max-width: none;
657
}
658
 
659
#page.drawers .main-inner{
660
    background-color: #fff;
661
}
662
 
663
.search-input-group .search-input {
664
    font-size: small;
665
    height: 35px;
666
}
667
 
668
body.drawer-open-right #sidepreopen-control {
669
    position: fixed;
670
    z-index: 1120;
671
    display: none;
672
}
673
 
674
.card-title {
675
    display: none !important;
676
}
677
 
678
 
449 ariadna 679
 
1 efrain 680
h1 {
681
    font-size: 30px;
682
    margin-bottom: 5px;
683
}
684
 
685
.block_myprofile .myprofileitem.fullname {
686
    font-size: 1.4rem;
687
}
688
 
689
.form-control, [type="text"]{
690
    border-radius: 5px;
691
    font-size: smaller;
692
    height: 35px;
693
}
694
 
695
.search-input-group .search-input-btn{
696
    right: -35px;
697
}
698
 
699
.myprofileitem p {
700
    font-size: 1.1rem;
701
}
702
 
10 ariadna 703
.userinitials{
704
    border-radius: 30px;
705
    border: 1px solid #000000;
706
    color: #ffffff;
707
    background-color: #000;
708
}
709
 
710
.comment-message .picture .userinitials{
711
    min-width: 50px;
712
    min-height: 50px;
32 ariadna 713
}
714
 
715
.page-mycourses .block .block-controls{
716
    margin-top: 25px;
717
    right: 0;
61 ariadna 718
}
719
 
77 ariadna 720
 
721
.mr-5 {
62 ariadna 722
    border: 1px solid #212121;
61 ariadna 723
    border-radius: 10px;
62 ariadna 724
    background: #212121;
77 ariadna 725
    margin-top: 45px;
726
    width: 210px !important;
727
    height: 50px !important;
81 ariadna 728
    margin-right: 5px !important;
61 ariadna 729
}
730
 
731
.block_point_view.reactions-container {
732
    z-index: 1;
733
    position: relative;
734
    float: right;
78 ariadna 735
    margin-top: 27px;
61 ariadna 736
    margin-right: 2.5rem !important;
72 ariadna 737
    width: 200px !important;
738
    height: 100px !important;
62 ariadna 739
}
740
 
741
.d-inline-block {
72 ariadna 742
    color: #bbb;
63 ariadna 743
}
744
 
72 ariadna 745
.my-0{
746
    height: 20px;
747
}
748
 
749
.rounded {
750
    border-radius: 30px !important;
75 ariadna 751
}
752
 
753
.singleselect {
754
    max-width: 100%;
755
    margin-left: 2.5px;
76 ariadna 756
}
757
 
79 ariadna 758
.block_point_view.reactions-container .withtooltip {
759
    margin-right: -2.5px;
82 ariadna 760
}
761
 
85 ariadna 762
.dropdown-menu.show {
763
    max-width: 300px;
764
    width: 300px;
765
    overflow: auto;
766
}
767
 
89 ariadna 768
.btn.btn-icon, #page .hsuforum-tools a.btn-icon {
769
    color: #bbb;
770
}
85 ariadna 771
 
89 ariadna 772
.rui-logo.rui-logo-box {
91 ariadna 773
    box-shadow: none;
89 ariadna 774
}
92 ariadna 775
 
776
.loginfailures .usermenu .avatar::before {
777
    width: 13.5px !important;
778
    height: 13.5px !important;
779
    top: 2px;
780
    right: auto;
781
}
100 ariadna 782
 
165 ariadna 783
.bloque {
167 ariadna 784
    border: none !important;
165 ariadna 785
    margin-right: 10px;
312 ariadna 786
}
787
 
788
.row {
789
    margin-left: 0px;
319 ariadna 790
}
791
 
337 ariadna 792
.path-mod .rui-activity-wrapper {
793
    border: none;
794
    margin-bottom: 0px;
795
}
359 ariadna 796
 
797
.btn-cesa-course-completion{
720 ariadna 798
    margin: 0.5rem 0;
345 ariadna 799
}
800
 
351 ariadna 801
.form-control--username-box{
345 ariadna 802
    margin-bottom: 0.5rem !important;
803
    margin-top: 20px !important;
349 ariadna 804
    margin-right: 0px !important;
346 ariadna 805
}
806
 
807
.rui-show-password-btn.rui-show-password-btn--hidden {
808
    border-radius: 50px;
348 ariadna 809
    height: 30px;
810
    margin-top: 1px;
347 ariadna 811
}
812
 
813
.rui-login-layout-1 .login-container {
814
    min-height: 100vh;
815
    display: grid;
816
    align-content: center;
817
    background: #01011e;
348 ariadna 818
}
349 ariadna 819
.btn-lg{
348 ariadna 820
    padding: 1rem 1.75rem;
350 ariadna 821
    font-size: 1rem;
348 ariadna 822
    line-height: 1.5;
352 ariadna 823
    border-radius: 5px;
348 ariadna 824
    display: flex !important;
350 ariadna 825
    height: 45px !important;
352 ariadna 826
}
827
 
828
.bloque {
829
    padding: 0px;
830
    border-radius: 3px;
831
    border: 1px solid #cccccc;
832
    /* display: inline-block; */
833
    margin-bottom: 15px;
356 ariadna 834
    margin-left: 8.5px;
371 ariadna 835
    margin-right: 8px;
355 ariadna 836
    max-width: 270px;
366 ariadna 837
}
838
 
839
.courseindex .courseindex-item .completion_complete~.courseindex-link {
840
    color: #07a4e3;
841
}
842
.courseindex .courseindex-item .completioninfo.completion_complete {
843
    color: #07a4e3;
370 ariadna 844
}
845
 
468 ariadna 846
.close{
469 ariadna 847
    height: 30px !important;
848
    width: 30px !important;
488 ariadna 849
}
850
 
851
.alert, #page-mod-choice-view #notice p {
852
    position: relative;
853
    margin: 1rem 0;
854
    padding: .55rem 1.25rem;
855
    border: 1px solid transparent;
856
    border-radius: 20px;
857
    font-size: .813rem;
858
    font-weight: 500;
859
    margin-left: 5px;
860
    margin-right: 5px;
590 ariadna 861
}
862
 
863
#page-mod-resource-view .card-header, #page-mod-hvp-view .card-header {
864
    padding: 0 !important;
865
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
866
}
867
 
868
/* MAIN CONTENT */
869
 
591 ariadna 870
.main-content {
871
    margin-bottom: 0;
744 ariadna 872
    position: relative;
591 ariadna 873
}
874
 
746 ariadna 875
#page-mod-assign-grader .main-content {
876
    position: inherit;
877
}
878
 
594 ariadna 879
.h5p-iframe-wrapper {
595 ariadna 880
    height: 75vh !important;
594 ariadna 881
}
882
 
883
.h5p-iframe-wrapper.h5p-fullscreen {
595 ariadna 884
    height: 100vh !important;
592 ariadna 885
}
886
 
594 ariadna 887
.h5p-iframe-wrapper iframe.h5p-iframe {
888
    height: 100% !important;
616 ariadna 889
}
890
 
891
body.drawer-open-left, body.drawer-open-right {
892
    overflow: auto !important;
685 ariadna 893
}
894
svg {
895
    margin-left: 0px;
693 ariadna 896
}
897
 
728 ariadna 898
div#blocks_buttons {
899
    margin-top: 5px !important;
900
}
901
 
839 ariadna 902
/* block_myoverview */
903
.block-myoverview .simplesearchform {
904
    flex: 1;
905
}