fixed tests, formatting

This commit is contained in:
Hannah Cole 2015-12-01 16:14:37 -05:00
parent 97877b1fbd
commit 92dc1727e2
3 changed files with 5 additions and 5 deletions

View file

@ -77,7 +77,7 @@
"jobs.moderator":"Community Moderator", "jobs.moderator":"Community Moderator",
"jobs.openings": "Current Job Openings", "jobs.openings": "Current Job Openings",
"jobs.titleQuestion": "Want to work on an innovative project that is transforming the ways young people create, share, and learn?", "jobs.titleQuestion": "Want to work on an innovative project that is transforming the ways young people create, share, and learn?",
"jobs.workEnvironment":"Were seeking curious and motivated people to join our Scratch Team at the MIT Media Lab. We're a diverse group of educators, designers, and developers, who work together in a playful, creative environment full of LEGO bricks, craft materials, and maker tools. We strongly value diversity, collaboration, and respect in the workplace.", "jobs.workEnvironment":"Were seeking curious and motivated people to join our Scratch Team at the MIT Media Lab. We're a diverse group of educators, designers, and developers, who work together in a playful, creative environment full of LEGO bricks, craft materials, and maker tools. We strongly value diversity, collaboration, and respect in the workplace.",
"login.forgotPassword": "Forgot Password?", "login.forgotPassword": "Forgot Password?",
"navigation.signOut": "Sign out", "navigation.signOut": "Sign out",
"news.scratchNews": "Scratch News", "news.scratchNews": "Scratch News",

View file

@ -45,13 +45,13 @@ var Jobs = React.createClass({
<a href="/jobs/learning-developer"> <a href="/jobs/learning-developer">
<FormattedMessage id='jobs.learningDeveloper' /> <FormattedMessage id='jobs.learningDeveloper' />
</a> </a>
<i>(MIT Media Lab, Cambridge, MA)</i> <i> (MIT Media Lab, Cambridge, MA)</i>
</p> </p>
<p> <p>
<a href="/jobs/moderator"> <a href="/jobs/moderator">
<FormattedMessage id='jobs.moderator' /> <FormattedMessage id='jobs.moderator' />
</a> </a>
<i>(MIT Media Lab, Cambrige, MA or Remote)</i> <i> (MIT Media Lab, Cambrige, MA or Remote)</i>
</p> </p>
</div> </div>
</div> </div>

View file

@ -1,7 +1,7 @@
@import "../../colors"; @import "../../colors";
#view { #view {
background-color: $ui-white;
.inner { .inner {
width: 100%; width: 100%;
.top { .top {
@ -30,9 +30,9 @@
flex-wrap: nowrap; flex-wrap: nowrap;
justify-content: space-between; justify-content: space-between;
.leftcolumn { .leftcolumn {
margin-bottom: 20px;
width: calc(66% - 20px); width: calc(66% - 20px);
line-height: 150%; line-height: 150%;
margin-bottom: 20px;
} }
.rightcolumn { .rightcolumn {
display: flex; display: flex;