home · contact · privacy
Disallow deletion of Processes in use.
[plomtask] / templates / base.html
index 399e1cc0dcdd1a86cc7478cf5bf6b31b68ac8fec..71c79b407c1580760796c0cb118867040392ef04 100644 (file)
@@ -1,6 +1,26 @@
 <!DOCTYPE html>
 <html>
 <meta charset="UTF-8">
+<style>
+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>
 <a href="conditions">conditions</a>