X-Git-Url: https://git-public.kairo.at/?p=authserver.git;a=blobdiff_plain;f=authsystem.css;h=4c8dd5f8a787e1949f9d16584d396939a9362e9f;hp=4a273f9ce2e1f0fc4f1ddb5a09b08bf545622ca5;hb=60e46184b54841fe5dd742e85ddc61727f809baa;hpb=b217e836543c89d872c8f692e2557c8c43da468f diff --git a/authsystem.css b/authsystem.css index 4a273f9..4c8dd5f 100644 --- a/authsystem.css +++ b/authsystem.css @@ -94,6 +94,12 @@ table.border td { margin: 0.5rem 1rem 0; } +.loginheader > .groupmails { + font-weight: normal; + margin: 5px 0; /* IE8 and older do not support rem */ + margin: 0.5rem 0; +} + .loginlinks { margin: 5px 10px 0; /* IE8 and older do not support rem */ margin: 0.5rem 1rem 0; @@ -106,6 +112,7 @@ table.border td { .resetinfo, .verifyinfo, +.addemailinfo, .newpwdinfo, .signinwelcome { margin: 5px 10px 0; /* IE8 and older do not support rem */ @@ -133,11 +140,6 @@ table.border td { .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; }