From 306ce3819ebdf761085b9a1247f62e01bf4c5adf Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Thu, 26 Nov 2015 14:16:35 +0100 Subject: css fixes --- view/css/conversation.css | 1 + view/theme/redbasic/css/style.css | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/view/css/conversation.css b/view/css/conversation.css index 24a22defb..26478aa9c 100644 --- a/view/css/conversation.css +++ b/view/css/conversation.css @@ -253,6 +253,7 @@ a.wall-item-name-link { font-weight: bold; } +.event-end, .event-description { padding-bottom: 10px; } diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index f9aca1f59..91e684aaa 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -858,7 +858,7 @@ nav .acpopup { } .wall-event-item { - padding: 10px; + padding: 10px 10px 0px 10px; color: #fff; background-color: #3A87AD; /* should reflect calendar color */ border-top-left-radius: $radiuspx; -- cgit v1.2.3