diff options
author | Michał Górny <mgorny@gentoo.org> | 2013-06-19 15:24:06 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2013-06-19 15:50:19 +0200 |
commit | 0b771c125c4adb57f04b8e09b4623e71efbf7a75 (patch) | |
tree | 54e6f66670ce284eb03e6c4f3010064d6d825c45 /okupy/static | |
parent | [OpenID] Introduce Django/DB backend for python-openid store. (diff) | |
download | identity.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.css | 11 |
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%; +} |