summaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
authorArun Persaud <arun@nubati.net>2009-04-25 00:33:14 -0700
committerArun Persaud <arun@nubati.net>2009-04-25 11:32:25 -0700
commita57cfa3be6ee0fbce336dc98e2862ac39f2b1add (patch)
treeb7e4fc46ca06b6147c005700fb2a092c5b13a080 /css
parent4cbc3848a891ac9addf10264d24a9f4273c5e355 (diff)
downloade-DoKo-a57cfa3be6ee0fbce336dc98e2862ac39f2b1add.tar.gz
e-DoKo-a57cfa3be6ee0fbce336dc98e2862ac39f2b1add.tar.bz2
e-DoKo-a57cfa3be6ee0fbce336dc98e2862ac39f2b1add.zip
NEW FEATURE: added OpenID support
Users can add and delete OpenIDs on the settings page and then log in user those OpenIds. They can also use their OpenIDs to register.
Diffstat (limited to 'css')
-rw-r--r--css/openid-icon-small.gifbin0 -> 237 bytes
-rw-r--r--css/standard020.css9
2 files changed, 9 insertions, 0 deletions
diff --git a/css/openid-icon-small.gif b/css/openid-icon-small.gif
new file mode 100644
index 0000000..cde836c
--- /dev/null
+++ b/css/openid-icon-small.gif
Binary files differ
diff --git a/css/standard020.css b/css/standard020.css
index cb1e1c0..6488b8f 100644
--- a/css/standard020.css
+++ b/css/standard020.css
@@ -618,6 +618,15 @@ fieldset {
.login .submitbutton { background-color: #fff;}
.login .submitbutton:hover { background-color: #aaa;}
+#openid_url {
+ background: #FFFFFF url('openid-icon-small.gif') no-repeat scroll 0pt 50%;
+ padding-left: 18px;
+}
+
+table.openid td, table.openid th{
+ padding: 0.0em 0.3em;;
+}
+
.newbiehint {
background-color: #fee;
}