|
8 | 8 |
|
9 | 9 | html { |
10 | 10 | body { |
11 | | - min-width: 800px; |
| 11 | + min-width: 560px; |
12 | 12 | background: transparent; |
13 | 13 | &.openassessment_full_height.view-container { |
14 | 14 | overflow-y: hidden; |
@@ -39,11 +39,19 @@ body, |
39 | 39 | padding: ($baseline * 1.2) ($baseline * 1.2) ($baseline / 1.67); |
40 | 40 | border-bottom: none; |
41 | 41 |
|
42 | | - .header-details .xblock-display-name { |
43 | | - font-size: 22px; |
44 | | - line-height: 28px; |
45 | | - font-weight: 700; |
46 | | - color: $black; |
| 42 | + .header-details { |
| 43 | + .xblock-display-title { |
| 44 | + white-space: nowrap; |
| 45 | + overflow: hidden; |
| 46 | + text-overflow: ellipsis; |
| 47 | + } |
| 48 | + |
| 49 | + .xblock-display-name { |
| 50 | + font-size: 22px; |
| 51 | + line-height: 28px; |
| 52 | + font-weight: 700; |
| 53 | + color: $black; |
| 54 | + } |
47 | 55 | } |
48 | 56 | } |
49 | 57 |
|
@@ -345,7 +353,6 @@ body, |
345 | 353 | } |
346 | 354 |
|
347 | 355 | .tip.setting-help { |
348 | | - color: $border-color; |
349 | 356 | font-size: 14px; |
350 | 357 | line-height: $base-font-size; |
351 | 358 | } |
@@ -452,6 +459,11 @@ body, |
452 | 459 |
|
453 | 460 | .modal-lg.modal-window.confirm.openassessment_modal_window { |
454 | 461 | height: 635px; |
| 462 | + max-height: 100vh; |
| 463 | + |
| 464 | + .edit-xblock-modal .modal-content { |
| 465 | + max-height: 100%; |
| 466 | + } |
455 | 467 | } |
456 | 468 |
|
457 | 469 | // Additions for the xblock editor on the Library Authoring |
@@ -672,11 +684,21 @@ body [class*="view-"] .openassessment_editor_buttons.xblock-actions { |
672 | 684 | max-width: 1200px; |
673 | 685 | } |
674 | 686 |
|
675 | | - .modal-lg.modal-editor .modal-header .editor-modes .action-item { |
676 | | - .editor-button, |
677 | | - .settings-button { |
678 | | - @extend %light-button; |
679 | | - } |
| 687 | + .modal-lg.modal-editor { |
| 688 | + .modal-header .editor-modes .action-item { |
| 689 | + .editor-button, |
| 690 | + .settings-button { |
| 691 | + @extend %light-button; |
| 692 | + } |
| 693 | + } |
| 694 | + |
| 695 | + .edit-xblock-modal .modal-content { |
| 696 | + max-height: calc(100vh - 144px); |
| 697 | + |
| 698 | + .editor-with-buttons.wrapper-comp-settings .list-input.settings-list { |
| 699 | + max-height: calc(100vh - 205px); |
| 700 | + } |
| 701 | + } |
680 | 702 | } |
681 | 703 |
|
682 | 704 | .wrapper.wrapper-modal-window .modal-window .modal-actions .action-primary { |
|
0 commit comments