]> git.plutz.net Git - lobster/blobdiff - therapies/therapy.css
better visibility for sticky note close button
[lobster] / therapies / therapy.css
index 2b62c176ffe7e2b88790ba17f8a963203a8b7564..15412b9d3b8889b3ceaf1652e97e5f7372ca559e 100644 (file)
@@ -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;