X-Git-Url: https://git.mdrn.pl/cas.git/blobdiff_plain/f88d7170763153204cf4264837b2a1997ba7903c..de84f8005cbb194987bd71fd2e1282f3a113f3cf:/src/cas/static/css/main.css?ds=sidebyside diff --git a/src/cas/static/css/main.css b/src/cas/static/css/main.css index 4d62c01..1e6e823 100644 --- a/src/cas/static/css/main.css +++ b/src/cas/static/css/main.css @@ -7,13 +7,16 @@ } .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; @@ -39,10 +42,20 @@ form label, form input { } #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 { @@ -134,3 +147,30 @@ footer, #content_push { 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; +}