diff --git a/amadeus/static/css/base/amadeus.css b/amadeus/static/css/base/amadeus.css index 6537b93..7f78aa8 100755 --- a/amadeus/static/css/base/amadeus.css +++ b/amadeus/static/css/base/amadeus.css @@ -93,6 +93,14 @@ border-bottom-color: green; } +#delete-category-footer{ + border-top:none !important; +} + +.erase-button{ + float:left; +} + /* category app ends */ .clearfix{ diff --git a/categories/templates/categories/category_card.html b/categories/templates/categories/category_card.html index a70c0bc..2cf8857 100644 --- a/categories/templates/categories/category_card.html +++ b/categories/templates/categories/category_card.html @@ -13,7 +13,7 @@
+
{% elif user|has_role:'student' %} {% if not request.user in course.students.all %} - + + + {% endif %} {% endif %} diff --git a/categories/templates/categories/delete.html b/categories/templates/categories/delete.html index bcc1361..90e2000 100644 --- a/categories/templates/categories/delete.html +++ b/categories/templates/categories/delete.html @@ -4,12 +4,7 @@