Hi all.

I've added OpenID module to Drupal installation and it's up and running fine. Now all I need is to add a small icon (it's like the favicon, you name it) to the front of my OpenID login form like this.

It seems I need to add something into the openid.module but I didn't try it out, too greenhanded :-(

Here goes my site: Lynxarts.com you could see in sidebar the OpenID Login.(it's never OpenID style enough without the icon!)

Will someone give some suggestion? Any help will be appreciated!

Comments

coreyp_1’s picture

You should be able to do this with CSS. No need to hack any modules!

- Corey

flavien’s picture

Thanks Corey I added following line to CSS

openid_url { background: url(/path/to/openid icon) left center no-repeat; padding-left: 20px; }

Now it works.