]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/notifier/_message_body.html.erb
Make the mails squeezable on narrow screens
[rails.git] / app / views / notifier / _message_body.html.erb
index 29ecf9ea89f7fb4252f5a6cb0f4df54acefb656c..485cd3c445d7f41dfe5248df9888dbf56cc0f0ed 100644 (file)
@@ -1,17 +1,20 @@
-<table style="font-size: 15px; font-style: italic; margin: 15px; background-color: #eee; width: 520px">
+<table style="font-size: 15px; margin: 15px 0px; background-color: #eee; max-width: 565px">
   <tr>
     <td style="width: 50px; vertical-align: top; padding: 15px">
       <%= link_to(
           image_tag(
             attachments["avatar.png"].url,
             alt: @author,
-            title: @author
+            title: @author,
+            width: 50,
+            height: 50,
+            border: 0
           ),
           user_url(@author, :host => SERVER_URL),
           :target => "_blank"
       ) %>
     </td>
-    <td style="text-align: left; vertical-align: top; padding-right: 10px">
+    <td style="text-align: left; vertical-align: top; padding-right: 10px; max-width: 550px">
       <%= body %>
     </td>
   </tr>