KaiRo bug 392 - Create an interstitial page to confirm the user to log in
[authserver.git] / authsystem.css
index b0d16e558ee0968f2dceb83fd5b31b3deb33ea8e..4a273f9ce2e1f0fc4f1ddb5a09b08bf545622ca5 100644 (file)
@@ -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;
 }