mirror of
https://github.com/moodle/moodle.git
synced 2025-08-11 11:56:40 +02:00
MDL-74812 gradingform_rubric: Fix text overlap in rubric levels
This commit is contained in:
parent
b912f84d5f
commit
cf77cd6665
5 changed files with 15 additions and 29 deletions
|
@ -19387,14 +19387,11 @@ p.arrow_button {
|
|||
width: 80%;
|
||||
margin-bottom: 0; }
|
||||
.gradingform_rubric .criterion .score {
|
||||
position: relative;
|
||||
float: left;
|
||||
margin-top: 5px;
|
||||
margin-right: 28px;
|
||||
font-style: italic;
|
||||
font-weight: bold;
|
||||
color: #2d662a;
|
||||
white-space: nowrap; }
|
||||
color: #2d662a; }
|
||||
.gradingform_rubric .criterion .score input {
|
||||
margin-bottom: 0; }
|
||||
.gradingform_rubric .criterion .level {
|
||||
|
@ -19422,13 +19419,11 @@ p.arrow_button {
|
|||
margin: 0; }
|
||||
.gradingform_rubric .criterion .level .delete input:hover {
|
||||
background-color: #ddd; }
|
||||
.gradingform_rubric .criterion .scorevalue {
|
||||
padding-right: 5px; }
|
||||
.gradingform_rubric .criterion .scorevalue input {
|
||||
float: none;
|
||||
width: 2em; }
|
||||
.gradingform_rubric .criterion .scorevalue input.hiddenelement, .gradingform_rubric .criterion .scorevalue input.pseudotablink {
|
||||
width: 0; }
|
||||
.gradingform_rubric .criterion .scorevalue input {
|
||||
float: none;
|
||||
width: 2em; }
|
||||
.gradingform_rubric .criterion .scorevalue input.hiddenelement, .gradingform_rubric .criterion .scorevalue input.pseudotablink {
|
||||
width: 0; }
|
||||
.gradingform_rubric .criterion .addlevel {
|
||||
vertical-align: top;
|
||||
padding-top: 6px; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue