From: Tara L Andrews Date: Sun, 15 Jul 2012 00:03:10 +0000 (+0200) Subject: add OpenID logo and a little styling to the login forms X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=scpubgit%2Fstemmatology.git;a=commitdiff_plain;h=c84a47788777f257a330f9d011c03077e622310e add OpenID logo and a little styling to the login forms --- diff --git a/stemmaweb/root/css/auth.css b/stemmaweb/root/css/auth.css index 0717b5f..76e3717 100644 --- a/stemmaweb/root/css/auth.css +++ b/stemmaweb/root/css/auth.css @@ -6,3 +6,17 @@ .error { color: #d24848; } +.openid_form { + margin-top: 20px; +} +#openid_input { + background: url('../images/openid-16x16.gif'); + background-color: white; + background-position: 0 50%; + background-repeat: no-repeat; + padding-left: 18px; + padding-top: 3px; + padding-bottom: 3px; + margin-right: 15px; + width: 200px; +} diff --git a/stemmaweb/root/images/openid-16x16.gif b/stemmaweb/root/images/openid-16x16.gif new file mode 100644 index 0000000..e2d8377 Binary files /dev/null and b/stemmaweb/root/images/openid-16x16.gif differ diff --git a/stemmaweb/root/src/auth/login.tt b/stemmaweb/root/src/auth/login.tt index 61575b1..9293df9 100644 --- a/stemmaweb/root/src/auth/login.tt +++ b/stemmaweb/root/src/auth/login.tt @@ -47,20 +47,20 @@ $(document).ready(function() {

Sign in with Google

If you have a Google account, you may use it to sign into Stemmaweb.

-
+ - +

Sign in with OpenID

If you have an account with an OpenID provider (e.g. WordPress, Blogger, Flickr, Yahoo), you may use it to sign into Stemmaweb. -

+ - - + +