diff options
author | friendica <info@friendica.com> | 2012-01-12 20:31:14 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-01-12 20:31:14 -0800 |
commit | 520ba0960bf222cdaabf55707f48ead02d7c505f (patch) | |
tree | 9529b7f3f1de41eb3b1ad72aa67e34aceb3f75ae /view/theme | |
parent | a95000d9f58ca1e355540da46fb2bcbad9f81c97 (diff) | |
download | volse-hubzilla-520ba0960bf222cdaabf55707f48ead02d7c505f.tar.gz volse-hubzilla-520ba0960bf222cdaabf55707f48ead02d7c505f.tar.bz2 volse-hubzilla-520ba0960bf222cdaabf55707f48ead02d7c505f.zip |
put openid logo back on openid input box, duepuntozero settings page
Diffstat (limited to 'view/theme')
-rw-r--r-- | view/theme/duepuntozero/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css index cde707252..61172851d 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; |