Improve exercise collection UI

This commit is contained in:
Maximilian Grundke
2018-07-20 11:54:52 +02:00
parent 16cd93d5a4
commit 7c292a0ce1

View File

@ -57,6 +57,10 @@ rect.value-bar {
}
}
.table-responsive#exercise-list {
max-height: 512px;
}
.exercise-id-tooltip {
position: absolute;
display: none;
@ -76,6 +80,10 @@ rect.value-bar {
min-height: 450px;
}
button {
.exercise-actions {
margin-bottom: 20px;
button {
margin-right: 10px;
}
}