private mail: insert some space between conversation and textarea

This commit is contained in:
rabuzarus 2016-05-20 01:46:33 +02:00
parent 2935554541
commit 1e36de54d5
1 changed files with 4 additions and 4 deletions

View File

@ -1712,8 +1712,8 @@ ul.viewcontact_wrapper > li {
margin-bottom: 0px; margin-bottom: 0px;
} }
#mail-conversation.can-reply { #mail-conversation.can-reply {
border-bottom-left-radius: 0px; /* border-bottom-left-radius: 0px;
border-bottom-right-radius: 0px; border-bottom-right-radius: 0px;*/
} }
.mail-conv-wrapper .media .contact-photo-wrapper { .mail-conv-wrapper .media .contact-photo-wrapper {
height: 48px; height: 48px;
@ -1727,10 +1727,10 @@ ul.viewcontact_wrapper > li {
display:none; display:none;
} }
.mail-thread #prvmail-message-label textarea { .mail-thread #prvmail-message-label textarea {
border-top: none; /* border-top: none;
margin-top: -10px; margin-top: -10px;
border-top-left-radius: 0px; border-top-left-radius: 0px;
border-top-right-radius: 0px; border-top-right-radius: 0px;*/
max-height: 120px; max-height: 120px;
} }
.mail-conv-wrapper { .mail-conv-wrapper {