Skip to content

Commit

Permalink
Fixes coming soon message
Browse files Browse the repository at this point in the history
  • Loading branch information
vrocha committed May 30, 2017
1 parent 0bfe2ec commit 3dc76d6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/app/templates/details-new.html
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ <h3>Parental Involvement</h3>
<div class="col-md-6">
<article>
<h2>Feedback</h2>
<div class="article-content">
<div class="article-content coming-soon">
<p>Are you a parent or teacher at this school?</p>
<p data-ng-repeat="entry in school.reflections">{{ entry.reflection }}<br/>
<i>{{ entry.who }}</i></p>
Expand Down
4 changes: 4 additions & 0 deletions frontend/css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -522,6 +522,9 @@ div.avgline span.avg {
.overlay {
display: none;
}
.coming-soon {
position: relative;
}
.coming-soon .overlay {
opacity: 1;
display: block;
Expand Down Expand Up @@ -553,6 +556,7 @@ div.avgline span.avg {
text-align: center;
font-size: 46px;
font-weight: bold;
line-height: 1em;
}
.coming-soon.teacher-survey .overlay {
height: 458px;
Expand Down

0 comments on commit 3dc76d6

Please sign in to comment.