]> git.plutz.net Git - lobster/blobdiff - cards/cards.css
introduce transaction id for therapy updates
[lobster] / cards / cards.css
index 6349f8afe55d002923ada6ac3f9d145c6d325004..c227c601e3bda5e51cda9a2f789b8c489867a6f7 100644 (file)
 
 .card .section.prescriptions { width: 40ex;}
 
+.card .section.therapies a.therapy {
+  display: inline-block;
+  padding: .25em .5em;
+  margin-bottom: .25em;
+  color: #000;
+  text-decoration: none;
+  background-color: #DDF;
+  border: 1px solid black;
+}
+
 form.card input.delete { display: none; }
 form.card input.delete + label {
   display: inline-block;