summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Magorsch <arzano@gentoo.org>2020-04-20 18:27:48 +0200
committerMax Magorsch <arzano@gentoo.org>2020-04-20 18:27:48 +0200
commit026e5ad790873744880d6c20987fb9405205ef2e (patch)
treebcfd1c8bbcd76749667602a891462df52a78b44f
parentCorrectly display multi-line comments (diff)
downloadglsamaker-026e5ad790873744880d6c20987fb9405205ef2e.tar.gz
glsamaker-026e5ad790873744880d6c20987fb9405205ef2e.tar.bz2
glsamaker-026e5ad790873744880d6c20987fb9405205ef2e.zip
Make the label on the login page clickable
Signed-off-by: Max Magorsch <arzano@gentoo.org>
-rw-r--r--web/templates/authentication/login.tmpl10
1 files changed, 6 insertions, 4 deletions
diff --git a/web/templates/authentication/login.tmpl b/web/templates/authentication/login.tmpl
index b7ec356..be0e11d 100644
--- a/web/templates/authentication/login.tmpl
+++ b/web/templates/authentication/login.tmpl
@@ -41,10 +41,12 @@
<label for="password" class="d-none">Password:</label>
<input style="border-top: none;border-left: none; border-right: none; border-radius: 0px;" type="password" size="35" id="password" name="password" placeholder="Password" class="form-control" required="">
</div>
- <div class="col-12" style="padding-bottom:20px!important;padding-left:50px!important;padding-right:50px!important;">
- <input type="checkbox" id="restrictlogin" name="restrictlogin" checked="checked">
- <small class="text-muted">Restrict this session to this IP address
- (using this option improves security)</small>
+ <div class="col-12 n-f" style="padding-bottom:20px!important;padding-left:50px!important;padding-right:50px!important;">
+ <label for="restrictlogin">
+ <input type="checkbox" id="restrictlogin" name="restrictlogin" checked="checked" />
+ <small class="text-muted">Restrict this session to this IP address
+ (using this option improves security)</small>
+ </label>
</div>
<div class="col-12">
<input style="display: none;" name="cameFrom" id="cameFrom" value="{{ .CameFrom }}" />