MDL-75274 core_grades: Add % symbol to weights column

As per design it should have % symbol.
This commit is contained in:
Ilya Tregubov 2023-04-05 15:25:10 +08:00 committed by Mathew May
parent e3a4dcf056
commit e285841a9a
4 changed files with 4 additions and 3 deletions

View File

@ -38,4 +38,5 @@
{{#str}}weightofa, grades, {{itemname}}{{/str}}
</label>
<input type="text" name="weight_{{id}}" id="weight_{{id}}" value="{{value}}" size="4" {{#disabled}}disabled{{/disabled}} class="form-control">
<span style="margin-left:5px">%</span>
</div>

View File

@ -372,7 +372,7 @@
.weightoverride {
margin-right: 5px;
}
min-width: 10em;
min-width: 15em;
}
&.column-actions {

View File

@ -34869,7 +34869,7 @@ p.arrow_button {
height: 18px;
}
.path-grade-edit-tree .gradetree-wrapper .setup-grades.generaltable tr td.column-weight {
min-width: 10em;
min-width: 15em;
}
.path-grade-edit-tree .gradetree-wrapper .setup-grades.generaltable tr td.column-weight .weightoverride {
margin-right: 5px;

View File

@ -34869,7 +34869,7 @@ p.arrow_button {
height: 18px;
}
.path-grade-edit-tree .gradetree-wrapper .setup-grades.generaltable tr td.column-weight {
min-width: 10em;
min-width: 15em;
}
.path-grade-edit-tree .gradetree-wrapper .setup-grades.generaltable tr td.column-weight .weightoverride {
margin-right: 5px;