data processing in forms
[edumed.git] / edumed / static / css / form.scss
index 57255d5..90ad634 100755 (executable)
@@ -10,6 +10,7 @@
         margin: 0;
     }
     th {
+        min-width: 4em;
         max-width: 16em;
         font-weight: normal;
     }
@@ -25,4 +26,7 @@
         margin: 0;
         color: red;
     }
+    .form-footer {
+        font-size: smaller;
+    }
 }