X-Git-Url: https://git-public.kairo.at/?p=authserver.git;a=blobdiff_plain;f=authsystem.css;fp=authsystem.css;h=4a273f9ce2e1f0fc4f1ddb5a09b08bf545622ca5;hp=b0d16e558ee0968f2dceb83fd5b31b3deb33ea8e;hb=b217e836543c89d872c8f692e2557c8c43da468f;hpb=0315f1655bebc5a65447218307065571fa3a5c79 diff --git a/authsystem.css b/authsystem.css index b0d16e5..4a273f9 100644 --- a/authsystem.css +++ b/authsystem.css @@ -106,7 +106,8 @@ table.border td { .resetinfo, .verifyinfo, -.newpwdinfo { +.newpwdinfo, +.signinwelcome { margin: 5px 10px 0; /* IE8 and older do not support rem */ margin: 0.5rem 1rem 0; } @@ -119,6 +120,24 @@ table.border td { background-position: 0 50%; } +.signinwelcome { + font-size: 1.2em; +} + +.otheremaillinks > a { + background-color: #EEEEDD; + text-decoration: none; + padding: .2em; + border-radius: 3px; +} +.otheremaillinks > a:link, .otheremaillinks > a:visited { color: #BBBBBB; } +.otheremaillinks > a:hover, .otheremaillinks > a:active { color: #808080; } + +#addanotheremail { /* HACK - not implemented yet */ + background-color: transparent !important; + color: transparent !important; +} + .small { font-size: 0.75em; }