KaiRo bug 393 - Create a grouping mechanism for user names so people with multiple...
[authserver.git] / authsystem.css
index b0d16e558ee0968f2dceb83fd5b31b3deb33ea8e..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,7 +112,9 @@ table.border td {
 
 .resetinfo,
 .verifyinfo,
-.newpwdinfo {
+.addemailinfo,
+.newpwdinfo,
+.signinwelcome {
   margin: 5px 10px 0; /* IE8 and older do not support rem */
   margin: 0.5rem 1rem 0;
 }
@@ -119,6 +127,19 @@ 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; }
+
 .small {
   font-size: 0.75em;
 }