]> git.plutz.net Git - confetti/commitdiff
do not cover image with sticky note
authorpaul <paul@plutz.net>
Fri, 20 May 2016 12:08:16 +0000 (12:08 +0000)
committerpaul <paul@plutz.net>
Fri, 20 May 2016 12:08:16 +0000 (12:08 +0000)
svn path=/trunk/; revision=107

templates/therapy.css.sh

index ce636a404d503510999e274711e7ea07501f3a44..57f35fefa224af7e5f924956a7a8d34b6a258e11 100755 (executable)
@@ -92,62 +92,6 @@ div.prescription label[for=prescreviewed].checked {
   background-color: transparent;
 }
 
-fieldset.color {
-  position: absolute;
-  bottom: 0; right: 0; width: 2em;
-  margin: .5em .5em .125em 2%;
-  border: none;
-  padding: 0;
-}
-fieldset.color > input.color + label {
-  width: 2em; height: 2em;
-}
-.dotmark {
-  max-width: 90%;
-  margin: .5em 1em .125em 2%; padding: 0;
-  text-align: left;
-  border: 1px solid black;
-}
-.dotmark.ov {
-  position: absolute;
-  left: 0; bottom: .25em;
-  z-index: 1;
-}
-
-@media(min-width: 800px){
-  h1, label.tab, div.tab, fieldset.tab,
-  div.patient, div.prescription {
-    width: 38%;
-    margin-right: 0;
-  }
-  fieldset.color { position: fixed; }
-  .dotmark {
-    position: fixed;
-    max-width: 52%;
-    max-height: 98%;
-    right: 2em; bottom: .25em;
-  }
-  .dotmark.ov {
-    position: fixed;
-    right: 2em; left: auto;
-  }
-}
-
-h1 {display: none;}
-
-div.patient, div.prescription { margin-top: 1em; }
-div.prescription {
-  border: 1px solid black;
-  background-color: #EEE;
-  padding: .125em 1.25ex .5em 1.25ex;
-}
-div > h2 { margin: 0; border-bottom: 1px solid black; }
-div:nth-child(n+2) > a:first-of-type {
-  display: block;
-  margin: .125em 0 .5em 0;
-  text-decoration: none;
-}
-
 input.stickynote { display:none; }
 input.stickynote + .stickynote {
   position: fixed;
@@ -172,8 +116,7 @@ input.stickynote + .stickynote:hover {
 input.stickynote:checked + .stickynote {
   width: auto;
   left: 1em;
-  right: 4em;
-  padding-top: .5ex;
+  right: 1em;
 }
 input.stickynote:checked + .stickynote > textarea {
   display: block;
@@ -206,6 +149,64 @@ input.stickynote:checked + .stickynote > label:before {
   z-index: 2;
 }
 
+
+fieldset.color {
+  position: absolute;
+  bottom: 0; right: 0; width: 2em;
+  margin: .5em .5em .125em 2%;
+  border: none;
+  padding: 0;
+}
+fieldset.color > input.color + label {
+  width: 2em; height: 2em;
+}
+.dotmark {
+  max-width: 90%;
+  margin: .5em 1em .125em 2%; padding: 0;
+  text-align: left;
+  border: 1px solid black;
+}
+.dotmark.ov {
+  position: absolute;
+  left: 0; bottom: .25em;
+  z-index: 1;
+}
+
+@media(min-width: 800px){
+  h1, label.tab, div.tab, fieldset.tab,
+  div.patient, div.prescription {
+    width: 38%;
+    margin-right: 0;
+  }
+  input.stickynote:checked + .stickynote { right: 50%; }
+  fieldset.color { position: fixed; }
+  .dotmark {
+    position: fixed;
+    max-width: 52%;
+    max-height: 98%;
+    right: 2em; bottom: .25em;
+  }
+  .dotmark.ov {
+    position: fixed;
+    right: 2em; left: auto;
+  }
+}
+
+h1 {display: none;}
+
+div.patient, div.prescription { margin-top: 1em; }
+div.prescription {
+  border: 1px solid black;
+  background-color: #EEE;
+  padding: .125em 1.25ex .5em 1.25ex;
+}
+div > h2 { margin: 0; border-bottom: 1px solid black; }
+div:nth-child(n+2) > a:first-of-type {
+  display: block;
+  margin: .125em 0 .5em 0;
+  text-decoration: none;
+}
+
 fieldset.tab,
 label.tab {
   font-size: 1.25em;