Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add CSS for a support box in login #3081

Merged
merged 1 commit into from
Jan 27, 2017
Merged

Conversation

lukebarnard1
Copy link
Contributor

This box can be used to provide useful hints during registration/login.

This box can be used to provide useful hints during registration/login.
text-align: center;
font-size: 13px;
margin-top: 0px;
opacity: 0.7;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Surprising - isn't this going to make the text semi-transparent?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yep, it's the same trick done elsewhere in that file (and other places).

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah ok - I've seen a few places where the CSS is using transparency apparently to achieve a particular colour rather than just making it that colour, but let's follow the current style for now.

@lukebarnard1 lukebarnard1 merged commit 6374526 into develop Jan 27, 2017
@lukebarnard1 lukebarnard1 deleted the luke/css-login-support branch January 27, 2017 16:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants