]> source.dussan.org Git - redmine.git/commitdiff
Add table border to email notifications (#25842).
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Wed, 7 Jun 2017 20:54:35 +0000 (20:54 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Wed, 7 Jun 2017 20:54:35 +0000 (20:54 +0000)
Patch by Go MAEDA.

git-svn-id: http://svn.redmine.org/redmine/trunk@16642 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/views/layouts/mailer.html.erb

index a7d289f985ca3f84e12367d9c44200033b8bfe1a..f6a457ef9045ac71a9591f8ef2531959918b9231 100644 (file)
@@ -39,6 +39,14 @@ pre {
   overflow-y: hidden;
 }
 ul.details {color:#959595; margin-bottom: 1.5em;}
+table {
+  border-collapse: collapse;
+  margin-bottom: 1em;
+}
+table, td, th {
+  border: 1px solid #bbb;
+  padding: 4px;
+}
 </style>
 </head>
 <body>