diff options
author | Struan Donald <struan@exo.org.uk> | 2013-07-09 12:44:53 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2013-07-09 12:44:53 +0100 |
commit | 139c4cfc08a6058b8f793af92c696eb0911eeb86 (patch) | |
tree | 5891df79a49ca6724724c7a74780b0cb0e92f5bb | |
parent | 83c55ccd85518823aeaea5b982d72f7f92b310b8 (diff) |
remove extraneous border from logged in name confirm page
-rw-r--r-- | www/css/fms.css | 1 | ||||
-rw-r--r-- | www/templates/en/submit_confirm.html | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/www/css/fms.css b/www/css/fms.css index 99d5838..c87cb43 100644 --- a/www/css/fms.css +++ b/www/css/fms.css @@ -238,6 +238,7 @@ border:none; border-bottom: 1px solid #ccc; } + .inputcard > div.noborder, .gmailstyletest > div.noborder { border:none; } diff --git a/www/templates/en/submit_confirm.html b/www/templates/en/submit_confirm.html index 7d3f32b..90fc6b8 100644 --- a/www/templates/en/submit_confirm.html +++ b/www/templates/en/submit_confirm.html @@ -20,7 +20,7 @@ <div> <input data-role="none" type="tel" value="<%= user.phone %>" name="name" id="form_phone" placeholder="Optionally enter your phone number"> </div> - <div class="checkbox-group"> + <div class="checkbox-group noborder"> <input type="checkbox" name="may_show_name" id="form_may_show_name" value="1" checked> <label class="inline" for="form_may_show_name">Show my name publicly</label> </div> |