diff --git a/static/css/forms.css b/static/css/forms.css index f486549..8b56fcd 100644 --- a/static/css/forms.css +++ b/static/css/forms.css @@ -37,7 +37,7 @@ form.tabular .buttons { form:not(.tabular) ul li label { display: block; - padding: 0.5em 0; + padding: 1em 0 0.5em 0; } textarea, diff --git a/static/css/main.css b/static/css/main.css index 1a338e0..b896fb4 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -5,6 +5,10 @@ body { font-size: 12pt; } +a { + color: #24AADD; +} + #content-holder { margin-top: 1em; text-align: center; diff --git a/static/css/users.css b/static/css/users.css index cf2e10d..3035361 100644 --- a/static/css/users.css +++ b/static/css/users.css @@ -3,14 +3,38 @@ width: 20em; float: left; } -#user-registration div.info { +#user-registration .info { + line-height: 1.8em; float: left; margin-left: 3em; border-radius: 0.2em; width: 20em; } -#user-registration .info p:first-child, -#user-registration form li:first-child label { +#user-registration .info ul { + list-style-type: none; + margin: 0; + padding: 0; +} +#user-registration .info li { + margin: 0; + padding: 0; +} +#user-registration .info i { + margin-right: 0.5em; +} +#user-registration .info i.fa { color: #24AADD; } +#user-registration .info p:first-child { + margin: 0 0 0.5em 0; +} +#user-registration .input li:first-child label { padding-top: 0; margin-top: 0; } +#user-registration .buttons { + margin-top: 1em; +} +p.hint { + margin-top: 0.5em; + color: gray; + font-size: 80%; +} diff --git a/static/html/index.htm b/static/html/index.htm index 81c1043..7ea13ff 100644 --- a/static/html/index.htm +++ b/static/html/index.htm @@ -4,8 +4,8 @@
By clicking "Create an account" button below, you are agreeing to the Terms of Service.
-Registered users can:
Your e-mail will be used to show your Gravatar and for password reminders only. Leave blank for random Gravatar.
+By creating an account, you are agreeing to the Terms of Service.