Skip to content
This repository has been archived by the owner on Dec 8, 2018. It is now read-only.

Commit

Permalink
Added GDPR disclaimer to the UI
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve Green committed May 8, 2018
1 parent 3c26268 commit ca61f10
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ui/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@ body {
z-index: 60;
}

.disclaimer-message .base-h6 {
padding: 5px;
}

.between-overlays {
z-index: 50 !important;
}
Expand Down
9 changes: 9 additions & 0 deletions ui/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,15 @@
<ul id="suggestion-list"></ul>
</div>
</div>

<div class="disclaimer-message">
<h6 class="base-h6">
* This system is for demonstration purposes only and is not intended to process Personal Data. No Personal Data is to be entered
into this system as it may not have the necessary controls in place to meet the requirements of the General Data Protection
Regulation (EU) 2016/679.
</h6>
</div>

<script>
// For cloaking. Done in JS for the case of disabled JS (i.e. even though not much will work, something will be displayed.)
document.body.style.visibility = 'hidden';
Expand Down

0 comments on commit ca61f10

Please sign in to comment.