From b0f0eb2bc8960cb0229b8b5671bc8c673832af96 Mon Sep 17 00:00:00 2001 From: JC Brand Date: Thu, 30 May 2013 20:40:24 +0200 Subject: [PATCH] .chat-body should have top rounded corners --- converse.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/converse.css b/converse.css index bdafa45aa..869733641 100644 --- a/converse.css +++ b/converse.css @@ -87,7 +87,8 @@ img.centered { .chatroom .chat-body { height: 272px; background-color: white; - border-radius: 4px; + border-bottom-right-radius: 4px; + border-bottom-left-radius: 4px; } .chatroom .chat-area { @@ -410,7 +411,8 @@ a.configure-chatroom-button { .chat-body p { font-size: 14px; color: #666; - margin: 5px; + padding: 5px; + margin: 0; } .chatroom-form legend {