home · contact · privacy
Also allow creation of new Processes as owner of current Process, with respective...
[plomtask] / templates / _base.html
index d192631e55befd85dde6a0a97a914fefc891e143..0d2debe981a931eece26a1a8a60b2b74eb15a857 100644 (file)
@@ -19,7 +19,15 @@ 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 %}