From 520ba0960bf222cdaabf55707f48ead02d7c505f Mon Sep 17 00:00:00 2001 From: friendica Date: Thu, 12 Jan 2012 20:31:14 -0800 Subject: [PATCH] put openid logo back on openid input box, duepuntozero settings page --- view/theme/duepuntozero/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css index cde7072527..61172851d2 100644 --- a/view/theme/duepuntozero/style.css +++ b/view/theme/duepuntozero/style.css @@ -28,7 +28,7 @@ input { img { border :0px; } -.openid input { +#id_openid_url, .openid input { background: url(login-bg.gif) no-repeat; background-position: 0 50%; padding-left: 18px;