[view] Style graph dialog

This commit is contained in:
Martin Muehlhaeuser 2018-08-18 12:44:40 +00:00
parent 136f47f318
commit c23c38278c
1 changed files with 13 additions and 0 deletions

View File

@ -50,4 +50,17 @@
#klipper_graph_dialog input {
display: inline-block;
}
#klipper_graph_dialog .status-label {
display: block;
position: absolute;
margin: 5px 0 0 10px;
}
#klipper_graph_dialog .fill-checkbox {
display: block;
position: absolute;
bottom: 5px;
margin-left: 10px;
}