Merge branch 'lars' into 'master'

Lars

See merge request !137
This commit was merged in pull request #141.
This commit is contained in:
Lars van Hijfte
2017-01-27 12:23:04 +01:00
5 changed files with 61 additions and 5 deletions

View File

@@ -1,3 +1,8 @@
body {
overflow: hidden;
}
/* Overall chat-screen */
.chat {
position: fixed;
@@ -37,6 +42,22 @@
}
/* Chat-message takes the whole width of the chat area */
.day-message {
width: 100%;
min-height: 40px;
padding: 10px 0;
clear: both;
text-align: center;
}
.day-message-content {
width: auto;
padding: 10px;
background-color: #F8F8F8;
color: #666;
}
.chat-message {
width: 100%;
min-height: 40px;