Skip to content

Commit

Permalink
Merge pull request #234 from watson-developer-cloud/terms-of-use
Browse files Browse the repository at this point in the history
Terms of use
  • Loading branch information
jeff-arn authored May 20, 2019
2 parents f9f066f + 66ed091 commit 83b04f6
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
5 changes: 4 additions & 1 deletion public/css/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@ div {
}

.chat-column {
display: flex;
flex-direction: column;
height: 90%;
padding: 0.9375rem 0 0.625rem 0;
margin: auto;
Expand All @@ -82,6 +84,7 @@ div {
}

.user-typing {
flex: 0;
border: none;
color: #8d25e8;
margin: 0.75rem;
Expand All @@ -93,7 +96,7 @@ div {
margin: 0.75rem;
overflow-y: auto;
overflow-x: hidden;
height: calc(100% - 4rem);
flex: 1;
}

.message-inner {
Expand Down
8 changes: 7 additions & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,12 @@
Data Protection
Regulation (EU) 2016/679.
</div>
<div class="disclaimer">
By using this application, you agree to the&nbsp;
<a target="_blank" rel="noreferrer noopener" href="https://watson-developer-cloud.github.io/terms?name=Watson%20Assistant%20Demo">
Terms of Use
</a>
</div>
</div>
</div>
<div id="payload-column" class="fixed-column content-column">
Expand All @@ -50,4 +56,4 @@
<script src="js/global.js"></script>
<script type="text/javascript" src="https://cdn.rawgit.com/watson-developer-cloud/watson-developer-cloud.github.io/master/analytics.js"></script>
</body>
</html>
</html>

0 comments on commit 83b04f6

Please sign in to comment.