From d22256b91bd6aa1f97cffc7e1221e2a264405e92 Mon Sep 17 00:00:00 2001 From: "Stefan E. Funk" <funk@sub.uni-goettingen.de> Date: Fri, 6 Nov 2015 17:11:51 +0100 Subject: [PATCH] Slightly updated WebAuthN.php look. --- info.textgrid.middleware.tgauth.webauth/WebAuthN/WebAuthN.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/info.textgrid.middleware.tgauth.webauth/WebAuthN/WebAuthN.php b/info.textgrid.middleware.tgauth.webauth/WebAuthN/WebAuthN.php index 5a40b1b..d526556 100644 --- a/info.textgrid.middleware.tgauth.webauth/WebAuthN/WebAuthN.php +++ b/info.textgrid.middleware.tgauth.webauth/WebAuthN/WebAuthN.php @@ -37,6 +37,7 @@ if ($authZinstance == null) { </header> <div class="container"> <div class="row"> + <div class="col-xs-3"> </div> <div class="col-xs-6"> <h3><?php echo $t->_('login_option_ldap');?></h3> <form action="TextGrid-WebAuth.php" method="post" name="textgriddeform"> @@ -62,6 +63,7 @@ if ($authZinstance == null) { } </script> </div> + <div class="col-xs-3"> </div> </div> </div> </body> -- GitLab