home · contact · privacy
Improve multiple template layouts and refactor CSS.
[plomtask] / templates / _base.html
index 0e384651d0f392a46ad97046849cf3f3f7955d07..0b441719c32916e2bf0d408fdf967319b98f7a7d 100644 (file)
@@ -7,6 +7,9 @@ body {
   text-align: left;
   padding: 0;
 }
+input[type="text"] {
+  width: 100em;
+}
 input.btn-harmless {
   color: green;
 }
@@ -21,6 +24,18 @@ td, th, tr, table {
   vertical-align: top;
   margin-top: 1em;
   padding: 0;
+  border-collapse: collapse;
+}
+th, td {
+  padding-right: 1em;
+}
+a {
+  color: black;
+}
+table.edit_table > tbody > tr > td, table.main > tbody > tr > th {
+  border-bottom: 0.1em solid #bbbbbb;
+  padding-top: 0.5em;
+  padding-bottom: 0.5em;
 }
 {% block css %}
 {% endblock %}