Skip to content
Snippets Groups Projects
Commit fadcd1c6 authored by Maximilian Giller's avatar Maximilian Giller :squid:
Browse files

Visual tweak

parent f6a89bc8
No related branches found
No related tags found
No related merge requests found
Pipeline #52762 passed
......@@ -9,7 +9,6 @@
<div id="collect-menu" class="hidden">
<div id="nodes-selected" class="hidden">
<h3>Edit selected nodes</h3>
<br/>
<label for="nodes-description">* Description</label>
</br>
......@@ -33,6 +32,7 @@
<label for="nodes-type">* Type</label>
</br>
<select id="nodes-type" name="nodes-type" class="bottom-space">
<option value=""></option>
<option value="Vorlesung">Vorlesung</option>
<option value="Algorithmus">Algorithmus</option>
<option value="Definition">Definition</option>
......@@ -50,9 +50,9 @@
<label for="nodes-references">* References</label> <small>One URL per line</small>
</br>
<textarea id="nodes-references" name="nodes-references" class="bottom-space"></textarea>
</br>
</div>
</br>
<h3>Collected items</h3>
<button id="clear-collection">Clear</button>
<ul id="selected-items"></ul>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment