From 8382ea2516370c515c24e3f796e940b52e64801e Mon Sep 17 00:00:00 2001 From: Felipe Henrique de Almeida Bormann Date: Thu, 26 Jan 2017 15:37:03 -0300 Subject: [PATCH] resorted all header icons on subject and category cards --- categories/templates/categories/list.html | 12 ++++++------ subjects/templates/subjects/list.html | 12 ++++++------ subjects/templates/subjects/subject_card.html | 9 ++++++--- 3 files changed, 18 insertions(+), 15 deletions(-) diff --git a/categories/templates/categories/list.html b/categories/templates/categories/list.html index 1c22ad5..5f82284 100755 --- a/categories/templates/categories/list.html +++ b/categories/templates/categories/list.html @@ -74,10 +74,10 @@
  • {% trans 'Remove' %}
  • {% endif %} - - - + + + @@ -121,10 +121,10 @@
  •  {% trans 'Remove' %}
  • {% endif %} - - - + + + diff --git a/subjects/templates/subjects/list.html b/subjects/templates/subjects/list.html index be62000..07e1533 100644 --- a/subjects/templates/subjects/list.html +++ b/subjects/templates/subjects/list.html @@ -79,10 +79,10 @@ {% endif %} - - - + + + @@ -143,10 +143,10 @@
  • {% trans 'Remove' %}
  • {% endif %} - - - + + + diff --git a/subjects/templates/subjects/subject_card.html b/subjects/templates/subjects/subject_card.html index 56c5efb..64de2df 100644 --- a/subjects/templates/subjects/subject_card.html +++ b/subjects/templates/subjects/subject_card.html @@ -33,10 +33,13 @@
  •  {% trans 'Remove' %}
  • {% endif %} - - - + + + + + + -- libgit2 0.21.2