]> git.mxchange.org Git - friendica.git/commitdiff
private mail: insert some space between conversation and textarea
authorrabuzarus <>
Thu, 19 May 2016 23:46:33 +0000 (01:46 +0200)
committerrabuzarus <>
Thu, 19 May 2016 23:46:33 +0000 (01:46 +0200)
css/style.css

index 9fa182ded47066a621fa54f2fe8e1974042c87ec..e10d580be726e565feea21d4e09029c6e70e1ed7 100644 (file)
@@ -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 {