Skip to content

Commit

Permalink
Merge branch 'MDL-62465-master' of git://github.com/damyon/moodle
Browse files Browse the repository at this point in the history
  • Loading branch information
junpataleta committed Mar 5, 2019
2 parents 754029c + f88c613 commit 02d6bfa
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ Feature: In an assignment, teacher can annotate PDF files during grading
And I am on "Course 1" course homepage
And I follow "Test assignment name"
And I navigate to "View all submissions" in current page administration
And I open the action menu in "Submitted for grading" "table_row"
And I click on "Grade" "link" in the "Submitted for grading" "table_row"
And I should see "Page 1 of 3"
And I click on ".navigate-next-button" "css_element"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ Feature: In an assignment, teacher can view the feedback for a previous attempt.
And I am on "Course 1" course homepage
And I follow "Test assignment name"
And I navigate to "View all submissions" in current page administration
And I open the action menu in "Submitted for grading" "table_row"
And I click on "Grade" "link" in the "Submitted for grading" "table_row"
And I should see "Page 1 of 3"
And I click on ".navigate-next-button" "css_element"
Expand Down
2 changes: 2 additions & 0 deletions theme/boost/scss/moodle/core.scss
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,9 @@ form.popupform div {
}

// Minimum height required for a menu in a table inside a scrollable div.
// Position required for table sizing inside a flex container.
.no-overflow > .generaltable {
position: relative;
margin-bottom: 0;
min-height: 10em;
}
Expand Down
1 change: 1 addition & 0 deletions theme/boost/scss/moodle/grade.scss
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@

.path-grade-report-grader {
#region-main {
overflow-x: visible;
min-width: 100%;
width: auto;
display: inline-flex;
Expand Down
3 changes: 0 additions & 3 deletions theme/boost/scss/moodle/modules.scss
Original file line number Diff line number Diff line change
Expand Up @@ -522,9 +522,6 @@ div#dock {
.path-mod-assign [data-region="grade-actions-panel"] [data-region="grade-actions"] .collapse-buttons {
top: auto;
}
.path-mod-assign .no-overflow {
overflow: initial;
}

// This section removes the responsiveness from the form in the grading panel
$popout-header-font-size: 1.5 * $font-size-base;
Expand Down
5 changes: 2 additions & 3 deletions theme/boost/style/moodle.css
Original file line number Diff line number Diff line change
Expand Up @@ -9004,6 +9004,7 @@ form.popupform div {
overflow: auto; }

.no-overflow > .generaltable {
position: relative;
margin-bottom: 0;
min-height: 10em; }

Expand Down Expand Up @@ -15302,9 +15303,6 @@ div#dock {
.path-mod-assign [data-region="grade-actions-panel"] [data-region="grade-actions"] .collapse-buttons {
top: auto; }

.path-mod-assign .no-overflow {
overflow: initial; }

.path-mod-assign #page-content [data-region="grade-panel"] .mform:not(.unresponsive) .fcontainer .fitem.popout .felement {
height: calc(100% - 4rem); }

Expand Down Expand Up @@ -15699,6 +15697,7 @@ p.arrow_button {
left: 40vw; }

.path-grade-report-grader #region-main {
overflow-x: visible;
min-width: 100%;
width: auto;
display: inline-flex; }
Expand Down

0 comments on commit 02d6bfa

Please sign in to comment.