aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2013-06-19 15:24:06 +0200
committerMichał Górny <mgorny@gentoo.org>2013-06-19 15:50:19 +0200
commit0b771c125c4adb57f04b8e09b4623e71efbf7a75 (patch)
tree54e6f66670ce284eb03e6c4f3010064d6d825c45 /okupy/static
parent[OpenID] Introduce Django/DB backend for python-openid store. (diff)
downloadidentity.gentoo.org-0b771c125c4adb57f04b8e09b4623e71efbf7a75.tar.gz
identity.gentoo.org-0b771c125c4adb57f04b8e09b4623e71efbf7a75.tar.bz2
identity.gentoo.org-0b771c125c4adb57f04b8e09b4623e71efbf7a75.zip
[OpenID] Support minimal site auth.
Diffstat (limited to 'okupy/static')
-rw-r--r--okupy/static/openid/openid.css11
1 files changed, 10 insertions, 1 deletions
diff --git a/okupy/static/openid/openid.css b/okupy/static/openid/openid.css
index bb56037..068fef3 100644
--- a/okupy/static/openid/openid.css
+++ b/okupy/static/openid/openid.css
@@ -50,7 +50,7 @@ h1 {
margin: 1em;
}
-p, ol, ul, dl, table {
+p, ol, ul, dl, table, form {
margin: 1em;
text-align: justify;
@@ -67,3 +67,12 @@ pre {
td {
padding: 0;
}
+
+#trust {
+ text-align: center;
+}
+
+#trust input {
+ margin: .5em 1em;
+ width: 20%;
+}