{% block title %}Cycles{% endblock %}
{% endblock %} +
+ New Cycle
+
{% for cycle in cycles %}
diff --git a/period/templates/base.html b/period/templates/base.html index 9b592f1..9d1bb50 100644 --- a/period/templates/base.html +++ b/period/templates/base.html @@ -15,7 +15,7 @@ margin: 30px 0; } .table-wrapper { - /* min-width: 1000px; */ + min-width: 400px; background: #fff; padding: 20px 25px; border-radius: 3px; @@ -230,12 +230,12 @@ table.table .avatar {
-