aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2013-06-17 22:48:27 +0200
committerMichał Górny <mgorny@gentoo.org>2013-06-17 22:49:01 +0200
commit3279ec40bd99d53abc0572d360dae01e041a2b46 (patch)
tree1d5f4ec12129397d48600235a8aed650ac386b53 /okupy/static
parent[OpenID] initial login support. (diff)
downloadidentity.gentoo.org-3279ec40bd99d53abc0572d360dae01e041a2b46.tar.gz
identity.gentoo.org-3279ec40bd99d53abc0572d360dae01e041a2b46.tar.bz2
identity.gentoo.org-3279ec40bd99d53abc0572d360dae01e041a2b46.zip
[OpenID] Initial endpoint discovery support.
Diffstat (limited to 'okupy/static')
-rw-r--r--okupy/static/openid/openid.css17
1 files changed, 12 insertions, 5 deletions
diff --git a/okupy/static/openid/openid.css b/okupy/static/openid/openid.css
index 315c7b1..45bbcf7 100644
--- a/okupy/static/openid/openid.css
+++ b/okupy/static/openid/openid.css
@@ -4,7 +4,7 @@ html {
#content {
margin: 1em auto;
- max-width: 32em;
+ max-width: 36em;
}
h1 {
@@ -15,8 +15,13 @@ h1 {
color: #ccc;
}
+.login {
+ text-align: right;
+}
+
.wnd {
- margin: 5em 0;
+ margin: 3em auto;
+ max-width: 36em;
border: .1em solid #000;
border-radius: .5em;
@@ -35,9 +40,9 @@ h1 {
border-bottom: .1em solid #000;
}
-.wnd p, .wnd ul, .wnd ol, .wnd dl {
- margin: 1em;
-}
+/* colorful window variants */
+.wnd.error { background: #fadada; }
+.wnd.error h2 { background: #844; }
.wnd table {
width: 100%;
@@ -46,6 +51,8 @@ h1 {
}
p, ol, ul, dl, table {
+ margin: 1em;
+
text-align: justify;
line-height: 130%;
}