From 83e40ec2b3b37565f66a5717005b6912df3fcf08 Mon Sep 17 00:00:00 2001 From: "Stefan E. Funk" <funk@sub.uni-goettingen.de> Date: Fri, 6 Nov 2015 17:45:54 +0100 Subject: [PATCH] Last corrections :-) --- .../WebAuthN/WebAuthN.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/info.textgrid.middleware.tgauth.webauth/WebAuthN/WebAuthN.php b/info.textgrid.middleware.tgauth.webauth/WebAuthN/WebAuthN.php index 1e93f8b..af619fe 100644 --- a/info.textgrid.middleware.tgauth.webauth/WebAuthN/WebAuthN.php +++ b/info.textgrid.middleware.tgauth.webauth/WebAuthN/WebAuthN.php @@ -31,8 +31,9 @@ if ($authZinstance == null) { <body class="login"> <header> <div class="container"> - <img class="login-headline" src="./img/textgridlab-login.png" alt="TextGridLab-Login" /> - <img src="./img/drunk-eule.png" align="right" valign="center" /> + <img src="./img/drunk-eule.png" height="62px"/> + + <img class="login-headline" src="./img/textgridlab-login.png" alt="TextGridLab-Login" /> </div> </header> <div class="container"> -- GitLab