From 3279ec40bd99d53abc0572d360dae01e041a2b46 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Mon, 17 Jun 2013 22:48:27 +0200 Subject: [OpenID] Initial endpoint discovery support. --- okupy/static/openid/openid.css | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) (limited to 'okupy/static') 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%; } -- cgit v1.2.3-65-gdbad