home · contact · privacy
Improve template layouts.
[plomtask] / templates / base.html
index 3408d676929c74b5dd4829fee3b0dd2710de7406..0070630605f3db45602f70d524196344bb69c7a4 100644 (file)
@@ -4,10 +4,25 @@
 <style>
 body {
   font-family: monospace;
+  text-align: left;
+  padding: 0;
 }
-ul {
-  list-style-type: none;
+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>