Skip to content

Commit

Permalink
MDL-75455 gradereport_singleview: CSS changes for edit fields.
Browse files Browse the repository at this point in the history
Part of: MDL-75423
  • Loading branch information
ilyatregubov authored and Mihail Geshoski committed Nov 10, 2022
1 parent afd45fd commit 1022863
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions grade/report/singleview/styles.css
Expand Up @@ -38,8 +38,7 @@
text-align: left;
}


.overrideexcludecheck {
.path-grade-report-singleview .overrideexcludecheck {
width: 14.75px;
height: 12px;
color: #2ca14f;
Expand Down Expand Up @@ -128,6 +127,16 @@
margin-right: 10px;
}

.path-grade-report-singleview input[type=text] {
height: 44px;
}

.path-grade-report-singleview input[type=checkbox] {
width: 22px;
height: 21px;
margin: 11.5px auto 11.5px auto;
}

.path-grade-report-singleview .singleview_bulk > fieldset {
display: block;
}
Expand Down

0 comments on commit 1022863

Please sign in to comment.