X-Git-Url: https://git.plutz.net/?a=blobdiff_plain;f=therapies%2Ftherapy.css;h=15412b9d3b8889b3ceaf1652e97e5f7372ca559e;hb=1e1cb695a2a413f310c4538c0d3b951f4d4fe72f;hp=2b62c176ffe7e2b88790ba17f8a963203a8b7564;hpb=61dd42da2dc4811146725b3a85077c7978a063dd;p=lobster diff --git a/therapies/therapy.css b/therapies/therapy.css index 2b62c17..15412b9 100644 --- a/therapies/therapy.css +++ b/therapies/therapy.css @@ -72,13 +72,14 @@ div.patient a { div.therapies > a { display: inline-block; + text-decoration: none; border: 1px solid black; - margin: .5em .5em 0 0; padding: .25em .5em; + margin-top: .5em; padding: .25em .5em; background-color: #DDF; color: #000; } div.therapies > a.current { - background-color: #CCF; + background-color: #AAF; } div.prescription { @@ -199,6 +200,7 @@ input.stickynote:checked + .stickynote > label { input.stickynote:checked + .stickynote > label:before { position: absolute; font-size: initial; + line-height: 1em; content: "x"; top: .5ex; right: .5ex; padding: .125ex .75ex;