register.compact: Add css for username availability.

This commit is contained in:
Andre D
2013-05-15 08:39:13 -07:00
committed by Neil Williams
parent 44d0d809f7
commit 9d66b9442a

View File

@@ -564,3 +564,13 @@ a.author { margin-right: 0.5em; }
.flair, .linkflair { margin-top: 2px; margin-right: 0.5em; padding: 0px 2px; display: inline-block; background: whiteSmoke; color: #545454; border: 1px solid #dedede; font-size: 9px; -webkit-border-radius: 2px; -moz-border-radius: 2px; -ms-border-radius: 2px; -o-border-radius: 2px; border-radius: 2px; -webkit-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.9); -moz-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.9); box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.9); }
.linkflair { font-weight: normal; max-width: 10em; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.notice-taken, .notice-available {
display: none;
line-height: 16px;
}
.register-form.name-taken .notice-taken, .register-form.name-available .notice-available {
display: block;
margin-top: 2px;
}