]> git.plutz.net Git - lobster/blobdiff - therapies/therapy.css
style updates using common.css
[lobster] / therapies / therapy.css
index 90eb0270d14f8d996152c9c22fac64bd4efe5f2e..79a3e0c1f71998934d950974ceb9bec72cc44fa9 100644 (file)
@@ -1,3 +1,5 @@
+* { position: static; }
+
 .trailbtn:checked + fieldset.trailbox { display: block;}
 
 .trailbtn:checked + .trailbox + .trailbtn {
@@ -10,8 +12,6 @@
 }
 .trailbtn:checked + .trailbox + .trailbtn[type=submit]:before {content: none;}
 
-
-* { box-sizing: border-box; }
 body {
   overflow: scroll;
   position: relative;
@@ -35,17 +35,23 @@ form > button[type=submit]:hover {
   background-color: #FEE;
 }
 
-form > button#backbutton {
+form#report {
+  position: static;
+  width: 100%;
+  margin:0; padding: 0;
+  box-shadow: none;
+}
+
+form#report button#backbutton {
+  display: inline;
   position: absolute;
-  top: 2em;
-  left: 2%;
+  top: 1.75em; left: 2%;
+  font-size: 1.125em;
   background: transparent;
-  border: none;
   padding: 0;
-  margin: 0;
+  border: none; box-shadow: none;
 }
 
-
 input.tab { display: none; }
 input.tab + label.tab { display: block; }
 input.tab + label.tab::before { content: '\25b8 \00a0'; float: left;}