extract domains from redirect URIs, fall back to client ID when that is not present
[authserver.git] / authsystem.css
index 4a273f9ce2e1f0fc4f1ddb5a09b08bf545622ca5..4c8dd5f8a787e1949f9d16584d396939a9362e9f 100644 (file)
@@ -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;
 }