added OpenID logo as background to relevant form fields

This commit is contained in:
James A. Rosen 2010-07-02 18:39:35 -04:00
parent b9f7b9f4d2
commit 8b793844b3
1 changed files with 6 additions and 0 deletions

View File

@ -60,6 +60,12 @@ module OmniAuth
width: 280px;
}
input#identifier, input#openid_url {
background: url(http://openid.net/login-bg.gif) no-repeat;
background-position: 0 50%;
padding-left: 18px;
}
button {
font-size: 22px;
padding: 4px 8px;