]> git.plutz.net Git - lobster/blobdiff - therapies/therapy.css
disable autosubmit, submit when using back-button
[lobster] / therapies / therapy.css
index 323f0483c8ef258fc58c3d8cec650a28328784a7..90eb0270d14f8d996152c9c22fac64bd4efe5f2e 100644 (file)
@@ -35,6 +35,17 @@ form > button[type=submit]:hover {
   background-color: #FEE;
 }
 
+form > button#backbutton {
+  position: absolute;
+  top: 2em;
+  left: 2%;
+  background: transparent;
+  border: none;
+  padding: 0;
+  margin: 0;
+}
+
+
 input.tab { display: none; }
 input.tab + label.tab { display: block; }
 input.tab + label.tab::before { content: '\25b8 \00a0'; float: left;}