home · contact · privacy
Improve button layouts.
[plomtask] / templates / base.html
index 3408d676929c74b5dd4829fee3b0dd2710de7406..71c79b407c1580760796c0cb118867040392ef04 100644 (file)
@@ -8,6 +8,18 @@ body {
 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>