From b0613585c325bf79a37a9ebbe6e4cbd265c0d110 Mon Sep 17 00:00:00 2001 From: Aleksander Machniak <alec@alec.pl> Date: Sun, 01 Mar 2015 13:59:40 -0500 Subject: [PATCH] Fix encryption warning style in fullpage message view --- skins/classic/common.css | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/skins/classic/common.css b/skins/classic/common.css index 4d54f49..30a2418 100644 --- a/skins/classic/common.css +++ b/skins/classic/common.css @@ -260,6 +260,7 @@ body > #message div.notice, body > #messagebody .part-notice, +body > #mainscreen #messagebody .part-notice, #message-objects div.notice { background: url(images/display/icons.png) 6px 3px no-repeat; -- Gitblit v1.9.1