MDL-75455 gradereport_singleview: CSS changes for edit fields.

Part of: MDL-75423
This commit is contained in:
Ilya Tregubov 2022-11-01 11:12:30 +03:00 committed by Mihail Geshoski
parent afd45fd90e
commit 1022863674

View File

@ -38,8 +38,7 @@
text-align: left;
}
.overrideexcludecheck {
.path-grade-report-singleview .overrideexcludecheck {
width: 14.75px;
height: 12px;
color: #2ca14f;
@ -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;
}