X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=scpubgit%2Fstemmatology.git;a=blobdiff_plain;f=stemmaweb%2Froot%2Fcss%2Fauth.css;fp=stemmaweb%2Froot%2Fcss%2Fauth.css;h=76e3717e5001f5d725d777ebb597dff253c4eeb0;hp=0717b5f4271b692340e55f906e5bf0ec40691e53;hb=c84a47788777f257a330f9d011c03077e622310e;hpb=b77f6c1bee7890af1189201ff40eb8005e3e671f 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; +}