Merge pull request #629 from andrewhayward/tweaks

Various bits and pieces
This commit is contained in:
Chris McAvoy 2013-06-18 15:06:57 -07:00
Родитель c893d6ff2b 571442116f
Коммит e85da8a01b
2 изменённых файлов: 12 добавлений и 1 удалений

Просмотреть файл

@ -252,7 +252,7 @@ function processChildLearnerSignup (req, res, next) {
title: 'Welcome to the Chicago Summer of Learning',
value:
'<p>You have been given a temporary account for 10 days.</p>' +
'<p>Please make sure that your guardian checks their email so that they can register you for a permanent account.</p>'
'<p>Please make sure that your guardian checks their email so they can register you for a permanent account where you can apply for badges and much more.</p>'
,
buttons: {
'Get Started!': 'primary'

Просмотреть файл

@ -1162,6 +1162,17 @@ body.home {
text-align:center;
line-height:24px;
}
&.log-in {
text-align: center;
& > a {
display: inline;
& > .caret {
border-top-color: #fff !important;
}
}
}
&.claim {
display:none;
}