diff --git a/todo/static/todo/css/styles.css b/todo/static/todo/css/styles.css index 9412f0c..a20c4b8 100644 --- a/todo/static/todo/css/styles.css +++ b/todo/static/todo/css/styles.css @@ -24,12 +24,6 @@ a.showlink { text-decoration: underline; } -#tasktable a { - font-weight: bold; - font-family: "Arial"; - text-decoration: none; - color: #474747; -} label { display: block; @@ -50,20 +44,6 @@ input#id_priority { width: 30px; } -.todo-button { - border: 1px solid #9B9B9B; - background: #E0E0E0; - padding-bottom: 2px; - font-weight: bold; -} - -hr { - color: #E5E5E5; -} - -#slideToggle { - color: #4A8251; -} .todo-break { margin-top: 30px; @@ -74,25 +54,6 @@ table.nocolor, table.nocolor tr, table.nocolor td { background-color: transparent; } -table#tasktable td, table#tasktable th { - padding: 5px; - /* font-size:0.9em;*/ -} - -table#tasktable th { - text-align: left; - /* background-color: #9BCAE4; */ - background-color: #046380; - color: #fff; -} - -table#tasktable tr.row1 { - background-color: #AEF0BB; -} - -table#tasktable tr.row2 { - background-color: #B6F3D5; -} .minor { font-style: italic; diff --git a/todo/templates/todo/add_external_task.html b/todo/templates/todo/add_external_task.html index 9184dda..91ff2e9 100644 --- a/todo/templates/todo/add_external_task.html +++ b/todo/templates/todo/add_external_task.html @@ -5,79 +5,69 @@ {% block content %} -{% if messages %} -
-{% endif %} +{{ list.name }} is gone.
+{{ list.name }} is gone.
+ + Return to lists + + {% else %} + +Category tally:
+ +... all of which will be irretrievably blown away. Are you sure you want to do that?
+ ++
Category tally:
- -... all of which will be irretrievably blown away. Are you sure you want to do that?
- --
Sorry, you don't have permission to delete lists. Please contact your group administrator.
- -{% endifequal %} - - - - +Sorry, you don't have permission to delete lists. Please contact your group administrator.
+ {% endifequal %} {% endblock %} \ No newline at end of file diff --git a/todo/templates/todo/search_results.html b/todo/templates/todo/search_results.html index 048ba5b..fe7d336 100644 --- a/todo/templates/todo/search_results.html +++ b/todo/templates/todo/search_results.html @@ -12,10 +12,6 @@ {% block content %} - {% if message %} - - {% endif %} - {% if found_items %}This list belongs to group {{ list.group }}
+ {% endifequal %} + {% endifequal %} + + {% ifequal auth_ok 1 %} -This list belongs to group {{ list.group }}
- {% endifequal %} - {% endifequal %} - - - {% if messages %} - - {% endif %} - - - {% ifequal auth_ok 1 %} -→ Click to edit details ←
+ +In list: {{ task.list }}
+ Assigned to: {{ task.assigned_to.first_name }} {{ task.assigned_to.last_name }}
+ Created by: {{ task.created_by.first_name }} {{ task.created_by.last_name }}
+ Due date: {{ task.due_date }}
+ Completed: {{ form.completed }}
+
→ Click to edit details ←
+Title: | +{{ form.title }} | +
List: | +{{ form.list }} | +
Due: | +{{ form.due_date }} | +
Assigned to: | +{{ form.assigned_to }} | +
Note: | +{{ form.note }} | +
Priority: | +{{ form.priority }} | +
Title: | -{{ form.title }} | -
List: | -{{ form.list }} | -
Due: | -{{ form.due_date }} | -
Assigned to: | -{{ form.assigned_to }} | -
Note: | -{{ form.note }} | -
Priority: | -{{ form.priority }} | -
{{ comment.author.first_name }} {{ comment.author.last_name }}, {{ comment.date|date:"F d Y P" }}
- {{ comment.body|safe|urlize|linebreaks }} -{% empty %} -No Comments
-{% endfor %} -
{{ comment.author.first_name }} {{ comment.author.last_name }}, {{ comment.date|date:"F d Y P" }}
+ {{ comment.body|safe|urlize|linebreaks }} + {% empty %} +No Comments
+ {% endfor %} +