]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
openid input styling
authorEvan Prodromou <evan@controlyourself.ca>
Thu, 19 Jun 2008 14:36:10 +0000 (10:36 -0400)
committerEvan Prodromou <evan@controlyourself.ca>
Thu, 19 Jun 2008 14:36:10 +0000 (10:36 -0400)
darcs-hash:20080619143610-5ed1f-fa3cbc67e273adc206808d7213baa8bf691ea149.gz

theme/default/display.css
theme/default/login-bg.gif [new file with mode: 0644]
theme/stoica/display.css
theme/stoica/login-bg.gif [new file with mode: 0644]

index 8804d318101fc7d7c538f97dd2467acef5cf1d8d..35bf7edcb1a1a89e85bef857284e35a199bd52e6 100644 (file)
@@ -544,6 +544,16 @@ input#license {
 form {
        clear: left;
 }
-       
+
+/* ----- OpenID Form -----*/
+
+input.openid_url {
+   background: url(login-bg.gif) no-repeat;
+   background-color: #fff;
+   background-position: 0 50%;
+   color: #000;
+   padding-left: 18px;
+}
+
 /* ===== End Forms Styling ===== */
                
\ No newline at end of file
diff --git a/theme/default/login-bg.gif b/theme/default/login-bg.gif
new file mode 100644 (file)
index 0000000..e2d8377
Binary files /dev/null and b/theme/default/login-bg.gif differ
index 3f424ceebd756b03fb77eac57601494f820b192f..16e124fb38e63c1554fec997e1d706129ef87ae7 100644 (file)
@@ -555,6 +555,16 @@ input#license {
 form {
        clear: left;
 }
-       
+
+/* ----- OpenID Form -----*/
+
+input.openid_url {
+   background: url(login-bg.gif) no-repeat;
+   background-color: #fff;
+   background-position: 0 50%;
+   color: #000;
+   padding-left: 18px;
+}
+
 /* ===== End Forms Styling ===== */
                
\ No newline at end of file
diff --git a/theme/stoica/login-bg.gif b/theme/stoica/login-bg.gif
new file mode 100644 (file)
index 0000000..e2d8377
Binary files /dev/null and b/theme/stoica/login-bg.gif differ