add OpenID logo and a little styling to the login forms
[scpubgit/stemmatology.git] / stemmaweb / root / css / auth.css
index 0717b5f..76e3717 100644 (file)
@@ -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;
+}