MDL-63375 workshop: fix rubric grid view
This commit is contained in:
committed by
Eloy Lafuente (stronk7)
parent
7b313f407a
commit
7404858689
@@ -33,9 +33,18 @@
|
||||
display: none;
|
||||
}
|
||||
|
||||
.path-mod-workshop #id_rubric-grid-wrapper .rubric-grid {
|
||||
.path-mod-workshop .mform.frozen #id_rubric-grid-wrapper,
|
||||
.path-mod-workshop #id_rubric-grid-wrapper {
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.path-mod-workshop .mform.frozen #id_rubric-grid-wrapper .checkbox,
|
||||
.path-mod-workshop .assessmentform.rubric.grid #id_rubric-grid-wrapper .checkbox {
|
||||
max-width: 100%;
|
||||
flex: 0 0 100%;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.path-mod-workshop .mform.frozen #id_rubric-grid-wrapper .fitem .felement,
|
||||
|
||||
Reference in New Issue
Block a user