From 968a7477c72124fc0f7af837b4894db6ee4553d2 Mon Sep 17 00:00:00 2001 From: Tomas Popela Date: Wed, 16 Jul 2014 10:55:48 +0200 Subject: Bug 732892 - Scale-down contact images in message preview Set the maximal width and height of the contact image to 96 px. Also do the same in the contact preview in addressbook. --- data/webview.css | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'data') diff --git a/data/webview.css b/data/webview.css index 6a5eb1b00f..5c0877c916 100644 --- a/data/webview.css +++ b/data/webview.css @@ -23,6 +23,11 @@ span.navigable, div.navigable, p.navigable { color: #003399; } +img#__evo-contact-photo { + max-width: 96px; + max-height: 96px; +} + img.navigable { cursor: pointer; margin-right: 4px; -- cgit v1.2.3