}
.enclosed {
- margin-top: 70px;
+ margin-top: 75px;
display: inline-block;
text-align: left;
max-width: 300px;
background-color: rgb(247, 247, 247);
background-color: rgba(247, 247, 247, .5);
}
+.enclosed h1 {
+ margin-top: 0;
+}
a {
text-decoration: none;
}
#login-form input {
font-size: 1.75em;
- margin-bottom: .4em;
+}
+#login-form p {
+ margin-bottom: .7em;
+}
+#tools {
+ text-align: right;
}
-
+#register-form .helptext {
+ font-size: .8em;
+}
+#register-form p {
+ #margin-bottom: .5em;
+}
html, body {
height: 50px;
margin: 10px 10px 0 0;
}
+
+
+.content-extra {
+ text-align: center;
+}
+.socialaccount_provider {
+ display: inline-block;
+ background-repeat: no-repeat;
+ color: transparent;
+ height: 40px;
+ width: 40px;
+ vertical-align: middle;
+}
+.socialaccount_provider.google {
+ background-image: url(/static/img/auth/google.png);
+}
+
+
+.socialaccount_providers {
+ margin: 1em 0;
+ padding: 0;
+}
+.socialaccount_providers li {
+ display: inline;
+ list-style: none;
+ margin-right: 1em;
+}