diff --git a/templates/web/api/auth/end_user_authorization.twig b/templates/web/api/auth/end_user_authorization.twig index e1b8d66c16..18223d107d 100644 --- a/templates/web/api/auth/end_user_authorization.twig +++ b/templates/web/api/auth/end_user_authorization.twig @@ -61,7 +61,7 @@

{% trans %} - Hello {{username}} ! + Hello {{username}} {% endtrans %}

diff --git a/www/skins/oauth/default.css b/www/skins/oauth/default.css index ef8ccf631b..ba67d81d2a 100644 --- a/www/skins/oauth/default.css +++ b/www/skins/oauth/default.css @@ -28,11 +28,6 @@ html, body { /*************** Content-box ***************/ -#hello-box { - padding: 10px; - text-align: center; -} - #content-box { padding: 10px; text-align: center; @@ -72,6 +67,11 @@ p.login_hello { margin-top: 20px; } +#hello-box { + padding: 10px; + text-align: center; +} + #text-box { background: #FFFFFF; box-shadow: 0px 0px 10px #DCDCDC;