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

Commit

Permalink
Merge pull request #89 from stevenpkg/master
Browse files Browse the repository at this point in the history
Added GDPR disclaimer to the UI
  • Loading branch information
mamoonraja authored May 11, 2018
2 parents 3c26268 + ca61f10 commit 7552daf
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 7552daf

Please sign in to comment.