home · contact · privacy
In Day view, differentiate done and undone Todos, and collect doneness checkboxes.
[plomtask] / templates / base.html
index 26c78c595e2fba3cf3b214f3b97a84a787cd70b7..87b18648a721b693a544f5d16bedbb4dfd60434b 100644 (file)
@@ -1,8 +1,26 @@
 <!DOCTYPE html>
 <html>
 <meta charset="UTF-8">
+<style>
+body {
+  font-family: monospace;
+}
+input.btn-harmless {
+  color: green;
+}
+input.btn-dangerous {
+  color: red;
+}
+div.btn-to-right {
+  float: right;
+  text-align: right;
+}
+{% block css %}
+{% endblock %}
+</style>
 <body>
 <a href="processes">processes</a>
+<a href="conditions">conditions</a>
 <a href="day">today</a>
 <a href="calendar">calendar</a>
 <hr>