Skip to content
Snippets Groups Projects
Commit 5e992e27 authored by Julian's avatar Julian
Browse files

Redesign action selection form

parent c63fdd2c
No related branches found
No related tags found
1 merge request!111Resolve "[Person overview] Implement multiple selection for marking absences as excused or for deleting"
Pipeline #7093 failed
......@@ -59,4 +59,11 @@ span.input-field.inline > .select-wrapper .caret {
td.material-icons {
display: table-cell;
}
.medium-high {
position: relative;
top: 50%;
left: 50%;
transform: translate(-50%, 50%);
}
\ No newline at end of file
......@@ -63,10 +63,16 @@
<div class="col s12" id="overview">
<h5>{% trans "Relevant personal notes" %}</h5>
<form action="" method="post">
<form action="" method="post" class="row">
{% csrf_token %}
{% form form=action_form %}{% endform %}
<button type="submit" class="btn waves-effect waves-light">Enter</button>
<div class="col s11 m8 l6 xl5">
{% form form=action_form %}{% endform %}
</div>
<div class="col s1">
<button type="submit" class="btn waves-effect waves-light medium-high">
Run <i class="material-icons right">send</i>
</button>
</div>
{% render_table personal_notes_table %}
</form>
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment