.chat-body should have top rounded corners
This commit is contained in:
parent
7d1a7fd6b4
commit
b0f0eb2bc8
@ -87,7 +87,8 @@ img.centered {
|
|||||||
.chatroom .chat-body {
|
.chatroom .chat-body {
|
||||||
height: 272px;
|
height: 272px;
|
||||||
background-color: white;
|
background-color: white;
|
||||||
border-radius: 4px;
|
border-bottom-right-radius: 4px;
|
||||||
|
border-bottom-left-radius: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.chatroom .chat-area {
|
.chatroom .chat-area {
|
||||||
@ -410,7 +411,8 @@ a.configure-chatroom-button {
|
|||||||
.chat-body p {
|
.chat-body p {
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
color: #666;
|
color: #666;
|
||||||
margin: 5px;
|
padding: 5px;
|
||||||
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.chatroom-form legend {
|
.chatroom-form legend {
|
||||||
|
Loading…
Reference in New Issue
Block a user