home · contact · privacy
In Day view, differentiate done and undone Todos, and collect doneness checkboxes.
[plomtask] / templates / base.html
index 3408d676929c74b5dd4829fee3b0dd2710de7406..87b18648a721b693a544f5d16bedbb4dfd60434b 100644 (file)
@@ -5,9 +5,18 @@
 body {
   font-family: monospace;
 }
-ul {
-  list-style-type: none;
+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>