diff --git a/lostplaces/lostplaces_app/static/main.css b/lostplaces/lostplaces_app/static/main.css index d0c640b..87f6f12 100644 --- a/lostplaces/lostplaces_app/static/main.css +++ b/lostplaces/lostplaces_app/static/main.css @@ -100,7 +100,8 @@ body { border: none; padding: 8px 14px; border-radius: 2px; - font-weight: bold; } + font-weight: bold; + cursor: pointer; } .LP-Button:active { background-color: #76323F; color: #f9f9f9; } diff --git a/lostplaces/lostplaces_app/templates/place/place_delete.html b/lostplaces/lostplaces_app/templates/place/place_delete.html index af9e948..246fa69 100644 --- a/lostplaces/lostplaces_app/templates/place/place_delete.html +++ b/lostplaces/lostplaces_app/templates/place/place_delete.html @@ -4,15 +4,17 @@ {% block title %}Lost Place Deletion{% endblock %} {% block maincontent %} -
{% endblock maincontent %} \ No newline at end of file diff --git a/lostplaces/templates/registration/login.html b/lostplaces/templates/registration/login.html index ffe8e03..15f0d77 100644 --- a/lostplaces/templates/registration/login.html +++ b/lostplaces/templates/registration/login.html @@ -5,11 +5,24 @@ {% block maincontent %} -