]> git.plutz.net Git - confetti/blobdiff - templates/prescriptions.css.sh
issuer field on prescription document
[confetti] / templates / prescriptions.css.sh
index 49db4976bcad9a89bf2c4083791a9a31943cd4bb..3810eeb9fe2a63964f00bcf782a97cc1ae597727 100755 (executable)
 # You should have received a copy of the GNU Affero General Public License
 # along with Confetti.  If not, see <http://www.gnu.org/licenses/>. 
 
 # You should have received a copy of the GNU Affero General Public License
 # along with Confetti.  If not, see <http://www.gnu.org/licenses/>. 
 
-. ${0%/*}/attendees.css.sh
+. ${0%/*}/cards.css.sh
 
 cat <<EOF
 /**/
 
 cat <<EOF
 /**/
+body {padding-bottom: 3em; }
+
+.trailbtn { display: none; }
+.trailbtn + .trailbox { display: none; }
+.trailbtn:checked + .trailbox { display: inline-block; }
+.trailbtn:checked + .trailbox + .trailbtn { display: block; }
+.trailbtn:checked + .trailbox + .trailbtn:before {
+   display: block; content: '+';
+   width: 3ex; text-align: center;
+   margin-top: .25em; padding: .25em 0;
+   background-color: #FFF;
+   border-width: 1px; border-style: solid;
+}
+.trailbtn:checked + .trailbox + .trailbtn:checked,
+.trailbtn:checked { display: none; }
 
 .prescription {
   display: inline-block;
 
 .prescription {
   display: inline-block;
@@ -29,6 +44,7 @@ cat <<EOF
   margin: 1em -1% 0 2%; padding: 0;
   border: 1px solid #888;
   overflow: hidden;
   margin: 1em -1% 0 2%; padding: 0;
   border: 1px solid #888;
   overflow: hidden;
+  vertical-align: top;
 }
 form.prescription { padding-top: 1ex;}
 
 }
 form.prescription { padding-top: 1ex;}
 
@@ -122,13 +138,16 @@ form.prescription { padding-top: 1ex;}
 .prescription input[name=presctype] + label {
   font-size: medium;
   width: 22%;
 .prescription input[name=presctype] + label {
   font-size: medium;
   width: 22%;
-  margin: 0; margin-right: -.75ex;
-  vertical-align: bottom;
-  padding: .125em .5ex .25em 3ex;
+  margin: 0; margin-right: -.5ex;
+  vertical-align: top;
+  padding: .25em .5ex .25em 3ex;
+  height: 2.5em;
+  border-top: 1px solid #DDD;
 }
 .prescription label.presctype {
   text-align: right;
   font-weight: bold;
 }
 .prescription label.presctype {
   text-align: right;
   font-weight: bold;
+  font-size: .875em;
   padding-right: 1ex;
   padding-left: 0;
 }
   padding-right: 1ex;
   padding-left: 0;
 }
@@ -210,19 +229,16 @@ input[name=presctype][value^=altpractition]:checked  ~ fieldset,
 .prescription .description { width: 100%; position: relative;}
   .description * { margin-right: -.625ex; vertical-align: top; }
   .description label {vertical-align: bottom;}
 .prescription .description { width: 100%; position: relative;}
   .description * { margin-right: -.625ex; vertical-align: top; }
   .description label {vertical-align: bottom;}
-  .description label[for=quantity1],
-  .description label[for=remidy1],
-  .description label[for=quantity_weekly1] {display: none;}
 
   .description label[for=quantity] { width: 20%;}
 
   .description label[for=quantity] { width: 20%;}
-  .description #quantity,
-  .description #quantity1 { width: 20%;  height: 3em; text-align: center;}
   .description label[for=remidy] { width: 60%; }
   .description label[for=remidy] { width: 60%; }
-  .description #remidy,
-  .description #remidy1 { width: 60%; height: 3em;}
   .description label[for=quantity_weekly] { width: 20%;}
   .description label[for=quantity_weekly] { width: 20%;}
+  .description #quantity,
+  .description .quantity { width: 20%;  height: 3em; text-align: center;}
+  .description #remidy,
+  .description .remidy { width: 60%; height: 3em;}
   .description #quantity_weekly,
   .description #quantity_weekly,
-  .description #quantity_weekly1 { width: 20%; height: 3em; text-align: center;}
+  .description .quantity_weekly { width: 20%; height: 3em; text-align: center;}
 
   .description .indicator_codes {display: inline-block; width: 20%; padding: 0; padding-top: 1.5ex;}
   .description label[for=indicator],
 
   .description .indicator_codes {display: inline-block; width: 20%; padding: 0; padding-top: 1.5ex;}
   .description label[for=indicator],
@@ -235,6 +251,44 @@ input[name=presctype][value^=altpractition]:checked  ~ fieldset,
   .description #indicator_reading { width: 100%; display: block;}
   .description #indicator_reading { height: 4em;}
 
   .description #indicator_reading { width: 100%; display: block;}
   .description #indicator_reading { height: 4em;}
 
+  .description .issuer { display: inline-block; width: 50%; padding: 0; padding-top: 0; margin-left: 50%;}
+  .description .issuer label:first-of-type {
+     display: block;
+     position: relative;
+     width: 50%; left: -50%; top: 2.25em;
+     font-size: 1em;
+     text-align: right;
+     padding-right: 1ex;
+   }
+  .description .issuer input[type=radio] + label:before { content: none; }
+  .description .issuer input[type=radio] { display: none; }
+  .description .issuer input[type=radio] + label {
+    display: inline-block;
+    width: 50%;
+    padding: .25ex 0; margin: 0;
+    text-align: center;
+    border: 1px solid black;
+  }
+  .description .issuer input[type=radio]:checked + label {
+    font-weight: bold;
+    background-color: #FFF;
+    border-width: 1px;
+    border-bottom: 1px solid #FFF;
+  }
+  .description .issuer input[type=radio] + label + input + label + select,
+  .description .issuer input[type=radio] + label + select + input { display: none; }
+  .description .issuer input[type=radio]:checked + label + input + label + select,
+  .description .issuer input[type=radio]:checked + label + select + input {
+    display: block; width: 100%;
+    border: 1px solid black;
+    background-color: #FFF;
+    border-width: 0 1px 1px 1px;
+    padding: .25ex .5ex;
+    margin-top: -1px;
+  }
+  .description .issuer input[type=radio]:checked + label + input + label + select option { display: block;}
+  .description span#issuer { width: 100%; height: 3em; padding: 1ex 2ex;}
+
 .prescription .controls { width: 100%; }
   .controls a.button,
   .controls button[value=save],
 .prescription .controls { width: 100%; }
   .controls a.button,
   .controls button[value=save],