X-Git-Url: https://git.plutz.net/?a=blobdiff_plain;f=therapies%2Ftherapy.css;h=046b961082c6964cc9d3518e0464cd9060e15cde;hb=be67cb59512145a0fa5b8c6686996f3876618570;hp=90eb0270d14f8d996152c9c22fac64bd4efe5f2e;hpb=b9f386037364d4a10931c37acb464f0bf6d0e5d3;p=lobster diff --git a/therapies/therapy.css b/therapies/therapy.css index 90eb027..046b961 100644 --- a/therapies/therapy.css +++ b/therapies/therapy.css @@ -1,3 +1,19 @@ +* { position: static; } + +.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; } + .trailbtn:checked + fieldset.trailbox { display: block;} .trailbtn:checked + .trailbox + .trailbtn { @@ -10,8 +26,6 @@ } .trailbtn:checked + .trailbox + .trailbtn[type=submit]:before {content: none;} - -* { box-sizing: border-box; } body { overflow: scroll; position: relative; @@ -35,17 +49,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;}