]> git.plutz.net Git - confetti/blobdiff - templates/attendees.css.sh
support for prescriptions
[confetti] / templates / attendees.css.sh
index 1544d8682725e24e97b2e55345d58f913289574a..758b1d1a0f977e1f249cdad47a927fc347c131de 100755 (executable)
@@ -102,13 +102,10 @@ cat <<EOF
   border: 1px solid black;
   background: #FFF;
 }
-.card .control a.item {
-  border-right: 3px double;
-  padding: .125em 1ex;
-}
-.card .control a.item:hover{
-  border-right: 1px solid;
-}
+.card .control a.item { padding: .25em .75ex 0 .75ex;}
+.card .control a.item:hover{ border-color: #888;}
+.card .control button.item { text-align: right;}
+.card .control button.item:hover{ border-color: #888;}
 .card .control .item[name=newfield] { width: 85%;}
 .card .control .item[value=addfield] { width: 15%;}
 
@@ -143,6 +140,13 @@ cat <<EOF
   word-wrap: break-word;
 }
 
+.card .section.prescriptions ul { margin: 0; padding: 0; }
+.card .section.prescriptions ul li {
+  display: inline-block;
+  word-wrap: break-word;
+  margin: 0 .25ex;
+}
+
 form.card .section input[type=text],
 form.card .section input:not([type]),
 form.card .section textarea,