Skip to content

Commit

Permalink
Merge pull request #14 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 a678029 + f0c04de commit 6635cf4
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
8 changes: 6 additions & 2 deletions public/css/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ div {
}

.disclaimer {
flex: 0;
font-size: 0.75rem;
padding: 0.5rem;
}
Expand Down Expand Up @@ -73,6 +74,8 @@ div {
}

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

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

.message-inner {
Expand Down Expand Up @@ -407,4 +411,4 @@ html{
justify-content: space-between;
font-size: 0.85rem;
display: inline-block;
}
}
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 @@ -51,4 +57,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 6635cf4

Please sign in to comment.