From ebe9a42f7de4e2d00e093e0cbc9aac900d49f8f8 Mon Sep 17 00:00:00 2001 From: mb863 Date: Tue, 21 Dec 2010 15:26:06 +0000 Subject: [PATCH] NIHVIVO-1492: Centered word "OR" when user uses external authentication on widget login --- webapp/web/css/login.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/web/css/login.css b/webapp/web/css/login.css index de80284a0..0440d0903 100644 --- a/webapp/web/css/login.css +++ b/webapp/web/css/login.css @@ -50,7 +50,7 @@ p.request-account { height: 30px; background: #fff 0 0 url(../images/login-or.png) no-repeat; margin-bottom: 0; - padding-left: 8px; + padding-left: 9px; padding-top: 5px; color: #fff; font-size: .8em;