diff options
author | Michael Kröll <pepl@cpan.org> | 2008-12-02 00:01:29 +0100 |
---|---|---|
committer | Michael Kröll <pepl@cpan.org> | 2008-12-02 00:01:29 +0100 |
commit | f2ec2ba11b65fc188402c306d510c09818676b75 (patch) | |
tree | cd9d1d90c00989eb1d000a6cc006475c12c11ac8 /root/static | |
parent | Check for valid return_to url (diff) | |
parent | Merge branch 'master' of git@git.useperl.at:PAUSE-OpenID (diff) | |
download | Simple-OpenID-f2ec2ba11b65fc188402c306d510c09818676b75.tar.gz Simple-OpenID-f2ec2ba11b65fc188402c306d510c09818676b75.tar.bz2 Simple-OpenID-f2ec2ba11b65fc188402c306d510c09818676b75.zip |
Diffstat (limited to 'root/static')
-rw-r--r-- | root/static/css/default.css | 33 | ||||
-rw-r--r-- | root/static/images/openid-logo.png | bin | 0 -> 3218 bytes |
2 files changed, 33 insertions, 0 deletions
diff --git a/root/static/css/default.css b/root/static/css/default.css index e69de29..a5f3b9a 100644 --- a/root/static/css/default.css +++ b/root/static/css/default.css @@ -0,0 +1,33 @@ +body { + padding: 1.2em; + color: #fff; + background-color: #086; + font-family: 'DejaVu Sans', 'Arial Unicode MS', sans-serif; +} + +h1,form,.redirectmessage { + color: #443; + border: 2px solid #986; + padding: 0.5em; + background-color: #fff; +} + +h1 { + margin-bottom: 1em; +} + +.redirectmessage { + float: left; + width: 50%; + margin-top: 0.7em; +} + +form { + float: right; + width: 20%; + margin-top: 0.7em; +} + +form input { + max-width: 90%; +}
\ No newline at end of file diff --git a/root/static/images/openid-logo.png b/root/static/images/openid-logo.png Binary files differnew file mode 100644 index 0000000..3ec55c1 --- /dev/null +++ b/root/static/images/openid-logo.png |