summaryrefslogtreecommitdiffstats
path: root/templates/content/jquery-openid
diff options
context:
space:
mode:
authorEvgeny Fadeev <evgeny.fadeev@gmail.com>2010-01-24 15:13:41 -0500
committerEvgeny Fadeev <evgeny.fadeev@gmail.com>2010-01-24 15:17:21 -0500
commitc4da893b2e28dbd2a04f8c6f61c52936119b1148 (patch)
tree43eafffdea7529121c1aac229587bcd21c144037 /templates/content/jquery-openid
parent4e7d6e104d95115b091e6bbf29148b5b1c96aa7e (diff)
downloadaskbot-c4da893b2e28dbd2a04f8c6f61c52936119b1148.tar.gz
askbot-c4da893b2e28dbd2a04f8c6f61c52936119b1148.tar.bz2
askbot-c4da893b2e28dbd2a04f8c6f61c52936119b1148.zip
fixed small error in html and style of signin view
Diffstat (limited to 'templates/content/jquery-openid')
-rw-r--r--templates/content/jquery-openid/openid.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/templates/content/jquery-openid/openid.css b/templates/content/jquery-openid/openid.css
index 88960b56..1b7aaf82 100644
--- a/templates/content/jquery-openid/openid.css
+++ b/templates/content/jquery-openid/openid.css
@@ -67,3 +67,9 @@ form.openid ul.errorlist li {
float: none;
color:blue;
}
+#openid_small_providers li {
+ margin-top:4px;
+}
+#openid_small_providers li.facebook {
+ margin-top:0px;
+}