mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 00:12:56 +02:00
MDL-39748 - Grading Methods - Fixing input field widths for Rubrics
This commit is contained in:
parent
ffc3f5308b
commit
7e222836f0
@ -80,7 +80,7 @@
|
||||
|
||||
.gradingform_rubric .plainvalue.empty {font-style: italic; color: #AAA;}
|
||||
|
||||
.gradingform_rubric.editor .criterion .levels .level .delete {position:absolute;right:0;bottom:0;}
|
||||
.gradingform_rubric.editor .criterion .levels .level .delete {position:absolute;right:0;}
|
||||
.gradingform_rubric .criterion .levels .level .score {font-style:italic;color:#575;font-weight: bold;margin-top:5px;white-space:nowrap;}
|
||||
.gradingform_rubric .criterion .levels .level .score .scorevalue {padding-right:5px;}
|
||||
|
||||
@ -106,7 +106,7 @@
|
||||
.gradingform_rubric.editor .addcriterion input,
|
||||
.gradingform_rubric.editor .addlevel input {background: transparent url([[pix:t/add]]) no-repeat top left ;display:block;color:#555555;font-weight:bold;text-decoration:none;}
|
||||
.gradingform_rubric.editor .addcriterion input {background-position: 5px 8px;height:30px;line-height:29px;margin-bottom:14px;padding-left:20px;padding-right:10px;}
|
||||
.gradingform_rubric.editor .addlevel input {background-position: 5px 5px;height:25px;line-height:24px;margin-bottom:10px;padding-left:18px;padding-right:8px;}
|
||||
.gradingform_rubric.editor .addlevel input {background-position: 5px 5px;height:25px;line-height:24px;margin-bottom:45px;padding-left:18px;padding-right:8px;}
|
||||
|
||||
.gradingform_rubric .options .optionsheading {font-weight:bold;font-size:1.1em;padding-bottom:5px;}
|
||||
.gradingform_rubric .options .option {padding-bottom:2px;}
|
||||
|
@ -592,3 +592,13 @@ table#user-grades tr.controls td,
|
||||
.path-grade-report-grader #hiddentooltiproot, .tooltipDiv {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.gradingform_rubric.editor .criteria .definition textarea,
|
||||
.gradingform_rubric.editor .criteria .scorevalue input {
|
||||
display: block;
|
||||
width: auto;
|
||||
}
|
||||
|
||||
.gradingform_rubric.editor .criteria .scorevalue input {
|
||||
float: left;
|
||||
}
|
||||
|
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user