From c42e92d7f306bded5e7dc030b5c05420e16f521c Mon Sep 17 00:00:00 2001 From: Ysolyne Gresille Date: Wed, 22 Feb 2012 11:58:24 +0100 Subject: [PATCH] Graphic integration oauth correction --- templates/web/api/auth/end_user_authorization.twig | 2 +- www/skins/oauth/default.css | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) 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 @@
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;