Merge branch 'MDL-62465-35' of git://github.com/damyon/moodle into MOODLE_35_STABLE
This commit is contained in:
@@ -51,7 +51,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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -287,7 +287,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;
|
||||
}
|
||||
|
||||
@@ -33,6 +33,7 @@
|
||||
|
||||
.path-grade-report-grader {
|
||||
#region-main {
|
||||
overflow-x: visible;
|
||||
min-width: 100%;
|
||||
width: auto;
|
||||
& > .card {
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -8995,6 +8995,7 @@ form.popupform div {
|
||||
overflow: auto; }
|
||||
|
||||
.no-overflow > .generaltable {
|
||||
position: relative;
|
||||
margin-bottom: 0;
|
||||
min-height: 10em; }
|
||||
|
||||
@@ -15616,9 +15617,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); }
|
||||
|
||||
@@ -16013,6 +16011,7 @@ p.arrow_button {
|
||||
left: 40vw; }
|
||||
|
||||
.path-grade-report-grader #region-main {
|
||||
overflow-x: visible;
|
||||
min-width: 100%;
|
||||
width: auto; }
|
||||
.path-grade-report-grader #region-main > .card, .path-grade-report-grader #page-enrol-users #region-main > #filterform, #page-enrol-users .path-grade-report-grader #region-main > #filterform, .path-grade-report-grader .que #region-main > .history, .que .path-grade-report-grader #region-main > .history, .path-grade-report-grader .userprofile .profile_tree #region-main > section, .userprofile .profile_tree .path-grade-report-grader #region-main > section, .path-grade-report-grader #region-main > .groupinfobox, .path-grade-report-grader #region-main > .well {
|
||||
|
||||
Reference in New Issue
Block a user