-
Notifications
You must be signed in to change notification settings - Fork 24
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
702 Visually distinguish the dev site from prod #849
702 Visually distinguish the dev site from prod #849
Conversation
Shaded the login header, changed the text on the front page, and dynamically swapped out the favicon.
Switched site config from API call to a static javascript object.
http://jenkins.buttonweavers.com:8080/job/buttonmen-AdmiralJota/88/ There's still some added whitespace in the header (both when you're logged in and when you're not), since A) the grey background needs it to not look weird, and B) I wanted to keep the header the same height whether it's dev or prod, but it's no longer egregious or aesthetically inappropriate, I don't think. Unfortunately, I don't think that the way CSS renders whitespace is something we can test for in javascript unit tests. I've made the other changes. |
Thanks! I agree the whitespace looks better now. Merging. |
702 Visually distinguish the dev site from prod
Resolves #702
http://jenkins.buttonweavers.com:8080/job/buttonmen-AdmiralJota/55/
This will require that puppet overwrite Config.js on the dev site after a deploy.