]> git.plutz.net Git - confetti/blobdiff - templates/attendees.css.sh
additional prescription fields, improved display of clients and prescriptions
[confetti] / templates / attendees.css.sh
index 1544d8682725e24e97b2e55345d58f913289574a..036ad0428c66226337fb33a38f5d9d5def0b7d46 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,15 @@ cat <<EOF
   word-wrap: break-word;
 }
 
+.card .section.prescriptions ul { margin: 0; padding: 0; }
+.card .section.prescriptions ul li {
+  display: block;
+  word-wrap: break-word;
+  margin: 0 .25ex;
+}
+
+.card .section.prescriptions { width: 40ex;}
+
 form.card .section input[type=text],
 form.card .section input:not([type]),
 form.card .section textarea,