From 9f84cd01fc17ac387f4f5e5787cd366135cd1916 Mon Sep 17 00:00:00 2001 From: paul Date: Fri, 8 Apr 2016 14:16:12 +0000 Subject: [PATCH] move therapy add button into number field svn path=/trunk/; revision=95 --- templates/therapy.css.sh | 4 +++- templates/therapy.html.sh | 14 +++++++------- 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/templates/therapy.css.sh b/templates/therapy.css.sh index 6b17f48..d6a0135 100755 --- a/templates/therapy.css.sh +++ b/templates/therapy.css.sh @@ -173,7 +173,9 @@ label.heading > span.no { .tab > .therapist { width: 40%; } .tab > .signature { width: 10%; } .tab > .signature > button { display: inline-block; margin: 0; } -fieldset.tab > button[type=submit] { width: 5%; text-align: center; margin-left: 5%;} +/* fieldset.tab > button[type=submit] { width: 5%; text-align: center; margin-left: 5%;} */ +fieldset.tab > button[type=submit] { height: 2em; color: #FFF; font-weight: bold;} +fieldset.tab > button[type=submit]::first-letter { font-size: 1.75em;} .signature > button[value=pos], .signature > button[value=neg] { diff --git a/templates/therapy.html.sh b/templates/therapy.html.sh index 0b3bfbe..fd73e52 100755 --- a/templates/therapy.html.sh +++ b/templates/therapy.html.sh @@ -103,10 +103,10 @@ therapy_sessions(){ cat < - … + --> EOF @@ -229,13 +229,13 @@ cat < -- 2.39.2