summaryrefslogtreecommitdiffstats
path: root/hyperkitty/static/css
diff options
context:
space:
mode:
Diffstat (limited to 'hyperkitty/static/css')
-rw-r--r--hyperkitty/static/css/hyperkitty.css20
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;