mirror of
https://github.com/ae-utbm/sith.git
synced 2025-07-09 19:40:19 +00:00
pedagogy: incorpore all elements in comment block
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user