From 1e36de54d5a371130610e47469bb0a82e0199559 Mon Sep 17 00:00:00 2001 From: rabuzarus <> Date: Fri, 20 May 2016 01:46:33 +0200 Subject: [PATCH] private mail: insert some space between conversation and textarea --- css/style.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/css/style.css b/css/style.css index 9fa182ded4..e10d580be7 100644 --- a/css/style.css +++ b/css/style.css @@ -1712,8 +1712,8 @@ ul.viewcontact_wrapper > li { margin-bottom: 0px; } #mail-conversation.can-reply { - border-bottom-left-radius: 0px; - border-bottom-right-radius: 0px; +/* border-bottom-left-radius: 0px; + border-bottom-right-radius: 0px;*/ } .mail-conv-wrapper .media .contact-photo-wrapper { height: 48px; @@ -1727,10 +1727,10 @@ ul.viewcontact_wrapper > li { display:none; } .mail-thread #prvmail-message-label textarea { - border-top: none; +/* border-top: none; margin-top: -10px; border-top-left-radius: 0px; - border-top-right-radius: 0px; + border-top-right-radius: 0px;*/ max-height: 120px; } .mail-conv-wrapper {