home · contact · privacy
Improve template layouts.
[plomtask] / templates / base.html
index e030a021f4a61925f9eb7ec25c549aec0c20fd09..0070630605f3db45602f70d524196344bb69c7a4 100644 (file)
@@ -1,8 +1,33 @@
 <!DOCTYPE html>
 <html>
 <meta charset="UTF-8">
+<style>
+body {
+  font-family: monospace;
+  text-align: left;
+  padding: 0;
+}
+input.btn-harmless {
+  color: green;
+}
+input.btn-dangerous {
+  color: red;
+}
+div.btn-to-right {
+  float: right;
+  text-align: right;
+}
+td, th, tr, table {
+  vertical-align: top;
+  padding: 0;
+}
+{% 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>
 {% block content %}