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.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.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?",
"navigation.signOut": "Sign out",
"news.scratchNews": "Scratch News",

View file

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

View file

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