Skip to content

Commit

Permalink
Dev: apply checkjavascript changes to all views and all templates
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisGac committed May 2, 2016
1 parent 8728d76 commit 93b0104
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 1 deletion.
5 changes: 5 additions & 0 deletions templates/default/css/template.css
Expand Up @@ -913,3 +913,8 @@ body div.row .question-container {
label, th {
font-weight: normal;
}

#surveys-list-container
{
margin-top: 50px;
}
4 changes: 3 additions & 1 deletion templates/default/views/surveylist.pstpl
Expand Up @@ -2,7 +2,9 @@
<div class="alert alert-danger" role="alert" id="checkjavascript">
{CHECKJAVASCRIPT}
</div>

<script>
document.getElementById("checkjavascript").style.display = 'none';
</script>

<div class="row" id="surveys-list-container">
<div class="jumbotron" id="surveys-list-jumbotron">
Expand Down
5 changes: 5 additions & 0 deletions templates/news_paper/css/template.css
Expand Up @@ -817,3 +817,8 @@ table.numbers-only th, table.numbers-only input {
label, th {
font-weight: normal;
}

#surveys-list-container
{
margin-top: 50px;
}
4 changes: 4 additions & 0 deletions templates/news_paper/views/surveylist.pstpl
Expand Up @@ -2,6 +2,10 @@
<div class="alert alert-danger" role="alert" id="checkjavascript">
{CHECKJAVASCRIPT}
</div>
<script>
document.getElementById("checkjavascript").style.display = 'none';
</script>



<div class="row" id="surveys-list-container">
Expand Down
5 changes: 5 additions & 0 deletions templates/ubuntu_orange/css/template.css
Expand Up @@ -812,3 +812,8 @@ table.numbers-only th, table.numbers-only input {
label, th {
font-weight: normal;
}

#surveys-list-container
{
margin-top: 50px;
}
3 changes: 3 additions & 0 deletions templates/ubuntu_orange/views/surveylist.pstpl
Expand Up @@ -2,6 +2,9 @@
<div class="alert alert-danger" role="alert" id="checkjavascript">
{CHECKJAVASCRIPT}
</div>
<script>
document.getElementById("checkjavascript").style.display = 'none';
</script>


<div class="row" id="surveys-list-container">
Expand Down

0 comments on commit 93b0104

Please sign in to comment.