Improve exercise collection UI
This commit is contained in:
@ -57,6 +57,10 @@ rect.value-bar {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.table-responsive#exercise-list {
|
||||||
|
max-height: 512px;
|
||||||
|
}
|
||||||
|
|
||||||
.exercise-id-tooltip {
|
.exercise-id-tooltip {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
display: none;
|
display: none;
|
||||||
@ -76,6 +80,10 @@ rect.value-bar {
|
|||||||
min-height: 450px;
|
min-height: 450px;
|
||||||
}
|
}
|
||||||
|
|
||||||
button {
|
.exercise-actions {
|
||||||
|
margin-bottom: 20px;
|
||||||
|
|
||||||
|
button {
|
||||||
margin-right: 10px;
|
margin-right: 10px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user