mirror of
https://github.com/moodle/moodle.git
synced 2025-04-15 13:33:52 +02:00
MDL-75455 gradereport_singleview: CSS changes for edit fields.
Part of: MDL-75423
This commit is contained in:
parent
afd45fd90e
commit
1022863674
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user