home · contact · privacy
Add suppression of implicit ProcessSteps to Process configuration.
[plomtask] / templates / _base.html
index 0070630605f3db45602f70d524196344bb69c7a4..0d2debe981a931eece26a1a8a60b2b74eb15a857 100644 (file)
@@ -19,16 +19,25 @@ div.btn-to-right {
 }
 td, th, tr, table {
   vertical-align: top;
+  margin-top: 1em;
   padding: 0;
+  border-collapse: collapse;
+}
+th, td {
+  padding-right: 1em;
+}
+a {
+  color: black;
 }
 {% 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>
+<a href="conditions">conditions</a>
+<a href="processes">processes</a>
+<a href="todos">todos</a>
 <hr>
 {% block content %}
 {% endblock %}