From a8c033a7f62c00bf849210e7da0b14343182e44b Mon Sep 17 00:00:00 2001 From: FlxAlbroscheit Date: Sat, 7 Nov 2015 18:55:13 +0100 Subject: [PATCH] Preview last five conversations in message-sidebar --- view/theme/duepuntozero/style.css | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css index 62b248e8c..10b652595 100644 --- a/view/theme/duepuntozero/style.css +++ b/view/theme/duepuntozero/style.css @@ -3495,5 +3495,9 @@ ul.menu-popup { .videos .video-top-wrapper:hover .video-delete { opacity: 1; } - - +#message-preview .mail-list-sender-url, #message-preview .mail-list-delete { + display: none; +} +#message-preview .mail-list-outside-wrapper { + margin-top: 20px; +}