1
0
mirror of https://github.com/aquatix/digimarks.git synced 2025-12-06 22:05:09 +01:00

More room for delete button (icon stays shown), red colour

This commit is contained in:
2018-03-26 14:25:48 +02:00
parent 0f0caed748
commit 29c8c875be
2 changed files with 10 additions and 2 deletions

View File

@@ -149,9 +149,9 @@
</div>
{% if bookmark.url_hash %}
</form>
<div class="input-field col l2 m3 s4">
<div class="input-field col l4 m4 s6">
<form action="{{ url_for('deletingbookmark', userkey=userkey, urlhash=bookmark.url_hash) }}" method="POST">
<p class="left-align"><button class="btn waves-effect waves-light" type="submit" name="delete">Delete <i class="material-icons right">delete</i></button></p>
<p class="left-align"><button class="btn waves-effect waves-light deletebtn" type="submit" name="delete">Delete <i class="material-icons right">delete</i></button></p>
</form>
</div>
</div>