home · contact · privacy
In Day view, differentiate done and undone Todos, and collect doneness checkboxes.
[plomtask] / templates / base.html
index 399e1cc0dcdd1a86cc7478cf5bf6b31b68ac8fec..87b18648a721b693a544f5d16bedbb4dfd60434b 100644 (file)
@@ -1,6 +1,23 @@
 <!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>