diff options
author | Aurélien Bompard <aurelien@bompard.org> | 2013-02-13 11:37:38 +0100 |
---|---|---|
committer | Aurélien Bompard <aurelien@bompard.org> | 2013-02-13 11:37:38 +0100 |
commit | 0a1f8de9b4537f0e0d67e694ff8746003e20f3c8 (patch) | |
tree | 57eaef482c2b8f7190888edf956a6b92fab588f4 /hyperkitty/static/css | |
parent | ccafc51ade9536046aeb096b04b069f17874fab4 (diff) | |
download | hyperkitty-0a1f8de9b4537f0e0d67e694ff8746003e20f3c8.tar.gz hyperkitty-0a1f8de9b4537f0e0d67e694ff8746003e20f3c8.tar.xz hyperkitty-0a1f8de9b4537f0e0d67e694ff8746003e20f3c8.zip |
Rework the login and register forms
Diffstat (limited to 'hyperkitty/static/css')
-rw-r--r-- | hyperkitty/static/css/hyperkitty.css | 20 |
1 files changed, 11 insertions, 9 deletions
diff --git a/hyperkitty/static/css/hyperkitty.css b/hyperkitty/static/css/hyperkitty.css index f08baaa..bc57a32 100644 --- a/hyperkitty/static/css/hyperkitty.css +++ b/hyperkitty/static/css/hyperkitty.css @@ -78,24 +78,26 @@ h1.lists { /* Login form */ -#loginform { +#login, +#register { text-align: left; width: 40em; margin: 0 auto; } -#loginform h2 { - margin-bottom: 1.5em; +#login h2, +#register h2 { + margin: 4em 0 1em 0; text-align: center; + font-size: 160%; } -.socialLogin { - list-style: none; - margin: 0px; +#login .social-login { + text-align: center; } -.socialLogin li { - float: left; - padding: 5px; +#login .social-login li { + margin: 0 20px; } + /* from Bootstrap's alert class */ .errorlist { list-style-type: none; |