Fix styling and link to exercise

This commit is contained in:
Maximilian Grundke
2017-11-22 13:22:10 +01:00
parent 4d8cee6fcb
commit 34b2bf9eb1
2 changed files with 54 additions and 32 deletions

View File

@@ -95,25 +95,43 @@ a.file-heading {
left: 0;
}
.feedback-header {
display: flex;
.username {
flex-grow: 1;
.feedback-page {
.header {
font-weight: bold;
}
.date {}
}
.feedback {
.text {
margin-bottom: 10px;
}
.difficulty {
font-weight: bold;
.value {
border: 1px solid grey;
padding: 10px;
margin-bottom: 10px;
}
.worktime {
.no-feedback {
font-weight: bold;
margin-top: 50px;
}
.feedback-header {
display: flex;
.username {
flex-grow: 1;
font-weight: bold;
}
.date {}
}
.feedback {
.text {
margin-bottom: 10px;
}
.difficulty {
font-weight: bold;
}
.worktime {
font-weight: bold;
}
}
}