pedagogy: incorpore all elements in comment block

This commit is contained in:
2019-07-06 02:30:47 +02:00
parent 43acee8f1b
commit 782ee35779
3 changed files with 37 additions and 17 deletions

View File

@ -1730,6 +1730,10 @@ label {
margin-bottom: 30px;
margin-top: 10px;
.anchor {
float: right;
}
.grade_block {
.grade {
@ -1757,6 +1761,10 @@ label {
}
}
.not_rated {
color: #f0f0f0;
}
.info {
background-color: #1bb9ea;
width: 100%;
@ -1801,12 +1809,19 @@ label {
}
.action {
float: left;
float: right;
text-align: center;
padding: 5px;
margin: 0px;
}
.status_reported {
color: red;
float: left;
padding: 5px;
margin: 0px;
}
.markdown {
height: 125px;
margin-top: 0px;