fix some styling throughout the site
[scpubgit/stemmaweb.git] / root / css / auth.css
index 0717b5f..82d91d0 100644 (file)
@@ -1,8 +1,28 @@
+body {
+       padding: 20px;
+    background: transparent url('../images/logo_001.png') no-repeat scroll -200px -100px;
+    background-size: 600px;
+    background-color: #ffffff;
+}
 #topbanner {
        width: 100%;
        height: 50px;
-       margin-top: 20px;
+       padding: 0px;
 }
 .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;
+}