Project

General

Profile

Actions

Patch #21487

closed

Larger font for email notifications

Added by Go MAEDA over 8 years ago. Updated about 8 years ago.

Status:
Closed
Priority:
Normal
Category:
Email notifications
Target version:
Start date:
Due date:
% Done:

0%

Estimated time:

Description

Current font size 0.8em is too small and a little bit hard to read.
Please use larger font.


Files


Related issues

Related to Redmine - Defect #22006: Fonts too small in version 3.2.0Closed

Actions
Actions #1

Updated by Go MAEDA over 8 years ago

GMail users see notifications without any style Before Redmine 3.2.0 (#8335). But with styles (Redmine 3.2.0), fonts are very small.

I usually use Japanese characters. We use thousands of characters and many of them have intricate shape so characters which are displayed in small font and light gray are illegible.

Please see the following example (That means "This is an example of Japanese text"). Some characters(11px) are obscured.

example:

Actions #2

Updated by Maxim Krušina over 8 years ago

+1 and... thanx! :)

Actions #3

Updated by Go MAEDA over 8 years ago

Updated the patch.

  • darker black for text color.
  • line-height for h1.
Actions #4

Updated by Jean-Philippe Lang about 8 years ago

  • Status changed from New to Resolved
  • Assignee set to Jean-Philippe Lang

Committed in r15026.

Actions #5

Updated by Hide MATSUTANI about 8 years ago

+1 thank you Maeda-san

Actions #6

Updated by Jean-Philippe Lang about 8 years ago

  • Status changed from Resolved to Closed
Actions #7

Updated by Hugues C. about 8 years ago

It seems that this patch (r15026) results in fonts too big in some email clients (tested in latest Zimbra Web Client 8.6.0 and latest Thunderbird 38.5.1). Could this issue be related to r14541 or r14540 or some other changes in 3.2.0?

Actions #8

Updated by Toshi MARUYAMA about 8 years ago

  • Status changed from Closed to Reopened
Actions #9

Updated by Toshi MARUYAMA about 8 years ago

  • Related to Defect #22006: Fonts too small in version 3.2.0 added
Actions #10

Updated by Go MAEDA about 8 years ago

Hugues C. wrote:

It seems that this patch (r15026) results in fonts too big in some email clients (tested in latest Zimbra Web Client 8.6.0 and latest Thunderbird 38.5.1). Could this issue be related to r14541 or r14540 or some other changes in 3.2.0?

Confirmed in Thunderbird. The following patch fixes the problem.

Index: app/views/layouts/mailer.html.erb
===================================================================
--- app/views/layouts/mailer.html.erb    (revision 15225)
+++ app/views/layouts/mailer.html.erb    (working copy)
@@ -3,6 +3,7 @@
 <style>
 body {
   font-family: Verdana, sans-serif;
+  font-size: 14px;
   line-height: 1.45em;
   color: #222;
 }
Actions #11

Updated by Jean-Philippe Lang about 8 years ago

  • Status changed from Reopened to Closed

I've committed this change and also reduced the heading font size a bit. Thanks.

Actions

Also available in: Atom PDF